Skip to content

Commit

Permalink
Update plugin version to 3.7. (#9475)
Browse files Browse the repository at this point in the history
* Update plugin version to 3.7.

* bin/get-vendor-scripts.php: stub `add_filter`
  • Loading branch information
mtias authored and youknowriad committed Aug 31, 2018
1 parent 7a6124e commit 0806573
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions bin/get-vendor-scripts.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
*/
function add_action() {}

/**
* Hi, phpcs
*/
function add_filter() {}

/**
* Hi, phpcs
*/
Expand Down
2 changes: 1 addition & 1 deletion gutenberg.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Gutenberg
* Plugin URI: https://github.com/WordPress/gutenberg
* Description: Printing since 1440. This is the development plugin for the new block editor in core.
* Version: 3.6.2
* Version: 3.7.0
* Author: Gutenberg Team
*
* @package gutenberg
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gutenberg",
"version": "3.6.2",
"version": "3.7.0",
"private": true,
"description": "A new WordPress editor experience",
"repository": "git+https://github.com/WordPress/gutenberg.git",
Expand Down

0 comments on commit 0806573

Please sign in to comment.