From 346856b998a4a04a0460bbac14f5c15b78ca6639 Mon Sep 17 00:00:00 2001 From: hellofromtonya Date: Thu, 5 Jul 2018 08:37:01 -0500 Subject: [PATCH] Updated to v.1.5.0-rc. --- CHANGELOG.md | 4 ++-- lib/init.php | 2 +- lib/languages/tm-beans.pot | 2 +- style.css | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8de8b49a..12f2f66e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/lib/init.php b/lib/init.php index 548ba217..908691b9 100644 --- a/lib/init.php +++ b/lib/init.php @@ -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' ) ) { diff --git a/lib/languages/tm-beans.pot b/lib/languages/tm-beans.pot index 54cc9f88..7c16b595 100644 --- a/lib/languages/tm-beans.pot +++ b/lib/languages/tm-beans.pot @@ -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" diff --git a/style.css b/style.css index 051bb0fc..24b1422b 100644 --- a/style.css +++ b/style.css @@ -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