Skip to content

Commit f986cfe

Browse files
committed
update readme and version
1 parent 93468c5 commit f986cfe

File tree

3 files changed

+29
-7
lines changed

3 files changed

+29
-7
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,17 @@ The last command creates a new .zip file for a WordPress theme called `Prime` at
1313

1414
## Changelog
1515

16-
### 2.9.5 ###
17-
Bug Fix: Fix escaping in template file [#510](https://github.com/BoldGrid/boldgrid-theme-framework/issues/510)
16+
### 2.10.0 ###
17+
* Bug Fix: Fix escaping in template file [#510](https://github.com/BoldGrid/boldgrid-theme-framework/issues/510)
18+
* Bug Fix: Add Menu Link Hover Color Control in Crio [#328](https://github.com/BoldGrid/boldgrid-theme-framework/issues/328)
19+
* Bug Fix: Explicit button height and nowrap makes buttons on mobile look bad [#475](https://github.com/BoldGrid/boldgrid-theme-framework/issues/475)
20+
* Bug Fix: Improve button display in menus [#509](https://github.com/BoldGrid/boldgrid-theme-framework/issues/509)
21+
* Bug Fix: Remove Text-Wrap from Headings [#508](https://github.com/BoldGrid/boldgrid-theme-framework/issues/508)
22+
* Bug Fix: Cannot work with page title control from page unless Pro is active [#501](https://github.com/BoldGrid/boldgrid-theme-framework/issues/501)
23+
* Bug Fix: Pagination padding and full-width margins creating horizontal scroll on mobile [#357](https://github.com/BoldGrid/boldgrid-theme-framework/issues/357)
24+
* Bug Fix: Continued padding / margin fixes in Crio [#347](https://github.com/BoldGrid/boldgrid-theme-framework/issues/347)
25+
* Bug Fix: Search result excerpt incldues the word Read... unlinked without space [#448](https://github.com/BoldGrid/boldgrid-theme-framework/issues/448)
26+
* Bug Fix: Fix escaping in template file [105677](https://themes.trac.wordpress.org/ticket/105677)
1827

1928
### 2.9.0 ###
2029
Update: Updating Prime version number to match latest BGTFW release version

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Prime",
3-
"version": "2.9.5",
3+
"version": "2.10.0",
44
"description": "BoldGrid Theme Framework",
55
"main": "index.js",
66
"scripts": {

readme.txt

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: boldgrid, timph, rramo012, bgnicolepaschen, joemoto, imh_brad, jam
33
Tags: news, blog, e-commerce, sticky-post, theme-options, threaded-comments, full-width-template, footer-widgets, featured-images, flexible-header, custom-header, custom-logo, custom-background, custom-colors, custom-menu, editor-style, translation-ready, left-sidebar, right-sidebar, grid-layout, one-column, two-columns, three-columns, four-columns
44
Requires PHP: 5.6
55
Requires at least: 4.8
6-
Tested up to: 5.7
7-
Stable tag: 2.9.5
6+
Tested up to: 5.8
7+
Stable tag: 2.10.0
88
License: GPL-3.0-or-later
99
License URI: https://www.gnu.org/licenses/gpl-3.0-standalone.html
1010

@@ -13,10 +13,23 @@ Prime is a WordPress SuperTheme that allows designers, developers and other web
1313
== Description ==
1414
Prime is a WordPress SuperTheme that allows designers, developers and other web professionals to create without bounds or restrictions. Prime’s advanced customization options are completely integrated with the WordPress Customizer API, providing you with a powerful, but familiar interface to customize your website. Our integration gives you granular control over many elements straight from the Customizer, and even device previews so you can see how your site looks on different devices. Crio’s unique color palette system keeps colors consistent across your site. Drag and drop colors in your palette to increase or decrease the usage of that color throughout your website. Use the advanced controls to create a custom Header, Footer, or Blog Page layout. Be Bold and stand above the rest with Prime by BoldGrid!
1515

16+
== Upgrade Notice ==
17+
= 2.10.0 =
18+
This version includes CSS fixes for incorrect margin / padding issues. If you are using the Custom CSS as a temporary fix for these issues, this update may possibly conflict with your custom CSS.
19+
1620
== Changelog ==
1721

18-
= 2.9.5 =
19-
Bug Fix: Fix escaping in template file [#510](https://github.com/BoldGrid/boldgrid-theme-framework/issues/510)
22+
= 2.10.0 =
23+
* Bug Fix: Fix escaping in template file [#510](https://github.com/BoldGrid/boldgrid-theme-framework/issues/510)
24+
* Bug Fix: Add Menu Link Hover Color Control in Crio [#328](https://github.com/BoldGrid/boldgrid-theme-framework/issues/328)
25+
* Bug Fix: Explicit button height and nowrap makes buttons on mobile look bad [#475](https://github.com/BoldGrid/boldgrid-theme-framework/issues/475)
26+
* Bug Fix: Improve button display in menus [#509](https://github.com/BoldGrid/boldgrid-theme-framework/issues/509)
27+
* Bug Fix: Remove Text-Wrap from Headings [#508](https://github.com/BoldGrid/boldgrid-theme-framework/issues/508)
28+
* Bug Fix: Cannot work with page title control from page unless Pro is active [#501](https://github.com/BoldGrid/boldgrid-theme-framework/issues/501)
29+
* Bug Fix: Pagination padding and full-width margins creating horizontal scroll on mobile [#357](https://github.com/BoldGrid/boldgrid-theme-framework/issues/357)
30+
* Bug Fix: Continued padding / margin fixes in Crio [#347](https://github.com/BoldGrid/boldgrid-theme-framework/issues/347)
31+
* Bug Fix: Search result excerpt incldues the word Read... unlinked without space [#448](https://github.com/BoldGrid/boldgrid-theme-framework/issues/448)
32+
* Bug Fix: Fix escaping in template file [105677](https://themes.trac.wordpress.org/ticket/105677)
2033

2134
= 2.9.0 =
2235
Update: Updating Prime version number to match latest BGTFW release version

0 commit comments

Comments
 (0)