diff --git a/lib/api/html/functions.php b/lib/api/html/functions.php index 9b180ddb..723803d4 100644 --- a/lib/api/html/functions.php +++ b/lib/api/html/functions.php @@ -53,7 +53,7 @@ function beans_output( $id, $output ) { * * Since this function uses {@see beans_apply_filters()}, the $id argument may contain sub-hook(s). * - * @since next release + * @since 1.4.0 * @uses beans_output() To register output by ID. * * @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() ) { * * Since this function uses {@see beans_apply_filters()}, the $id argument may contain sub-hook(s). * - * @since next release + * @since 1.4.0 * * @param string $id A unique string used as a reference. The $id argument may contain sub-hooks(s). * @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() ) { * This function is shortuct of {@see beans_open_markup()}. It should be used for self-closed HTML markup such as * images or inputs. * - * @since next release + * @since 1.4.0 * * @param string $id A unique string used as a reference. The $id argument may contain sub-hook(s). * @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 ) { * This function is similar to {@see beans_open_markup()}, but does not accept HTML attributes. The $id * argument must be the identical to the opening markup. * - * @since next release + * @since 1.4.0 * * @param string $id Identical to the opening markup ID. * @param string $tag The HTML tag. diff --git a/lib/init.php b/lib/init.php index 1bbe1b3a..5a7cfe89 100644 --- a/lib/init.php +++ b/lib/init.php @@ -14,7 +14,7 @@ function beans_define_constants() { // Define version. - define( 'BEANS_VERSION', '1.3.1' ); + define( 'BEANS_VERSION', '1.4.0-beta' ); // Define paths. if ( ! defined( 'BEANS_THEME_PATH' ) ) { diff --git a/lib/templates/fragments/post.php b/lib/templates/fragments/post.php index e9e01fc7..7b6ff5f5 100644 --- a/lib/templates/fragments/post.php +++ b/lib/templates/fragments/post.php @@ -73,7 +73,7 @@ function beans_post_search_title() { /** * Echo archive post title. * - * @since next release + * @since 1.4.0 */ function beans_post_archive_title() { diff --git a/style.css b/style.css index 60a81b30..4a1d12ca 100644 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ Theme URI: http://www.getbeans.io/themes/beans/ Author: Beans Author URI: http://www.getbeans.io Description: The most innovative theme for WordPress. The real magic is under the hood. -Version: 1.3.1 +Version: 1.4.0-beta 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