Version Bump
This commit is contained in:
parent
e797b3fe02
commit
a240a1cc25
11 changed files with 24 additions and 8 deletions
|
@ -12,6 +12,9 @@ A theme inspired by Mayan history and culture.
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 1.0.9 =
|
||||
* Themes: Remove site title text decoration from theme.json (#6122)
|
||||
|
||||
= 1.0.8 =
|
||||
* Update all /pub themes so the theme-uri points to `https://wordpress.com/theme/<slug>` (#6033)
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ Description: A theme inspired by Mayan history and culture
|
|||
Requires at least: 5.8
|
||||
Tested up to: 5.9
|
||||
Requires PHP: 5.7
|
||||
Version: 1.0.8
|
||||
Version: 1.0.9
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Text Domain: archeo
|
||||
|
|
|
@ -7,7 +7,7 @@ Description: Block canvas is a simple theme that supports full-site editing. It
|
|||
Requires at least: 5.7
|
||||
Tested up to: 5.9
|
||||
Requires PHP: 5.7
|
||||
Version: 0.0.8
|
||||
Version: 0.0.9
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Text Domain: block-canvas
|
||||
|
|
|
@ -12,6 +12,13 @@ License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 0.0.9 =
|
||||
* Curator: update footer styles (#6070)
|
||||
* Curator: update page template (#6058)
|
||||
* Themes: Remove site title text decoration from theme.json (#6122)
|
||||
* Curator: design fixes (#6125)
|
||||
* Curator: index template and styles (#6071)
|
||||
|
||||
= 0.0.8 =
|
||||
* Curator: revise header template part (#5980)
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ Description:
|
|||
Requires at least: 5.8
|
||||
Tested up to: 5.9
|
||||
Requires PHP: 5.7
|
||||
Version: 0.0.8
|
||||
Version: 0.0.9
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: https://raw.githubusercontent.com/Automattic/themes/trunk/LICENSE
|
||||
Template:
|
||||
|
|
|
@ -13,6 +13,9 @@ Livro is a simple theme designed to evoke the calm feeling you get when you sett
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 1.0.13 =
|
||||
* Themes: Remove site title text decoration from theme.json (#6122)
|
||||
|
||||
= 1.0.12 =
|
||||
* Update all /pub themes so the theme-uri points to `https://wordpress.com/theme/<slug>` (#6033)
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ Requires at least: 5.8
|
|||
Tested up to: 5.8.3
|
||||
Requires PHP: 5.6
|
||||
Requires Gutenberg: 12.8
|
||||
Version: 1.0.12
|
||||
Version: 1.0.13
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Text Domain: livro
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "themes",
|
||||
"version": "1.0.159",
|
||||
"version": "1.0.160",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "themes",
|
||||
"version": "1.0.157",
|
||||
"version": "1.0.160",
|
||||
"license": "GPL-2.0",
|
||||
"dependencies": {
|
||||
"wp-prettier": "^2.0.5"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "themes",
|
||||
"version": "1.0.159",
|
||||
"version": "1.0.160",
|
||||
"description": "Automattic public themes",
|
||||
"author": "automattic",
|
||||
"license": "GPL-2.0",
|
||||
|
|
|
@ -12,6 +12,9 @@ Remote is a dark, minimal block theme ideal for bloggers. Its default styles - a
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 1.0.6 =
|
||||
* Themes: Remove site title text decoration from theme.json (#6122)
|
||||
|
||||
= 1.0.5 =
|
||||
* Remote: add style variations (#5908)
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ Description: Remote is a dark, minimal block theme ideal for bloggers. Its defau
|
|||
Requires at least: 6.0
|
||||
Tested up to: 6.0
|
||||
Requires PHP: 5.7
|
||||
Version: 1.0.5
|
||||
Version: 1.0.6
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: https://raw.githubusercontent.com/Automattic/themes/trunk/LICENSE
|
||||
Text Domain: remote
|
||||
|
|
Loading…
Reference in a new issue