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

Commit cc4e6fc

Browse files
committed
1.8.5
1 parent 6f970a4 commit cc4e6fc

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.4'
4+
activeVersion:'1.8.5'

.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.4<strong>Documentation</strong>
152+
Primer Theme v1.8.5<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.4
7+
* Version: 1.8.5
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.4' );
26+
define( 'PRIMER_VERSION', '1.8.5' );
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.4",
5+
"version": "1.8.5",
66
"author": "GoDaddy",
77
"license": "GPL-2.0",
88
"repository": "godaddy/wp-primer-theme",

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**Tags:** [custom-background](https://wordpress.org/themes/tags/custom-background/), [custom-colors](https://wordpress.org/themes/tags/custom-colors/), [custom-header](https://wordpress.org/themes/tags/custom-header/), [custom-menu](https://wordpress.org/themes/tags/custom-menu/), [editor-style](https://wordpress.org/themes/tags/editor-style/), [featured-images](https://wordpress.org/themes/tags/featured-images/), [flexible-header](https://wordpress.org/themes/tags/flexible-header/), [left-sidebar](https://wordpress.org/themes/tags/left-sidebar/), [one-column](https://wordpress.org/themes/tags/one-column/), [right-sidebar](https://wordpress.org/themes/tags/right-sidebar/), [rtl-language-support](https://wordpress.org/themes/tags/rtl-language-support/), [sticky-post](https://wordpress.org/themes/tags/sticky-post/), [threaded-comments](https://wordpress.org/themes/tags/threaded-comments/), [three-columns](https://wordpress.org/themes/tags/three-columns/), [translation-ready](https://wordpress.org/themes/tags/translation-ready/), [two-columns](https://wordpress.org/themes/tags/two-columns/)
44
**Requires at least:** 4.4
55
**Tested up to:** 4.9
6-
**Stable tag:** 1.8.4
6+
**Stable tag:** 1.8.5
77
**License:** GPL-2.0
88
**License URI:**https://www.gnu.org/licenses/gpl-2.0.html
99

readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: godaddy, fjarrett, jonathanbardo, eherman24
33
Tags: custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, threaded-comments, three-columns, translation-ready, two-columns
44
Requires at least: 4.4
55
Tested up to: 4.9
6-
Stable tag: 1.8.4
6+
Stable tag: 1.8.5
77
License: GPL-2.0
88
License URI: https://www.gnu.org/licenses/gpl-2.0.html
99

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.4
7+
* Version: 1.8.5
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.4
7+
* Version: 1.8.5
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