Jason Crist 2 anni fa
parent
commit
0f85af10f8
4 ha cambiato i file con 7 aggiunte e 3 eliminazioni
  1. 4 0
      loudness/readme.txt
  2. 1 1
      loudness/style.css
  3. 1 1
      package-lock.json
  4. 1 1
      package.json

+ 4 - 0
loudness/readme.txt

@@ -12,6 +12,10 @@ A theme for music-y stuff
 
 == Changelog ==
 
+= 0.0.10 =
+* Loudness: Add home template to the theme. (#6698)
+* Separate 'page' and 'single' templates.  Removed comments and title from page template.  Refined page template layout. (#6697)
+
 = 0.0.9 =
 * Adding the FAQ pattern to Loudness (#6638)
 

+ 1 - 1
loudness/style.css

@@ -7,7 +7,7 @@ Description: A theme for music-y stuff
 Requires at least: 5.8
 Tested up to: 5.9
 Requires PHP: 5.7
-Version: 0.0.9
+Version: 0.0.10
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: loudness

+ 1 - 1
package-lock.json

@@ -1,6 +1,6 @@
 {
 	"name": "themes",
-	"version": "1.0.241",
+	"version": "1.0.242",
 	"lockfileVersion": 3,
 	"requires": true,
 	"packages": {

+ 1 - 1
package.json

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