Version Bump
This commit is contained in:
parent
42506ba718
commit
503e1194b3
8 changed files with 11 additions and 4 deletions
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Didone functions and definitions
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: A 404 page
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: Default footer
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: Hidden No Results Content
|
||||
|
|
|
@ -12,6 +12,9 @@ Didone is a simple theme that supports full-site editing. It comes with a set of
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 1.0.4 =
|
||||
* Replace screenshot.png
|
||||
|
||||
= 1.0.3 =
|
||||
* Lossless image optimization (#7671)
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ Description: Didone draws inspiration from a genre of serif typeface that origin
|
|||
Requires at least: 6.0
|
||||
Tested up to: 6.2.2
|
||||
Requires PHP: 5.7
|
||||
Version: 1.0.3
|
||||
Version: 1.0.4
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Text Domain: didone
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "themes",
|
||||
"version": "1.0.520",
|
||||
"version": "1.0.521",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "themes",
|
||||
"version": "1.0.520",
|
||||
"version": "1.0.521",
|
||||
"license": "GPL-2.0",
|
||||
"workspaces": [
|
||||
"*"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "themes",
|
||||
"version": "1.0.520",
|
||||
"version": "1.0.521",
|
||||
"description": "Automattic public themes",
|
||||
"author": "automattic",
|
||||
"license": "GPL-2.0",
|
||||
|
|
Loading…
Reference in a new issue