Ver código fonte

Version Bump

Sarah Norris 1 ano atrás
pai
commit
856e5b5225

+ 1 - 0
bibliophile/functions.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Bibliophile functions and definitions

+ 1 - 0
bibliophile/patterns/footer.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: Default footer

+ 1 - 0
bibliophile/patterns/hidden-no-results-content.php

@@ -1,3 +1,4 @@
+<?php declare( strict_types = 1 ); ?>
 <?php
 /**
  * Title: Hidden No Results Content

+ 3 - 0
bibliophile/readme.txt

@@ -12,6 +12,9 @@ Bibliophile was designed to provide an impeccable reading experience. Its header
 
 == Changelog ==
 
+= 1.0.3 =
+* Update theme.json (#7768)
+
 = 1.0.2 =
 * Lossless image optimization (#7671)
 

+ 1 - 1
bibliophile/style.css

@@ -7,7 +7,7 @@ Description: Bibliophile was designed to provide an impeccable reading experienc
 Requires at least: 6.1
 Tested up to: 6.2
 Requires PHP: 5.7
-Version: 1.0.2
+Version: 1.0.3
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: bibliophile

+ 2 - 2
package-lock.json

@@ -1,12 +1,12 @@
 {
 	"name": "themes",
-	"version": "1.0.522",
+	"version": "1.0.523",
 	"lockfileVersion": 3,
 	"requires": true,
 	"packages": {
 		"": {
 			"name": "themes",
-			"version": "1.0.522",
+			"version": "1.0.523",
 			"license": "GPL-2.0",
 			"workspaces": [
 				"*"

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 	"name": "themes",
-	"version": "1.0.522",
+	"version": "1.0.523",
 	"description": "Automattic public themes",
 	"author": "automattic",
 	"license": "GPL-2.0",