diff --git a/CHANGELOG.md b/CHANGELOG.md index 7724949..035e1c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.4.3 +* Tested up to WP 7.0. + +## 1.4.2 +* Chore: Update CI/CD pipeline. + ## 1.4.1 * Hotfix: Missing js-map file causing plugin breakdown. diff --git a/package.json b/package.json index 480247e..b6f11af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sql-to-cpt", - "version": "1.4.1", + "version": "1.4.3", "description": "Import & Convert SQL files to Custom Post Types (CPT).", "author": "badasswp", "license": "GPL-2.0-or-later", diff --git a/readme.txt b/readme.txt index d081ede..e9fd631 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: badasswp Tags: sql, cpt, post, import, convert. Requires at least: 6.0 -Tested up to: 6.9 -Stable tag: 1.4.1 +Tested up to: 7.0 +Stable tag: 1.4.3 Requires PHP: 7.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -69,6 +69,12 @@ Want to add your personal touch? All of our documentation can be found [here](ht == Changelog == += 1.4.3 = +* Tested up to WP 7.0. + += 1.4.2 = +* Chore: Update CI/CD pipeline. + = 1.4.1 = * Hotfix: Missing js-map file causing plugin breakdown. diff --git a/sql-to-cpt.php b/sql-to-cpt.php index 5faedeb..a725bd2 100644 --- a/sql-to-cpt.php +++ b/sql-to-cpt.php @@ -3,7 +3,7 @@ * Plugin Name: SQL to CPT * Plugin URI: https://github.com/badasswp/sql-to-cpt * Description: Import & Convert SQL files to Custom Post Types (CPT). - * Version: 1.4.1 + * Version: 1.4.3 * Author: badasswp * Author URI: https://github.com/badasswp * License: GPL v2 or later