From 6f2f5bfc3f13423be255749886dc365f2802777d Mon Sep 17 00:00:00 2001 From: Gregor Capuder Date: Wed, 10 Apr 2024 09:40:19 +0200 Subject: [PATCH] Bump version to 3.2.1 --- one-click-demo-import.php | 2 +- package.json | 2 +- readme.md | 12 ++++++++---- readme.txt | 9 +++++++-- 4 files changed, 17 insertions(+), 8 deletions(-) diff --git a/one-click-demo-import.php b/one-click-demo-import.php index 826746a..2866742 100644 --- a/one-click-demo-import.php +++ b/one-click-demo-import.php @@ -4,7 +4,7 @@ Plugin Name: One Click Demo Import Plugin URI: https://wordpress.org/plugins/one-click-demo-import/ Description: Import your content, widgets and theme settings with one click. Theme authors! Enable simple demo import for your theme demo data. -Version: 3.2.0 +Version: 3.2.1 Requires at least: 5.5 Requires PHP: 5.6 Author: OCDI diff --git a/package.json b/package.json index 81d1a88..90d6b9c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "3.2.0", + "version": "3.2.1", "type": "module", "private": true, "devDependencies": { diff --git a/readme.md b/readme.md index ad13779..e4e616a 100644 --- a/readme.md +++ b/readme.md @@ -2,9 +2,9 @@ **Contributors:** ocdi, smub, jaredatch, capuderg **Tags:** import, content, demo, data, widgets, settings, redux, theme options **Requires at least:** 5.5 -**Tested up to:** 6.4 +**Tested up to:** 6.5 **Requires PHP:** 5.6 -**Stable tag:** 3.2.0 +**Stable tag:** 3.2.1 **License:** GPLv3 or later Import your demo content, widgets and theme settings with one click. Theme authors! Enable simple theme demo import for your users. @@ -59,7 +59,7 @@ You will find the import page in *wp-admin -> Appearance -> Import Demo Data*. ### Where are the demo import files and the log files saved? ### -The files used in the demo import will be saved to the default WordPress uploads directory. An example of that directory would be: `../wp-content/uploads/2016/03/`. +The files used in the demo import will be saved to the default WordPress uploads directory. An example of that directory would be: `../wp-content/uploads/2023/03/`. The log file will also be registered in the *wp-admin -> Media* section, so you can access it easily. @@ -367,8 +367,12 @@ Please visit this [docs page](https://github.com/awesomemotive/one-click-demo-im ## Changelog ## -### 3.2.0 ### +### 3.2.1 ### +*Release Date - 10th April 2024* + +* Fixed customizer security issue. +### 3.2.0 ### *Release Date - 23rd November 2023* * Added `ocdi/import_successful_buttons` filter hook that allow developers to add custom buttons in the import successful page. diff --git a/readme.txt b/readme.txt index da0e8b3..ce799bf 100644 --- a/readme.txt +++ b/readme.txt @@ -2,9 +2,9 @@ Contributors: ocdi, smub, jaredatch, capuderg Tags: import, content, demo, data, widgets, settings, redux, theme options Requires at least: 5.5 -Tested up to: 6.4 +Tested up to: 6.5 Requires PHP: 5.6 -Stable tag: 3.2.0 +Stable tag: 3.2.1 License: GPLv3 or later Import your demo content, widgets and theme settings with one click. Theme authors! Enable simple theme demo import for your users. @@ -359,6 +359,11 @@ Please visit this [docs page](https://github.com/awesomemotive/one-click-demo-im == Changelog == += 3.2.1 = +*Release Date - 10th April 2024* + +* Fixed customizer security issue. + = 3.2.0 = *Release Date - 23rd November 2023*