Version Bump
This commit is contained in:
parent
8d2d627bad
commit
7ce3942a57
6 changed files with 13 additions and 5 deletions
|
@ -12,6 +12,9 @@ License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 0.0.2 =
|
||||
* Add button styles (#5973)
|
||||
|
||||
= 0.0.1 =
|
||||
* Initial release
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ Description:
|
|||
Requires at least: 5.8
|
||||
Tested up to: 5.9
|
||||
Requires PHP: 5.7
|
||||
Version: 0.0.1
|
||||
Version: 0.0.2
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: https://raw.githubusercontent.com/Automattic/themes/trunk/LICENSE
|
||||
Template:
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "themes",
|
||||
"version": "1.0.125",
|
||||
"version": "1.0.126",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "themes",
|
||||
"version": "1.0.125",
|
||||
"version": "1.0.126",
|
||||
"license": "GPL-2.0",
|
||||
"dependencies": {
|
||||
"wp-prettier": "^2.0.5"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "themes",
|
||||
"version": "1.0.125",
|
||||
"version": "1.0.126",
|
||||
"description": "Automattic public themes",
|
||||
"author": "automattic",
|
||||
"license": "GPL-2.0",
|
||||
|
|
|
@ -24,6 +24,11 @@ Rebalance is a simple, modern theme for photographers, artists, and graphic desi
|
|||
2. Click Upload and Choose File, then select the theme's .zip file. Click Install Now.
|
||||
3. Click Activate to use your new theme right away.
|
||||
|
||||
== Changelog ==
|
||||
|
||||
= 1.1.13 =
|
||||
* Rebalance: Fix author display in post carousel block (#5974)
|
||||
|
||||
== Credits ==
|
||||
|
||||
* Based on Underscores http://underscores.me/, (C) 2012-2017 Automattic, Inc., [GPLv2 or later](https://www.gnu.org/licenses/gpl-2.0.html)
|
||||
|
|
|
@ -4,7 +4,7 @@ Theme URI: https://wordpress.org/themes/rebalance/
|
|||
Author: Automattic
|
||||
Author URI: http://wordpress.com/themes/
|
||||
Description: Rebalance is a new spin on the classic Imbalance 2 portfolio theme. It is a simple, modern theme for photographers, artists, and graphic designers looking to showcase their work.
|
||||
Version: 1.1.12-wpcom
|
||||
Version: 1.1.13-wpcom
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Text Domain: rebalance
|
||||
|
|
Loading…
Reference in a new issue