diff --git a/publishpress-checklists.php b/publishpress-checklists.php index 7cc093e..7755d33 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.14.0 + * Version: 2.15.0 * Text Domain: publishpress-checklists * Domain Path: /languages * Requires at least: 5.5 @@ -61,7 +61,7 @@ if (!defined('PPCH_LOADED')) { define('PPCH_LOADED', 1); define('PPCH_PATH_BASE', plugin_dir_path(__FILE__)); - define('PPCH_VERSION', '2.14.0'); + define('PPCH_VERSION', '2.15.0'); define('PPCH_FILE', __DIR__ . '/publishpress-checklists.php'); define('PPCH_MODULES_PATH', PPCH_PATH_BASE . '/modules'); define('PPCH_RELATIVE_PATH', 'publishpress-checklists'); diff --git a/readme.txt b/readme.txt index 46ae86b..7048910 100644 --- a/readme.txt +++ b/readme.txt @@ -7,7 +7,7 @@ Tags: approval, checklist, maximum, minimum, requirement, task, OpenAI, featured Requires at least: 5.5 Requires PHP: 7.2.5 Tested up to: 6.6 -Stable tag: 2.14.0 +Stable tag: 2.15.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -311,6 +311,18 @@ 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.15.0] - 14 October 2024 = + +* Fixed: Conflict with Rank Math SEO plugin #791 +* Fixed: Promo banner update #779 +* Fixed: Anchor link not passing the valid link requirement #781 +* Fixed: Required and prohibited categories showing deleted terms #786 +* Fixed: OpenAI checklist button not working on the second tab #782 +* Fixed: Alt text for featured image not working on the first try #743 +* Fixed: Plugin description update #780 +* Fixed: Custom arrow position issue #778 +* Updated: Composer dependencies + = [2.14.0] - 25 September 2024 = * Added: Taxonomies tab #747