Version Bump
This commit is contained in:
parent
d28b8a126e
commit
643ecc7058
6 changed files with 11 additions and 5 deletions
|
@ -90,6 +90,9 @@ Social networks that aren't currently supported will be indicated by a generic s
|
||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 1.0.14 =
|
||||||
|
* #3080: Canard: Fix byline in blog post block (#5981)
|
||||||
|
|
||||||
= 1.0.12 - Jun 10 2020 =
|
= 1.0.12 - Jun 10 2020 =
|
||||||
* Add block editor styles and support to the theme.
|
* Add block editor styles and support to the theme.
|
||||||
* Improve contact form styles
|
* Improve contact form styles
|
||||||
|
|
|
@ -4,7 +4,7 @@ Theme URI: https://wordpress.com/themes/canard/
|
||||||
Author: Automattic
|
Author: Automattic
|
||||||
Author URI: https://wordpress.com/themes/
|
Author URI: https://wordpress.com/themes/
|
||||||
Description: A flexible and versatile theme perfect for magazines, news sites, and blogs. It lets you highlight specific articles on the homepage and balances readability with a powerful use of photography — all in a layout that works on any device.
|
Description: A flexible and versatile theme perfect for magazines, news sites, and blogs. It lets you highlight specific articles on the homepage and balances readability with a powerful use of photography — all in a layout that works on any device.
|
||||||
Version: 1.0.13-wpcom
|
Version: 1.0.14-wpcom
|
||||||
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: canard
|
Text Domain: canard
|
||||||
|
|
|
@ -12,6 +12,9 @@ Heiwa is a theme that supports full-site editing.
|
||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 0.0.2 =
|
||||||
|
* Heiwa: Minor adjustments to header and footer patterns. (#5979)
|
||||||
|
|
||||||
= 1.0.0 =
|
= 1.0.0 =
|
||||||
* Initial release
|
* Initial release
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ Description: Heiwa is a theme that supports full-site editing.
|
||||||
Requires at least: 5.8
|
Requires at least: 5.8
|
||||||
Tested up to: 5.9
|
Tested up to: 5.9
|
||||||
Requires PHP: 5.7
|
Requires PHP: 5.7
|
||||||
Version: 0.0.1
|
Version: 0.0.2
|
||||||
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
|
||||||
Template: blockbase
|
Template: blockbase
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "themes",
|
"name": "themes",
|
||||||
"version": "1.0.127",
|
"version": "1.0.128",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "themes",
|
"name": "themes",
|
||||||
"version": "1.0.127",
|
"version": "1.0.128",
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"wp-prettier": "^2.0.5"
|
"wp-prettier": "^2.0.5"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "themes",
|
"name": "themes",
|
||||||
"version": "1.0.127",
|
"version": "1.0.128",
|
||||||
"description": "Automattic public themes",
|
"description": "Automattic public themes",
|
||||||
"author": "automattic",
|
"author": "automattic",
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
|
|
Loading…
Reference in a new issue