Skip to content

Commit

Permalink
Updated to v.1.5.0-rc (PR #300)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellofromtonya authored Jul 5, 2018
2 parents bb081c6 + 346856b commit a1267e3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Beans Changelog

## 2018.06.21 - version 1.5.0-beta
## 2018.07.05 - version 1.5.0-rc

This pre-release includes security, web accessibility, code quality improvements, performance improvements, and bug fixes. The entire framework is now WPCS compliant. The APIs are now fully and thoroughly well-tested. All found issues are resolved. New functionality is added.
This release candidate includes security, web accessibility, code quality improvements, performance improvements, and bug fixes. The entire framework is now WPCS compliant. The APIs are now fully and thoroughly well-tested. All found issues are resolved. New functionality is added.

### Improved
* Improved web accessibility by adding skip links, ARIA, labels, tabs, and more.
Expand Down
2 changes: 1 addition & 1 deletion lib/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
function beans_define_constants() {
// Define version.
define( 'BEANS_VERSION', '1.5.0-beta' );
define( 'BEANS_VERSION', '1.5.0-rc' );

// Define paths.
if ( ! defined( 'BEANS_THEME_PATH' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion lib/languages/tm-beans.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
msgid ""
msgstr ""
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"Project-Id-Version: Beans v.1.5.0-beta\n"
"Project-Id-Version: Beans v.1.5.0-rc\n"
"POT-Creation-Date: 2018-06-20 20:46-0500\n"
"PO-Revision-Date: 2018-06-20 08:10-0500\n"
"Last-Translator: \n"
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://www.getbeans.io/themes/beans/
Author: Beans
Author URI: https://www.getbeans.io
Description: The most innovative theme for WordPress. The real magic is under the hood.
Version: 1.5.0-beta
Version: 1.5.0-rc
Text Domain: tm-beans
Tags: white, light, one-column, two-columns, three-columns, right-sidebar, left-sidebar, responsive-layout, fluid-layout, fixed-layout, custom-header, custom-background, custom-menu, editor-style, featured-images, microformats, post-formats, translation-ready
License: GNU General Public License v2 or later
Expand Down

0 comments on commit a1267e3

Please sign in to comment.