Version Bump
This commit is contained in:
parent
f939aa9b59
commit
16b30bdad0
4 changed files with 7 additions and 4 deletions
|
@ -12,6 +12,9 @@ A theme for writers that want to publish a newsletter using Jetpack.
|
||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 1.1.12 =
|
||||||
|
* Lettre: Navigation styling fixes (#7670)
|
||||||
|
|
||||||
= 1.1.11 =
|
= 1.1.11 =
|
||||||
* Lettre: round of fixes (#7664)
|
* Lettre: round of fixes (#7664)
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ Description: A theme for writers that want to publish a newsletter using Jetpack
|
||||||
Requires at least: 6.1
|
Requires at least: 6.1
|
||||||
Tested up to: 6.1
|
Tested up to: 6.1
|
||||||
Requires PHP: 5.6
|
Requires PHP: 5.6
|
||||||
Version: 1.1.11
|
Version: 1.1.12
|
||||||
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: lettre
|
Text Domain: lettre
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "themes",
|
"name": "themes",
|
||||||
"version": "1.0.503",
|
"version": "1.0.504",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "themes",
|
"name": "themes",
|
||||||
"version": "1.0.503",
|
"version": "1.0.504",
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"*"
|
"*"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "themes",
|
"name": "themes",
|
||||||
"version": "1.0.503",
|
"version": "1.0.504",
|
||||||
"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