Version Bump
This commit is contained in:
parent
3be88f05ec
commit
95f69a80f4
5 changed files with 7 additions and 4 deletions
|
@ -7,7 +7,7 @@ Description: Block canvas is a simple theme that supports full-site editing. It
|
||||||
Requires at least: 5.7
|
Requires at least: 5.7
|
||||||
Tested up to: 5.9
|
Tested up to: 5.9
|
||||||
Requires PHP: 5.7
|
Requires PHP: 5.7
|
||||||
Version: 0.0.7
|
Version: 0.0.8
|
||||||
License: GNU General Public License v2 or later
|
License: GNU General Public License v2 or later
|
||||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
Text Domain: block-canvas
|
Text Domain: block-canvas
|
||||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "themes",
|
"name": "themes",
|
||||||
"version": "1.0.155",
|
"version": "1.0.156",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "themes",
|
"name": "themes",
|
||||||
"version": "1.0.155",
|
"version": "1.0.156",
|
||||||
"description": "Automattic public themes",
|
"description": "Automattic public themes",
|
||||||
"author": "automattic",
|
"author": "automattic",
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
|
|
|
@ -12,6 +12,9 @@ Remote is a dark, minimal block theme ideal for bloggers. Its default styles - a
|
||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 1.0.5 =
|
||||||
|
* Remote: add style variations (#5908)
|
||||||
|
|
||||||
= 1.0.4 =
|
= 1.0.4 =
|
||||||
* Update all /pub themes so the theme-uri points to `https://wordpress.com/theme/<slug>` (#6033)
|
* Update all /pub themes so the theme-uri points to `https://wordpress.com/theme/<slug>` (#6033)
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ Description: Remote is a dark, minimal block theme ideal for bloggers. Its defau
|
||||||
Requires at least: 6.0
|
Requires at least: 6.0
|
||||||
Tested up to: 6.0
|
Tested up to: 6.0
|
||||||
Requires PHP: 5.7
|
Requires PHP: 5.7
|
||||||
Version: 1.0.4
|
Version: 1.0.5
|
||||||
License: GNU General Public License v2 or later
|
License: GNU General Public License v2 or later
|
||||||
License URI: https://raw.githubusercontent.com/Automattic/themes/trunk/LICENSE
|
License URI: https://raw.githubusercontent.com/Automattic/themes/trunk/LICENSE
|
||||||
Text Domain: remote
|
Text Domain: remote
|
||||||
|
|
Loading…
Reference in a new issue