Skip to content

Commit

Permalink
Bump version to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
capuderg committed Apr 10, 2024
1 parent a754609 commit 6f2f5bf
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion one-click-demo-import.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.2.0",
"version": "3.2.1",
"type": "module",
"private": true,
"devDependencies": {
Expand Down
12 changes: 8 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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.
Expand Down
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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*

Expand Down

0 comments on commit 6f2f5bf

Please sign in to comment.