Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
14 changes: 12 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sql-to-cpt.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down