Commit graph

34 commits

Author SHA1 Message Date
Narek Zakarian
aa391e64fd
Update the option when clearing the DB
When clearing the DB from the old settings UI we need to update the option to show the new UI after.
2025-03-06 16:38:57 +04:00
Philipp Stracker
a5bbee307d
🚚 Move ajax handler to separate folder 2024-12-17 16:04:36 +01:00
Emili Castells Guasch
13d27a016e Merge trunk 2024-11-26 10:50:45 +01:00
Daniel Hüsken
4dcabc5e67
only change Modules in run that are to early for translations and use plugins_loaded again 2024-11-25 15:39:38 +01:00
Narek Zakarian
0e6f9e3f79
Remove the option on plugin uninstallation 2024-11-21 16:35:41 +04:00
Alex P.
b67265ac15
Update js deps 2024-11-04 17:15:27 +02:00
Philipp Stracker
2cb026604c
Merge branch 'PCP-1773-php74'
# Conflicts:
#	composer.lock
2024-09-04 15:47:37 +02:00
Alex P.
f538ea2ef2
Require PHP 7.4+ 2024-09-03 09:07:12 +03:00
Moritz Meißelbach
4d9f23e315
Merge branch 'refs/heads/trunk' into modularity-module-migration
# Conflicts:
#	composer.lock
#	modules/ppcp-axo/src/AxoModule.php
#	modules/ppcp-blocks/src/BlocksModule.php
#	modules/ppcp-compat/src/CompatModule.php
#	modules/ppcp-googlepay/src/GooglepayModule.php
#	modules/ppcp-order-tracking/src/OrderTrackingModule.php
#	modules/ppcp-wc-subscriptions/src/WcSubscriptionsModule.php
2024-08-23 14:25:36 +02:00
Emili Castells Guasch
11105d913b Run eslint autofix 2024-07-12 12:58:34 +02:00
Pedro Silva
429232f60f
Refactor remaining modules to Modularity.
Remove Dhii dependencies.
2023-12-19 17:26:09 +00:00
Pedro Silva
4482809c18
Fix clearing onboarding links cache on disconnect
Add clearing onboarding links cache on uninstall
2023-09-05 10:40:50 +01:00
Emili Castells Guasch
f382ec4bd8 Add migration flag option name to clear db service 2023-06-22 15:03:49 +02:00
Alex P
d548bb8788
Check admin permissions 2023-05-31 16:36:02 +03:00
dependabot[bot]
55760670ec
Bump json5 from 2.2.1 to 2.2.3 in /modules/ppcp-uninstall
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-17 10:47:14 +00:00
dependabot[bot]
03992eef3a
Bump webpack from 5.74.0 to 5.76.0 in /modules/ppcp-uninstall
Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.74.0...v5.76.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-17 10:37:06 +00:00
dependabot[bot]
6ac3b67d87
Bump loader-utils from 2.0.2 to 2.0.4 in /modules/ppcp-uninstall
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.4.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v2.0.4)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-14 08:01:45 +00:00
emilicastells
05237ca93e
Remove request id repo from uninstall module 2023-01-17 15:09:36 +01:00
Narek Zakarian
2bb8ea9246
Improve the JS click event 2022-12-14 15:44:48 +04:00
Narek Zakarian
554ae57cb1
Refactor the field name 2022-12-14 15:24:32 +04:00
Narek Zakarian
105d9d6735
Fix psalm 2022-12-12 17:30:50 +04:00
Narek Zakarian
9eb14e192a
redirect after successfully cleared DB 2022-12-09 16:51:29 +04:00
Narek Zakarian
6a9c76fa9e
Handle the clear db AJAX request shoulr be outside of check. 2022-12-09 16:48:11 +04:00
Narek Zakarian
2fd1a6f574
Handle the clear db AJAX request. 2022-12-08 19:25:19 +04:00
Narek Zakarian
f0798d7e88
Create object able to clear database. 2022-12-08 19:24:53 +04:00
Narek Zakarian
374ce5d5f9
Create the JS to handle clear db functionality 2022-12-08 19:24:22 +04:00
Narek Zakarian
990799d20b
Fix the JS name 2022-12-08 18:03:29 +04:00
Narek Zakarian
3ecbabdffa
Fix the JS name 2022-12-08 18:00:53 +04:00
Narek Zakarian
98e1c5cb9a
Add the clear database functionality assets registration 2022-12-08 17:23:41 +04:00
Narek Zakarian
75ed64646b
Fix gitignore file 2022-12-08 17:10:45 +04:00
Narek Zakarian
da020a3749
Prepare module assets 2022-12-08 17:08:39 +04:00
Narek Zakarian
199517f403
Create the settings. 2022-12-07 19:13:54 +04:00
Narek Zakarian
5e2d4228ef
Add configuration services for option names and scheduled actions 2022-12-07 19:10:08 +04:00
Narek Zakarian
b77505ce5b
Create the Uninstall module. 2022-12-07 16:28:59 +04:00