Skip to content
This repository was archived by the owner on Mar 13, 2023. It is now read-only.

Commit 7925818

Browse files
committed
1.8.9
1 parent a524cdc commit 7925818

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

.dev/docs/apigen/godaddy/config.neon

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name:"GoDaddy"
22

33
options:
4-
activeVersion:'1.8.8'
4+
activeVersion:'1.8.9'

.dev/docs/sphinx/godaddy/layout.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
<h2>
150150
<ahref="https://godaddy.github.io/wp-primer-theme/documentation/index.html">
151151
<spanclass="glyph_range icon-submenu icon-submenu-cook">B</span>
152-
Primer Theme v1.8.8<strong>Documentation</strong>
152+
Primer Theme v1.8.9<strong>Documentation</strong>
153153
</a>
154154
</h2>
155155
</div>

.dev/sass/style.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Author: GoDaddy
55
* Author URI: https://www.godaddy.com/
66
* Description: Primer is a powerful theme that brings clarity to your content in a fresh design.
7-
* Version: 1.8.8
7+
* Version: 1.8.9
88
* License: GPL-2.0
99
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010
* Text Domain: primer

functions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*
2424
* @var string
2525
*/
26-
define( 'PRIMER_VERSION', '1.8.8' );
26+
define( 'PRIMER_VERSION', '1.8.9' );
2727

2828
/**
2929
* Minimum WordPress version required for Primer.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "primer",
33
"title": "Primer",
44
"description": "Primer is a powerful theme that brings clarity to your content in a fresh design. This is the parent for all themes in the GoDaddy Primer theme family.",
5-
"version": "1.8.8",
5+
"version": "1.8.9",
66
"author": "GoDaddy",
77
"license": "GPL-2.0",
88
"repository": "godaddy-wordpress/primer",

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**Requires at least:** 4.4
55
**Tested up to:** 5.4
66
**Requires PHP:** 5.6.0
7-
**Stable tag:** 1.8.8
7+
**Stable tag:** 1.8.9
88
**License:** GPL-2.0
99
**License URI:**https://www.gnu.org/licenses/gpl-2.0.html
1010

readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: custom-background, custom-colors, custom-header, custom-menu,
44
Requires at least: 4.4
55
Tested up to: 5.4
66
Requires PHP: 5.6.0
7-
Stable tag: 1.8.8
7+
Stable tag: 1.8.9
88
License: GPL-2.0
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

style-rtl.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Author: GoDaddy
55
* Author URI: https://www.godaddy.com/
66
* Description: Primer is a powerful theme that brings clarity to your content in a fresh design.
7-
* Version: 1.8.8
7+
* Version: 1.8.9
88
* License: GPL-2.0
99
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010
* Text Domain: primer

style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Author: GoDaddy
55
* Author URI: https://www.godaddy.com/
66
* Description: Primer is a powerful theme that brings clarity to your content in a fresh design.
7-
* Version: 1.8.8
7+
* Version: 1.8.9
88
* License: GPL-2.0
99
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010
* Text Domain: primer

0 commit comments

Comments
 (0)
close