diff --git a/composer.json b/composer.json index c0f67aa..9ac9be7 100644 --- a/composer.json +++ b/composer.json @@ -78,7 +78,7 @@ "newfold-labs/wp-module-features": "^1.4.2", "newfold-labs/wp-module-loader": "^1.0.10", "newfold-labs/wp-module-marketplace": "^2.4.0", - "newfold-labs/wp-module-notifications": "^1.6.2", + "newfold-labs/wp-module-notifications": "^1.6.6", "newfold-labs/wp-module-performance": "^2.0.1", "newfold-labs/wp-module-runtime": "^1.0.12", "newfold-labs/wp-module-secure-passwords": "^1.1.1", diff --git a/composer.lock b/composer.lock index afa2fcc..2bcae1f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "61c59a4693a4b12d9d2ab57983d55d3b", + "content-hash": "9cfe2bd29b2e3898993492ec89e3bfd2", "packages": [ { "name": "doctrine/inflector", @@ -335,16 +335,16 @@ }, { "name": "newfold-labs/wp-module-data", - "version": "2.6.6", + "version": "2.6.7", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-data.git", - "reference": "ddfeb6e4d3e74793fba9dac204db374f030e7a72" + "reference": "4e06582959bbf8ebdfe053d7be27dc3e2dcba69a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/ddfeb6e4d3e74793fba9dac204db374f030e7a72", - "reference": "ddfeb6e4d3e74793fba9dac204db374f030e7a72", + "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/4e06582959bbf8ebdfe053d7be27dc3e2dcba69a", + "reference": "4e06582959bbf8ebdfe053d7be27dc3e2dcba69a", "shasum": "" }, "require": { @@ -357,15 +357,17 @@ "wpscholar/url": "^1.2.2" }, "require-dev": { - "10up/wp_mock": "^0.4.2", + "10up/wp_mock": "^0.5.0|^1.0.0", "bluehost/bluehost-wordpress-plugin": ">=3.1", "brianhenryie/composer-phpstorm": ">=0.4", "johnpbloch/wordpress": ">=6.5.3", "kporras07/composer-symlinks": "^1.2", "lucatume/wp-browser": "^3.5.8", "newfold-labs/wp-php-standards": "^1.2.3", - "phpunit/phpcov": "^5.0", - "wpackagist-plugin/woocommerce": ">=9" + "phpunit/phpcov": "^8.2.1", + "wpackagist-plugin/jetpack": "^14.0", + "wpackagist-plugin/woocommerce": ">=9", + "wpackagist-theme/twentytwentyfive": "*" }, "type": "library", "extra": { @@ -397,7 +399,7 @@ "vendor/bin/phpcbf . --standard=phpcs.xml" ], "cs-changes": [ - "updated_files=$( git status | grep '\\(new file\\|modified\\):\\s.*.php$' | cut -c14- | awk '{ printf(\"%s \", $0) }' ); echo \"\\nChecking\"$(git status | grep '\\(new file\\|modified\\):\\s.*.php$' | tail -n+2 | wc -l)\" files\"; phpcbf $(echo $updated_files); phpcs $(echo $updated_files);" + "updated_files=$(echo $(git diff --name-only `git merge-base origin/main HEAD` | grep php)); if [ -n \"$updated_files\" ]; then phpcbf $(echo $updated_files); phpcs $(echo $updated_files); else echo \"No modified .php files for PHPCS.\"; fi;" ], "lint": [ "vendor/bin/phpcs . --standard=phpcs.xml -s" @@ -410,6 +412,7 @@ "codecept run wpunit" ], "test-coverage": [ + "if [ -d \"tests/_output/merged.cov\" ]; then rm -rf tests/_output/merged.cov; fi;", "phpunit --bootstrap tests/phpunit/bootstrap.php --coverage-php tests/_output/unit.cov --coverage-text", "codecept run wpunit --coverage wpunit.cov", "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;", @@ -427,10 +430,10 @@ ], "description": "Newfold Data Module", "support": { - "source": "https://github.com/newfold-labs/wp-module-data/tree/2.6.6", + "source": "https://github.com/newfold-labs/wp-module-data/tree/2.6.7", "issues": "https://github.com/newfold-labs/wp-module-data/issues" }, - "time": "2024-11-07T22:23:10+00:00" + "time": "2024-11-19T20:09:13+00:00" }, { "name": "newfold-labs/wp-module-deactivation", @@ -655,16 +658,16 @@ }, { "name": "newfold-labs/wp-module-notifications", - "version": "1.6.2", + "version": "1.6.6", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-notifications.git", - "reference": "4c9854e5cbc56c42dc02eb49064f1315ccd62067" + "reference": "14a89f38091a7bf48404740c5f64087a3010ee03" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-notifications/zipball/4c9854e5cbc56c42dc02eb49064f1315ccd62067", - "reference": "4c9854e5cbc56c42dc02eb49064f1315ccd62067", + "url": "https://api.github.com/repos/newfold-labs/wp-module-notifications/zipball/14a89f38091a7bf48404740c5f64087a3010ee03", + "reference": "14a89f38091a7bf48404740c5f64087a3010ee03", "shasum": "" }, "require": { @@ -693,10 +696,10 @@ ], "description": "A module for managing Newfold in-site notifications.", "support": { - "source": "https://github.com/newfold-labs/wp-module-notifications/tree/1.6.2", + "source": "https://github.com/newfold-labs/wp-module-notifications/tree/1.6.6", "issues": "https://github.com/newfold-labs/wp-module-notifications/issues" }, - "time": "2024-10-31T18:13:03+00:00" + "time": "2024-11-18T20:26:18+00:00" }, { "name": "newfold-labs/wp-module-performance",