Skip to content

Commit

Permalink
Updated to version 1.4.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
ThierryA committed Sep 30, 2016
1 parent 48f64cc commit 47fc6b9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions lib/api/html/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lib/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion lib/templates/fragments/post.php
Original file line number Diff line number Diff line change
Expand Up @@ -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() {

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: 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
Expand Down

0 comments on commit 47fc6b9

Please sign in to comment.