Skip to content

Commit 47fc6b9

Browse files
committed
Updated to version 1.4.0-beta
1 parent 48f64cc commit 47fc6b9

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

lib/api/html/functions.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function beans_output( $id, $output ) {
5353
*
5454
* Since this function uses {@see beans_apply_filters()}, the $id argument may contain sub-hook(s).
5555
*
56-
* @since next release
56+
* @since 1.4.0
5757
* @uses beans_output() To register output by ID.
5858
*
5959
* @param string $id A unique string used as a reference. The $id argument may contain sub-hook(s).
@@ -169,7 +169,7 @@ function beans_open_markup( $id, $tag, $attributes = array() ) {
169169
*
170170
* Since this function uses {@see beans_apply_filters()}, the $id argument may contain sub-hook(s).
171171
*
172-
* @since next release
172+
* @since 1.4.0
173173
*
174174
* @param string $id A unique string used as a reference. The $id argument may contain sub-hooks(s).
175175
* @param string|bool $tag The HTML tag. If set to False or empty, the markup HTML tag will be removed but
@@ -228,7 +228,7 @@ function beans_selfclose_markup( $id, $tag, $attributes = array() ) {
228228
* This function is shortuct of {@see beans_open_markup()}. It should be used for self-closed HTML markup such as
229229
* images or inputs.
230230
*
231-
* @since next release
231+
* @since 1.4.0
232232
*
233233
* @param string $id A unique string used as a reference. The $id argument may contain sub-hook(s).
234234
* @param string|bool $tag The HTML self-close tag.If set to False or empty, the markup HTML tag will
@@ -299,7 +299,7 @@ function beans_close_markup( $id, $tag ) {
299299
* This function is similar to {@see beans_open_markup()}, but does not accept HTML attributes. The $id
300300
* argument must be the identical to the opening markup.
301301
*
302-
* @since next release
302+
* @since 1.4.0
303303
*
304304
* @param string $id Identical to the opening markup ID.
305305
* @param string $tag The HTML tag.

lib/init.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
function beans_define_constants() {
1515

1616
// Define version.
17-
define( 'BEANS_VERSION', '1.3.1' );
17+
define( 'BEANS_VERSION', '1.4.0-beta' );
1818

1919
// Define paths.
2020
if ( ! defined( 'BEANS_THEME_PATH' ) ) {

lib/templates/fragments/post.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function beans_post_search_title() {
7373
/**
7474
* Echo archive post title.
7575
*
76-
* @since next release
76+
* @since 1.4.0
7777
*/
7878
function beans_post_archive_title() {
7979

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Theme URI: http://www.getbeans.io/themes/beans/
44
Author: Beans
55
Author URI: http://www.getbeans.io
66
Description: The most innovative theme for WordPress. The real magic is under the hood.
7-
Version: 1.3.1
7+
Version: 1.4.0-beta
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)