Skip to content

Commit 6adcdfc

Browse files
Revert version to 3.0.0 and remove 3.0.1 changelog
Downgrades version numbers in cpm.php and package.json from 3.0.1 to 3.0.0. Removes the 3.0.1 changelog entry from changelog.txt and readme.txt, reverting to the previous release state.
1 parent 251d885 commit 6adcdfc

4 files changed

Lines changed: 2 additions & 8 deletions

File tree

changelog.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
== Changelog ==
22

3-
= v3.0.1 – Dec 18, 2025 =
4-
**Improved:** Removed development files.
5-
63
= v3.0.0 – Dec 18, 2025 =
74
**Improved:** Aligned plugin description with WordPress.org directory standards.
85
**Improved:** internal consistency across metadata, versioning, and documentation.

cpm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: WordPress Project Management plugin. Manage your projects and tasks, get things done.
66
* Author: weDevs
77
* Author URI: https://wedevs.com
8-
* Version: 3.0.1
8+
* Version: 3.0.0
99
* Text Domain: wedevs-project-manager
1010
* Domain Path: /languages
1111
* License: GPL2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pmapi",
3-
"version": "3.0.1",
3+
"version": "3.0.0",
44
"description": "Front-end package manager for project manager",
55
"main": "index.js",
66
"directories": {

readme.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,6 @@ A. Found any bugs? Please create an [issue](https://github.com/tareq1988/wp-proj
215215

216216
== Changelog ==
217217

218-
= v3.0.1 – Dec 18, 2025 =
219-
**Improved:** Removed development files.
220-
221218
= v3.0.0 – Dec 18, 2025 =
222219
**Improved:** Aligned plugin description with WordPress.org directory standards.
223220
**Improved:** internal consistency across metadata, versioning, and documentation.

0 commit comments

Comments
 (0)