Skip to content

Commit 7d35ff4

Browse files
authored
Merge pull request #42 from creativecommons/release-v2020.11.1
v2020.11.1 Release
2 parents 4bcd26b + a54ef93 commit 7d35ff4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

front/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wp-theme-base",
3-
"version": "2020.3.1",
3+
"version": "2020.11.1",
44
"description": "Base WordPress theme for Creative Commons websites",
55
"main": "index.js",
66
"dependencies": {},

functions.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Functions: list
44
*
5-
* @version 2020.04.1
5+
* @version 2020.11.1
66
* @package wp-theme-base
77
*/
88

@@ -34,7 +34,7 @@
3434
* ------
3535
* */
3636

37-
// Add theme suppor for post thumbnails
37+
// Add theme support for post thumbnails
3838
add_theme_support( 'post-thumbnails' );
3939

4040
// Define custom thumbnail sizes
@@ -105,7 +105,7 @@ class Site {
105105
public $show_welcome = true;
106106

107107
const id = __CLASS__;
108-
const theme_ver = '2020.04.1';
108+
const theme_ver = '2020.11.1';
109109
private function __construct() {
110110
$this->actions_manager();
111111

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Theme URI: https://creativecommons.org/
44
Author: Creative Commons
55
Author URI: https://creativecommons.org/
66
Description: Creative Commons base theme. Instead of using this theme directly, please create a child theme and use this theme as the parent theme.
7-
Version: 2020.4.1
7+
Version: 2020.11.1
88
License: GPL2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010
1111
This theme, like WordPress, is licensed under the GPL.
12-
*/
12+
*/

0 commit comments

Comments
 (0)