Commit Graph

20 Commits

Author SHA1 Message Date
Mykyta Synelnikov 6299aa2503 Update WordPress compatibility to version 6.9.0
Updated `UM_WP_FUNCTIONS_VERSION` and `php-scoper-wordpress-excludes` to align with WordPress 6.9.0. This ensures compatibility with the latest WordPress release while keeping dependencies up-to-date.
2026-01-19 11:17:27 +02:00
Mykyta Synelnikov ab476e4554 Remove unused dependency from composer.json
The "squizlabs/php_codesniffer" dependency was removed as it is no longer required. This helps reduce unnecessary package management overhead and ensures the package list remains streamlined.
2025-11-18 21:49:15 +02:00
Mykyta Synelnikov aba391e703 Update dev dependencies and PHP version in workflow
Updated `composer.json` to adjust development dependencies, including upgrading PHP CodeSniffer and adding `symplify/phpstan-rules`. Modified GitHub Actions workflow to use the latest PHP version for builds, ensuring compatibility and latest features.
2025-11-18 21:44:32 +02:00
Mykyta Synelnikov 6b8a060b1d Update phpDocumentor dependency to version 3.8.*
This change updates the phpDocumentor version from 3.1.* to 3.8.* in composer.json to ensure compatibility with the latest features and fixes. Keeping dependencies up-to-date enhances stability and security.
2025-11-18 14:48:07 +02:00
Mykyta Synelnikov a50ab63067 Update Action Scheduler dependency to use version 3.9.x
Changed the version constraint for the woocommerce/action-scheduler dependency from 3.9.2 to 3.9.* in composer.json. This ensures compatibility with all minor updates within the 3.9 release.
2025-07-15 12:59:39 +03:00
Mykyta Synelnikov 8d83489996 Update to version 2.10.5 and upgrade Action Scheduler
Bump plugin version to 2.10.5 and update stable tag in readme. Upgraded Action Scheduler dependency to version 3.9.2 to address library errors. Added filter hooks for primary button classes and improved deactivation logic for better scheduling handling.
2025-06-05 16:13:47 +03:00
Mykyta Synelnikov 9d83fba560 Update dynamic function blacklist for security enhancement
Added a mechanism to dynamically retrieve and merge updated WordPress function lists into the blacklist to prevent unsafe usage in dropdown options. Addresses a security issue (CVE-2025-47691) by using a JSON-based function source tied to WordPress versioning.
2025-05-12 13:16:17 +03:00
Mykyta Synelnikov 6ae63cfc93 * updated "woocommerce/action-scheduler" to 3.9.0 2024-12-19 12:48:00 +02:00
Mykyta Synelnikov fda1805321 * deprecate "roave/security-advisories" package 2024-11-11 14:32:56 +02:00
Mykyta Synelnikov 91a0c13399 Merge branch 'development/2.8.x' into feature/action-schedule-integration 2024-10-21 17:45:42 +03:00
Mykyta Synelnikov 07949b9c35 * fixed HTML formatted textarea; 2024-10-10 11:56:55 +03:00
Yurii Nalivaiko ef67a2ce76 Updated Action Scheduler version 2024-09-11 14:26:08 +02:00
Mykyta Synelnikov 6df83f4f09 - updated structure for action scheduler; 2024-09-06 15:03:50 +03:00
Yurii Nalivaiko d4bf0f6b49 Added composer/installers 2024-09-04 18:13:09 +02:00
Mykyta Synelnikov 4e47afce99 - added docs generator; 2023-06-05 13:22:44 +03:00
Mykyta Synelnikov 7a0ae7f0f8 - fixed PHP8.2 compatibility; 2023-04-19 10:16:04 +03:00
Nikita Sinelnikov 986805e064 - added GH action for checking PHPCS + WPCS 2022-06-16 01:41:37 +03:00
Nikita Sinelnikov db12a6daef - added composer;
- changed .gitignore;
2021-12-14 14:04:22 +02:00
champsupertramp de754700e0 Revert "Add composer based development support"
This reverts commit 20f715a76e.
2016-01-26 18:13:43 +08:00
champsupertramp 20f715a76e Add composer based development support 2016-01-25 22:56:43 +08:00