Skip to content

Commit 19d97a8

Browse files
fix versions, bump to 0.3.11 (#40)
1 parent bbb82b5 commit 19d97a8

8 files changed

+18
-193
lines changed

archived-post-status.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* @wordpress-plugin
1515
* Plugin Name: Archived Post Status
1616
* Description: Allows posts and pages to be archived so you can unpublish content without having to trash it.
17-
* Version: 0.3.9.1
17+
* Version: 0.3.11
1818
* Author: Joshua David Nelson
1919
* Author URI: https://joshuadnelson.com
2020
* Text Domain: archived-post-status
@@ -35,7 +35,7 @@
3535
/**
3636
* Define plugin constants.
3737
*/
38-
define( 'ARCHIVED_POST_STATUS_VERSION', '0.3.9.1' );
38+
define( 'ARCHIVED_POST_STATUS_VERSION', '0.3.11' );
3939
define( 'ARCHIVED_POST_STATUS_PLUGIN', plugin_basename( __FILE__ ) );
4040
define( 'ARCHIVED_POST_STATUS_DIR', __DIR__ );
4141
define( 'ARCHIVED_POST_STATUS_URL', plugins_url( '/', __FILE__ ) );

changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Archived Post Status Changelog
22
---
33

4+
## 0.3.11 - June 15, 2024
5+
- Fix release and versioning issues that shipped with 0.3.10
6+
47
## 0.3.10 - June 15, 2024
58
- Test & update support for WP 6.5.4
69
- Increase minimum supported php to 8.1, as 8.0 is end of life.

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "joshuadavidnelson/archived-post-status",
3+
"version": "0.3.11",
34
"type": "wordpress-plugin",
45
"description": "A WordPress plugin that allows posts and pages to be archived so you can unpublish content without having to trash it.",
56
"homepage": "https://archivedpoststat.us/",

composer.lock

+1-186
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "archived-post-status",
3-
"version": "0.3.10",
3+
"version": "0.3.11",
44
"description": "A WordPress plugin that allows posts and pages to be archived so you can unpublish content without having to trash it.",
55
"author": "Joshua David Nelson",
66
"license": "GPL-2.0-or-later",

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Allows posts and pages to be archived so you can unpublish content without havin
1414
**Tested up to PHP version:** 8.3
1515
**Minimum WP Version supported:** 5.9
1616
**Tested up to WP version:** 6.5.4
17-
**Stable tag:** 0.3.10
17+
**Stable tag:** 0.3.11
1818
**License:** [GPL-2.0](https://www.gnu.org/licenses/gpl-2.0.html)
1919

2020
## Description

readme.txt

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: archive, archived, post status, archive post, admin, status,
44
Requires at least: 5.9
55
Requires PHP: 8.1
66
Tested up to: 6.5.4
7-
Stable tag: 0.3.10
7+
Stable tag: 0.3.11
88
License: GPL-2.0
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -173,6 +173,9 @@ Please reach out on the [Github Issues](https://github.com/joshuadavidnelson/arc
173173

174174
== Changelog ==
175175

176+
= 0.3.11 =
177+
- Fix release and versioning issues that shipped with 0.3.10
178+
176179
= 0.3.10 =
177180
- Test & update support for WP 6.5.4
178181
- Increase minimum supported php to 8.1, as 8.0 is end of life.
@@ -272,6 +275,9 @@ Props [fjarrett](https://github.com/fjarrett)
272275

273276
== Upgrade Notice ==
274277

278+
= 0.3.11 =
279+
- Fix release and versioning issues that shipped with 0.3.10
280+
275281
= 0.3.10 =
276282
- Test & update support for WP 6.5.4
277283
- Increase minimum supported php to 8.1, as 8.0 is end of life.

0 commit comments

Comments
 (0)