Skip to content

Commit aa3bc4b

Browse files
author
Tonya Mork
authored
Merge pull request #312 from hellofromtonya/prep/v1.5.1
Added changes to changelog. Upticked to v1.5.1.
2 parents 888a0cc + bef5e83 commit aa3bc4b

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
# Beans Changelog
22

3+
## 2018.07.22 - version 1.5.1
4+
5+
This release fixes the following bugs:
6+
7+
* Fixed #305 - re-enabled displaying the image field upload button.
8+
* Fixed #307 - added functionality to recompile when in development mode.
9+
* Fixed #304 - changed the screenshot to a .png file
10+
11+
This release adds a new screenshot design too, just for fun!
12+
313
## 2018.07.10 - version 1.5.0
414

5-
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.
15+
This 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.
616

717
### Improved
818
* Improved web accessibility by adding skip links, ARIA, labels, tabs, and more.

lib/api/compiler/class-beans-compiler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ public function __construct( array $config ) {
7878
* Run the compiler.
7979
*
8080
* @since 1.5.0
81+
* @since 1.5.1 Recompile when in development mode.
8182
*
8283
* @return void
8384
*/

lib/init.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
function beans_define_constants() {
2020
// Define version.
21-
define( 'BEANS_VERSION', '1.5.0' );
21+
define( 'BEANS_VERSION', '1.5.1' );
2222

2323
// Define paths.
2424
if ( ! defined( 'BEANS_THEME_PATH' ) ) {

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Theme URI: https://www.getbeans.io/themes/beans/
44
Author: Beans
55
Author URI: https://www.getbeans.io
66
Description: The most innovative theme for WordPress. The real magic is under the hood.
7-
Version: 1.5.0
7+
Version: 1.5.1
88
Text Domain: tm-beans
99
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
1010
License: GNU General Public License v2 or later

0 commit comments

Comments
 (0)