From 4663ef04cddb5f50fbfa33f0463d9bbcd591920d Mon Sep 17 00:00:00 2001 From: Richa Ferry Setyawan Date: Sat, 21 Sep 2024 05:24:31 +0700 Subject: [PATCH] bump version & update changelog --- publishpress-checklists.php | 4 ++-- readme.txt | 12 +++++++++++- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/publishpress-checklists.php b/publishpress-checklists.php index 06097c28..99359789 100644 --- a/publishpress-checklists.php +++ b/publishpress-checklists.php @@ -6,7 +6,7 @@ * Description: Add support for checklists in WordPress * Author: PublishPress * Author URI: https://publishpress.com - * Version: 2.13.0 + * Version: 2.14.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.13.0'); + define('PPCH_VERSION', '2.14.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 5b02dd28..e5a4e62e 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.13.0 +Stable tag: 2.14.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -311,6 +311,16 @@ 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.14.0] - 23 September 2024 = + +* Added: Taxonomies tab #747 +* Added: Minimum number of characters for alt text #616 +* Added: ACF (Advanced Custom Fields) integration support #639 +* Fixed: PHP 8.2 deprecated message #752 +* Fixed: Character count issue #740 +* Updated: Composer dependencies +* Updated: Bumped Webpack from 5.91.0 to 5.94.0 + = [2.13.0] - 28 August 2024 = * Added: Class FieldsTabs to support modifying tabs from the Pro version #739