Make WordPress Core

Changeset 37612

Timestamp:
06/01/2016 09:24:09 PM (8 years ago)
Author:
jorbin
Message:

Update grunt-patch-wordpress to 0.4.0

This update adds two main features for your WordPress development happiness.

1) GitHub URL support. You can now use grunt patch:https://github.com/aaronjorbin/develop.wordpress/pull/3 with any copy of WordPress on GitHub. No longer will you need to download the patch manually. Works for both core and develop mirrors on GitHub.

2) Upload patches directly from the command line. No longer will you need to create a patch and manually upload it to trac. grunt upload_patch:20000 will upload a patch to the appropriate ticket after a user enters a WordPress.org username and password. This is limited to users with the appropriate XML-RPC privileges in trac (right now, that is just bug gardeners). You still need to manually add the has patch keyword.

Full changelog: https://github.com/aaronjorbin/grunt-patch-wordpress/compare/0.3.0...0.4.0

Fixes #35917.
Props netweb, ericlewis, michaelbeil, jorbin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r37212 r37612  
    2626    "grunt-jsvalidate": "~0.2.2",
    2727    "grunt-legacy-util": "^0.2.0",
    28     "grunt-patch-wordpress": "~0.3.0",
     28    "grunt-patch-wordpress": "~0..0",
    2929    "grunt-postcss": "~0.7.1",
    3030    "grunt-rtlcss": "~2.0.1",
Note: See TracChangeset for help on using the changeset viewer.