diff --git a/CHANGELOG.md b/CHANGELOG.md index 4960057..e0a1b0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +# 1.3.3 +* Bump up plugin version. +* Tested up to WP 6.8 +* Update README docs. + +## 1.3.2 +* Lint `.wp-env` file correctly. +* Update setup.sh bash script. +* Tested up to WP `6.7.2`. + ## 1.3.1 * Enforce WP linting style across plugin. * Feat: Add WP local dev env for contributors. diff --git a/package.json b/package.json index cf0f5c7..732460c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sql-to-cpt", - "version": "1.3.1", + "version": "1.3.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 4851b17..889dd12 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.7.1 -Stable tag: 1.3.1 +Tested up to: 6.8 +Stable tag: 1.3.3 Requires PHP: 7.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -69,6 +69,16 @@ Want to add your personal touch? All of our documentation can be found [here](ht == Changelog == += 1.3.3 +* Bump up plugin version. +* Tested up to WP 6.8 +* Update README docs. + += 1.3.2 +* Lint `.wp-env` file correctly. +* Update setup.sh bash script. +* Tested up to WP `6.7.2`. + = 1.3.1 = * Enforce WP linting style across plugin. * Feat: Add WP local dev env for contributors. diff --git a/sql-to-cpt.php b/sql-to-cpt.php index c8f3793..fb42099 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.3.1 + * Version: 1.3.3 * Author: badasswp * Author URI: https://github.com/badasswp * License: GPL v2 or later