Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/task/waitlist/merge-helper' into…
Browse files Browse the repository at this point in the history
… task/waitlist/merge-helper
  • Loading branch information
dpanta94 committed Feb 12, 2025
2 parents 949c367 + 3b84b3e commit 2eff728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common
Submodule common updated 68 files
+2 −0 .distfiles
+0 −52 .github/actions/process-changelog/action.yml
+1 −0 .github/workflows/changelogger.yml
+1 −0 .github/workflows/lint.yml
+39 −0 .github/workflows/lint.yml.bak
+1 −0 .github/workflows/phpcs.yml
+47 −0 .github/workflows/phpstan.yml
+98 −0 .github/workflows/release-merge-forward.yml
+2 −2 .github/workflows/release-prepare-branch.yml
+5 −4 .github/workflows/release-process-changelog.yml
+2 −2 .github/workflows/release-sync-translations.yml
+1 −1 .github/workflows/submodule-sync.yml
+0 −0 .github/workflows/tests-js.yml.bak
+1 −1 .github/workflows/tests-php-eva.yml
+1 −1 .github/workflows/tests-php-with-woo.yml
+1 −1 .github/workflows/tests-php.yml
+1 −1 .nvmrc
+1 −0 .puprc
+15 −0 changelog.md
+8 −3 composer.json
+170 −1 composer.lock
+66 −66 lang/tribe-common.pot
+9,286 −29,242 package-lock.json
+2 −0 package-safelist.json
+22 −22 package.json
+33 −0 phpstan.neon.dist
+15 −0 readme.txt
+26 −11 src/Common/Contracts/Container.php
+9 −0 src/Common/Notifications/Controller.php
+0 −10 src/Common/Notifications/Notifications.php
+27 −21 src/Tribe/Main.php
+424 −284 src/Tribe/PUE/Checker.php
+61 −16 src/Tribe/PUE/Plugin_Info.php
+13 −7 src/Tribe/Repository/Core_Read_Interface.php
+1 −1 src/Tribe/Settings.php
+2 −2 src/admin-views/notifications/notification.php
+9 −9 src/admin-views/notifications/sidebar.php
+1 −1 src/modules/components/form/select/component.js
+2 −7 src/modules/elements/accordion/element.js
+2 −7 src/modules/elements/checkbox/element.js
+2 −2 src/modules/elements/creatable-select/element.js
+129 −22 src/modules/elements/day-picker-input/element.js
+69 −27 src/modules/elements/day-picker-input/style.pcss
+2 −7 src/modules/elements/image-upload/element.js
+3 −9 src/modules/elements/label-with-modal/element.js
+3 −7 src/modules/elements/labeled-item/element.js
+1 −5 src/modules/elements/paragraph/element.js
+1 −6 src/modules/elements/radio/element.js
+21 −31 src/modules/elements/time-picker/element.js
+1 −1 src/modules/elements/tooltip/element.js
+1 −1 src/modules/modules.js
+2 −2 src/modules/store/configure-store.js
+64 −22 src/resources/js/ian-client.js
+ tests/_data/lang/the-events-calendar-el_GR.mo
+3 −2 tests/_support/Traits/Create_Attendees.php
+214 −0 tests/integration/Tribe/Language_Test.php
+271 −0 tests/integration/Tribe/PUE/Checker_Test.php
+196 −0 tests/integration/Tribe/PUE/Plugin_Info_Test.php
+2 −2 tests/muwpunit/Tribe/PUE/CheckerTest.php
+0 −2 tests/restv1_et/Event_Automator/Power_Automate/REST/V1/Endpoints/Queue/OrdersCest.php
+0 −2 tests/restv1_et/Event_Automator/Power_Automate/REST/V1/Endpoints/Queue/RefundedOrdersCest.php
+0 −2 tests/restv1_et/Event_Automator/Zapier/REST/V1/Endpoints/OrdersCest.php
+0 −2 tests/restv1_et/Event_Automator/Zapier/REST/V1/Endpoints/RefundedOrdersCest.php
+130 −0 tests/wpunit/Common/Contracts/Container_Test.php
+117 −10 tests/wpunit/TEC/Common/Translations_LoaderTest.php
+2 −2 tests/wpunit/Tribe/PUE/CheckerTest.php
+1 −1 tribe-common.php
+5 −1 webpack.config.js

0 comments on commit 2eff728

Please sign in to comment.