From 49a91b48789433a2df07d0d574e0e8db563584c0 Mon Sep 17 00:00:00 2001 From: Riza Maulana Ardiyanto Date: Tue, 10 Dec 2024 20:26:10 +0700 Subject: [PATCH 1/2] release 2.17.0 changelog: --- composer.lock | 52 ++++++++++++++-------------- lib/composer.lock | 56 +++++++++++++++---------------- lib/vendor/composer/installed.php | 4 +-- publishpress-checklists.php | 2 +- readme.txt | 8 ++++- 5 files changed, 64 insertions(+), 58 deletions(-) diff --git a/composer.lock b/composer.lock index eb7008b6..bb61715a 100644 --- a/composer.lock +++ b/composer.lock @@ -1162,11 +1162,11 @@ "type": "library", "extra": { "hooks": { - "pre-commit": [ - "composer fix-style" - ], "pre-push": [ "composer check-style" + ], + "pre-commit": [ + "composer fix-style" ] } }, @@ -1637,16 +1637,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.6.21", + "version": "9.6.22", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "de6abf3b6f8dd955fac3caad3af7a9504e8c2ffa" + "reference": "f80235cb4d3caa59ae09be3adf1ded27521d1a9c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/de6abf3b6f8dd955fac3caad3af7a9504e8c2ffa", - "reference": "de6abf3b6f8dd955fac3caad3af7a9504e8c2ffa", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f80235cb4d3caa59ae09be3adf1ded27521d1a9c", + "reference": "f80235cb4d3caa59ae09be3adf1ded27521d1a9c", "shasum": "" }, "require": { @@ -1657,7 +1657,7 @@ "ext-mbstring": "*", "ext-xml": "*", "ext-xmlwriter": "*", - "myclabs/deep-copy": "^1.12.0", + "myclabs/deep-copy": "^1.12.1", "phar-io/manifest": "^2.0.4", "phar-io/version": "^3.2.1", "php": ">=7.3", @@ -1720,7 +1720,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.21" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.22" }, "funding": [ { @@ -1736,7 +1736,7 @@ "type": "tidelift" } ], - "time": "2024-09-19T10:50:18+00:00" + "time": "2024-12-05T13:48:26+00:00" }, { "name": "psr/container", @@ -3314,16 +3314,16 @@ }, { "name": "symfony/dom-crawler", - "version": "v5.4.45", + "version": "v5.4.48", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "89647a57db280f9f93c27271fea58babb77bb473" + "reference": "b57df76f4757a9a8dfbb57ba48d7780cc20776c6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/89647a57db280f9f93c27271fea58babb77bb473", - "reference": "89647a57db280f9f93c27271fea58babb77bb473", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/b57df76f4757a9a8dfbb57ba48d7780cc20776c6", + "reference": "b57df76f4757a9a8dfbb57ba48d7780cc20776c6", "shasum": "" }, "require": { @@ -3369,7 +3369,7 @@ "description": "Eases DOM navigation for HTML and XML documents", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dom-crawler/tree/v5.4.45" + "source": "https://github.com/symfony/dom-crawler/tree/v5.4.48" }, "funding": [ { @@ -3385,7 +3385,7 @@ "type": "tidelift" } ], - "time": "2024-10-22T13:05:35+00:00" + "time": "2024-11-13T14:36:38+00:00" }, { "name": "symfony/event-dispatcher", @@ -3640,8 +3640,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -3716,8 +3716,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -3794,8 +3794,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -3952,8 +3952,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -4028,8 +4028,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { diff --git a/lib/composer.lock b/lib/composer.lock index e4e59470..25446328 100644 --- a/lib/composer.lock +++ b/lib/composer.lock @@ -79,36 +79,36 @@ }, "type": "library", "extra": { - "generator": { - "lib-class-test": "class_exists('PublishPress\\Pimple\\Container')", - "action-initialize-priority": "-185", - "action-register-priority": "-200" - }, "strauss": { - "target_directory": "lib", - "namespace_prefix": "PublishPress\\", - "classmap_prefix": "PublishPress_", - "constant_prefix": "PUBLISHPRESS_", - "include_author": "true", - "classmap_output": "true", "packages": [ "pimple/pimple", "psr/container" ], - "override_autoload": [], + "include_author": "true", + "classmap_output": "true", + "classmap_prefix": "PublishPress_", + "constant_prefix": "PUBLISHPRESS_", + "namespace_prefix": "PublishPress\\", + "target_directory": "lib", "exclude_from_copy": { "packages": [], "namespaces": [], "file_patterns": [] }, + "override_autoload": [], + "delete_vendor_files": true, "exclude_from_prefix": { "packages": [], "namespaces": [], "file_patterns": [] }, - "namespace_replacement_patterns": [], "delete_vendor_packages": true, - "delete_vendor_files": true + "namespace_replacement_patterns": [] + }, + "generator": { + "lib-class-test": "class_exists('PublishPress\\Pimple\\Container')", + "action-register-priority": "-200", + "action-initialize-priority": "-185" } }, "autoload": { @@ -176,35 +176,35 @@ }, "type": "library", "extra": { - "generator": { - "lib-class-test": "interface_exists('PublishPress\\Psr\\Container\\ContainerInterface')", - "action-initialize-priority": "-190", - "action-register-priority": "-200" - }, "strauss": { - "target_directory": "lib", - "namespace_prefix": "PublishPress\\", - "classmap_prefix": "PublishPress_", - "constant_prefix": "PUBLISHPRESS_", - "include_author": "true", - "classmap_output": "true", "packages": [ "psr/container" ], - "override_autoload": [], + "include_author": "true", + "classmap_output": "true", + "classmap_prefix": "PublishPress_", + "constant_prefix": "PUBLISHPRESS_", + "namespace_prefix": "PublishPress\\", + "target_directory": "lib", "exclude_from_copy": { "packages": [], "namespaces": [], "file_patterns": [] }, + "override_autoload": [], + "delete_vendor_files": true, "exclude_from_prefix": { "packages": [], "namespaces": [], "file_patterns": [] }, - "namespace_replacement_patterns": [], "delete_vendor_packages": true, - "delete_vendor_files": true + "namespace_replacement_patterns": [] + }, + "generator": { + "lib-class-test": "interface_exists('PublishPress\\Psr\\Container\\ContainerInterface')", + "action-register-priority": "-200", + "action-initialize-priority": "-190" } }, "autoload": { diff --git a/lib/vendor/composer/installed.php b/lib/vendor/composer/installed.php index c8da719e..6ec9c1e8 100644 --- a/lib/vendor/composer/installed.php +++ b/lib/vendor/composer/installed.php @@ -3,7 +3,7 @@ 'name' => '__root__', 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => 'a8d894237799dc71afd107f4c0dd8b0d0f54add6', + 'reference' => 'ae04aad3b99f14c207341ecad81e61598f4636e7', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -13,7 +13,7 @@ '__root__' => array( 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => 'a8d894237799dc71afd107f4c0dd8b0d0f54add6', + 'reference' => 'ae04aad3b99f14c207341ecad81e61598f4636e7', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), diff --git a/publishpress-checklists.php b/publishpress-checklists.php index 427a91a8..e62f1b9b 100644 --- a/publishpress-checklists.php +++ b/publishpress-checklists.php @@ -6,7 +6,7 @@ * Description: With PublishPress Checklists, you can choose publishing requirements for your content. * Author: PublishPress * Author URI: https://publishpress.com - * Version: 2.16.0 + * Version: 2.17.0 * Text Domain: publishpress-checklists * Domain Path: /languages * Requires at least: 5.5 diff --git a/readme.txt b/readme.txt index c8a1ee2b..a7380b2b 100644 --- a/readme.txt +++ b/readme.txt @@ -7,7 +7,7 @@ Tags: approval, checklist, maximum, minimum, requirement Requires at least: 5.5 Requires PHP: 7.2.5 Tested up to: 6.6 -Stable tag: 2.16.0 +Stable tag: 2.17.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -329,6 +329,12 @@ With the PublishPress Checklists plugin, you can require that site's content mee The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). += [2.17.0] - 12 December 2024 = + +* Fixed: Remove space at top of the Checklists screen #834 +* Added: New tab for Yoast #815 +* Added: Disable Checklists on Elementor Page Builder #504 + = [2.16.0] - 20 November 2024 = * Fixed: Links with ! are marked as invalid #261 From 0f6970a2f7cccbe753976af3c70534c3728401ca Mon Sep 17 00:00:00 2001 From: Riza Maulana Ardiyanto Date: Tue, 10 Dec 2024 20:29:11 +0700 Subject: [PATCH 2/2] change the date --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index a7380b2b..0148a433 100644 --- a/readme.txt +++ b/readme.txt @@ -329,7 +329,7 @@ With the PublishPress Checklists plugin, you can require that site's content mee The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -= [2.17.0] - 12 December 2024 = += [2.17.0] - 10 December 2024 = * Fixed: Remove space at top of the Checklists screen #834 * Added: New tab for Yoast #815