Commit Graph

6 Commits

Author SHA1 Message Date
Mykyta Synelnikov 44aecd413e Update GitHub workflows to target PHP version 8.4
Changed the PHP version from 'latest' to '8.4' in the code-quality and build-release workflows. This ensures consistency and avoids potential issues with future PHP version updates.
2025-11-27 14:17:21 +02:00
Mykyta Synelnikov 4911670166 Update PHP version to 'latest' in code-quality workflow
Switched from PHP 7.4 to 'latest' in the code-quality GitHub Actions workflow to ensure compatibility with the most up-to-date PHP version. This change improves maintainability and aligns the build process with modern PHP standards.
2025-11-18 22:12:43 +02:00
Nikita Sinelnikov 6aa634f812 Merge pull request #1026 from ultimatemember/fixed/wp-admin-performance
Fixed/wp admin performance
2022-08-13 02:28:52 +03:00
Nikita Sinelnikov 9b74beab8b - fixed performance issue by using add or deduct count instead of the WP_Users_Query; 2022-08-12 02:53:25 +03:00
Nikita Sinelnikov 7f867074b1 - changed branches for checking the code-quality; 2022-07-15 13:02:39 +03:00
Nikita Sinelnikov 986805e064 - added GH action for checking PHPCS + WPCS 2022-06-16 01:41:37 +03:00