Version Bump
This commit is contained in:
parent
e5ba2cfc8f
commit
738fb07fd9
32 changed files with 45 additions and 10 deletions
|
@ -4,7 +4,7 @@ Theme URI: http://wordpress.com/themes/dara/
|
|||
Author: Automattic
|
||||
Author URI: http://wordpress.com/themes/
|
||||
Description: With bold featured images and bright, cheerful colors, Dara is ready to get to work for your business.
|
||||
Version: 1.2.12-wpcom
|
||||
Version: 1.2.13-wpcom
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Text Domain: dara
|
||||
|
|
|
@ -12,6 +12,9 @@ Dawson is a WordPress portfolio theme specifically tailored for photography. Wit
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 1.0.4 =
|
||||
* Update readme.txt
|
||||
|
||||
= 1.0.3 =
|
||||
* Update style.css
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ Description: Dawson is a WordPress portfolio theme specifically tailored for pho
|
|||
Requires at least: 5.8
|
||||
Tested up to: 5.9
|
||||
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
|
||||
Template:
|
||||
|
|
|
@ -13,6 +13,9 @@ Feelin'Good is blog theme with a bold vaporwave aesthetic. Its nostalgic atmosph
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 1.0.2 =
|
||||
* Feelin'Good: Prepare for the submission. (#7770)
|
||||
|
||||
= 1.0.1 =
|
||||
* Optimize images (#7671)
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ Description: A blog theme with a bold vaporwave aesthetic. Its nostalgic atmosph
|
|||
Requires at least: 6.0
|
||||
Tested up to: 6.5
|
||||
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: feelingood
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: FAQs
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Foam functions and definitions
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: home
|
||||
|
|
|
@ -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: Comments
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: FAQs
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: home
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: speakers
|
||||
|
|
|
@ -12,6 +12,9 @@ Foam is a WordPress event theme with a vibrant, straightforward style. Entirely
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 1.0.5 =
|
||||
* Prepare theme for WP.org submission (#7759)
|
||||
|
||||
= 1.0.4 =
|
||||
* Update theme foam (#7769)
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: speakers
|
||||
|
|
|
@ -7,7 +7,7 @@ Description: Foam is a simple theme that supports full-site editing. It comes wi
|
|||
Requires at least: 6.0
|
||||
Tested up to: 6.2
|
||||
Requires PHP: 5.7
|
||||
Version: 1.0.4
|
||||
Version: 1.0.5
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Text Domain: foam
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "themes",
|
||||
"version": "1.0.523",
|
||||
"version": "1.0.524",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "themes",
|
||||
"version": "1.0.523",
|
||||
"version": "1.0.524",
|
||||
"license": "GPL-2.0",
|
||||
"workspaces": [
|
||||
"*"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "themes",
|
||||
"version": "1.0.523",
|
||||
"version": "1.0.524",
|
||||
"description": "Automattic public themes",
|
||||
"author": "automattic",
|
||||
"license": "GPL-2.0",
|
||||
|
|
|
@ -39,6 +39,9 @@ Photos is a single-column blogging theme that showcases your photos in a grid fo
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 1.0.4 =
|
||||
* Radcliffe 2 & Photos: Revert SVG icon files (#7773)
|
||||
|
||||
= 1.0.3 =
|
||||
* Lossless image optimization (#7671)
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
Theme Name: Photos
|
||||
Theme URI: https://wordpress.com/themes/photos/
|
||||
Description: A single-column blogging theme that showcases your photos in a grid format.
|
||||
Version: 1.0.3-wpcom
|
||||
Version: 1.0.4-wpcom
|
||||
Author: Automattic
|
||||
Author URI: https://wordpress.com/themes/
|
||||
License: GNU General Public License v2 or later
|
||||
|
|
|
@ -27,6 +27,9 @@ Radcliffe 2 includes support for Jetpack's Infinite Scroll as well as other feat
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 2.0.19 =
|
||||
* Radcliffe 2 & Photos: Revert SVG icon files (#7773)
|
||||
|
||||
= 2.0.18 =
|
||||
* Removes logo resize reset testing code (#7760)
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ Theme URI: http://wordpress.com/themes/radcliffe-2
|
|||
Author: Anders Norén
|
||||
Author URI: http://www.andersnoren.se
|
||||
Description: A theme for bloggers who want their content to take center stage.
|
||||
Version: 2.0.18-wpcom
|
||||
Version: 2.0.19-wpcom
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Text Domain: radcliffe-2
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Upsidedown 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: Comments
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: Default footer
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: header
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?php declare( strict_types = 1 ); ?>
|
||||
<?php
|
||||
/**
|
||||
* Title: Single
|
||||
|
|
|
@ -12,6 +12,9 @@ Upsidedown is a blog theme designed in the WordPress Site Editor. With its neat
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 1.0.6 =
|
||||
* Update theme upsidedown-update (#7721)
|
||||
|
||||
= 1.0.5 =
|
||||
* Lossless image optimization (#7671)
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ Description: Upsidedown is a blog theme designed in the WordPress Site Editor. W
|
|||
Requires at least: 6.0
|
||||
Tested up to: 6.1
|
||||
Requires PHP: 5.7
|
||||
Version: 1.0.5
|
||||
Version: 1.0.6
|
||||
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