We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e13fb1b commit 33209abCopy full SHA for 33209ab
front/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "wp-theme-base",
3
- "version": "2020.3.1",
+ "version": "2020.11.1",
4
"description": "Base WordPress theme for Creative Commons websites",
5
"main": "index.js",
6
"dependencies": {},
functions.php
@@ -2,7 +2,7 @@
/**
* Functions: list
*
- * @version 2020.04.1
+ * @version 2020.10.1
* @package wp-theme-base
7
*/
8
@@ -105,7 +105,7 @@ class Site {
105
public $show_welcome = true;
106
107
const id = __CLASS__;
108
- const theme_ver = '2020.04.1';
+ const theme_ver = '2020.10.1';
109
private function __construct() {
110
$this->actions_manager();
111
0 commit comments