Version Bump
This commit is contained in:
parent
583a39960f
commit
5069cdc1a1
6 changed files with 12 additions and 6 deletions
|
@ -11,6 +11,9 @@ Indice is a tribute to the iconic indicehibit, an archetypal open source CMS tha
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 1.0.2 =
|
||||
* Indice: Make the footer is always at the bottom of the viewport (#7594)
|
||||
|
||||
= 1.0.1 =
|
||||
* Indice: Add strict types to remaining php files (#7547)
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ Description: Indice is a tribute to the iconic indicehibit, an archetypal open s
|
|||
Requires at least: 6.0
|
||||
Tested up to: 6.4
|
||||
Requires PHP: 5.7
|
||||
Version: 1.0.1
|
||||
Version: 1.0.2
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Text Domain: indice
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "themes",
|
||||
"version": "1.0.477",
|
||||
"version": "1.0.478",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "themes",
|
||||
"version": "1.0.477",
|
||||
"version": "1.0.478",
|
||||
"license": "GPL-2.0",
|
||||
"workspaces": [
|
||||
"*"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "themes",
|
||||
"version": "1.0.477",
|
||||
"version": "1.0.478",
|
||||
"description": "Automattic public themes",
|
||||
"author": "automattic",
|
||||
"license": "GPL-2.0",
|
||||
|
@ -22,7 +22,7 @@
|
|||
"deploy:theme": "node ./theme-utils.mjs deploy-theme",
|
||||
"deploy:zip": "node ./theme-utils.mjs build-com-zip",
|
||||
"deploy:land": "node ./theme-utils.mjs land-diff",
|
||||
"pull:all": "node ./theme-utils.mjs pull-all-themes",
|
||||
"pull:all": "node ./theme-utils.mjs pull-all-themes",
|
||||
"core:pull": "node ./theme-utils.mjs pull-core-themes",
|
||||
"core:push": "node ./theme-utils.mjs push-core-themes",
|
||||
"core:sync": "node ./theme-utils.mjs sync-core-theme",
|
||||
|
|
|
@ -12,6 +12,9 @@ Strand is a simple blogging and newsletter theme. The main feature is its split
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 1.0.2 =
|
||||
* Strand: A round of updates. (#7582)
|
||||
|
||||
= 1.0.1 =
|
||||
* Multiple Block Themes: Fix Cursor When Hovering Links (#7479)
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ Description: Strand is a simple blogging and newsletter theme. The main feature
|
|||
Requires at least: 5.8
|
||||
Tested up to: 5.9
|
||||
Requires PHP: 5.7
|
||||
Version: 1.0.1
|
||||
Version: 1.0.2
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Template:
|
||||
|
|
Loading…
Add table
Reference in a new issue