We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be58842 commit 4631a3cCopy full SHA for 4631a3c
README.md
@@ -95,6 +95,4 @@ Please follow the [WordPress coding standards](https://make.wordpress.org/core/h
95
- 0.4.1 - Remove Mocha as a peerdendency
96
- 0.4.2 - set `cmd-diff` to `diff` for svn
97
- 1.0.0 - Add filemapping option. Bump minimum node version. Change code style. Update tooling.
98
-
99
-### Unreleased
100
-- Bump minimium node version to 10.
+- 2.0.0 - Bump minimum node version. Use @wordpress/scripts. Allow Credentials to be stored. Reduce Dependancy on Grunt.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "grunt-patch-wordpress",
3
- "version": "1.0.0",
+ "version": "2.0.0",
4
"description": "Patch your core WordPress",
5
"author": {
6
"name": "Aaron Jorbin",
0 commit comments