Version Bump
This commit is contained in:
parent
c7116bb010
commit
1e693f72ed
4 changed files with 7 additions and 4 deletions
|
@ -14,6 +14,9 @@ Expo is a blog theme that presents posts in different Query Loops using tags. It
|
||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 1.2 =
|
||||||
|
* Update font file permissions (#8005)
|
||||||
|
|
||||||
= 1.1 =
|
= 1.1 =
|
||||||
* Expo: Fixing details and adding variations (#7995)
|
* Expo: Fixing details and adding variations (#7995)
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ Description: Expo is a blog theme that presents posts in different Query Loops u
|
||||||
Requires at least: 6.0
|
Requires at least: 6.0
|
||||||
Tested up to: 6.6
|
Tested up to: 6.6
|
||||||
Requires PHP: 5.7
|
Requires PHP: 5.7
|
||||||
Version: 1.1
|
Version: 1.2
|
||||||
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: expo
|
Text Domain: expo
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "themes",
|
"name": "themes",
|
||||||
"version": "1.0.552",
|
"version": "1.0.553",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "themes",
|
"name": "themes",
|
||||||
"version": "1.0.552",
|
"version": "1.0.553",
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"*"
|
"*"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "themes",
|
"name": "themes",
|
||||||
"version": "1.0.552",
|
"version": "1.0.553",
|
||||||
"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