Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHerman committed Dec 11, 2019
1 parent 6faf9d0 commit 8a7123d
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .dev/tests/php/test-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function testActiveTheme() {
*/
function testVersionDefined() {

$this->assertEquals( '1.1.1', GO_VERSION );
$this->assertEquals( '1.2.0', GO_VERSION );

}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 align="center">Go <a href="https://github.com/godaddy-wordpress/go/releases/latest/"><img src="https://img.shields.io/static/v1?goVersion=&message=v1.1.1&label=&color=999&style=flat-square"></a></h1>
<h1 align="center">Go <a href="https://github.com/godaddy-wordpress/go/releases/latest/"><img src="https://img.shields.io/static/v1?goVersion=&message=v1.2.0&label=&color=999&style=flat-square"></a></h1>

<h4 align="center">The most flexible <a href="https://github.com/wordpress/gutenberg" target="_blank">Gutenberg</a>-first <a href="https://wordpress.org" target="_blank">WordPress</a> theme built for go-getters everywhere.</h4>

Expand Down
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/**
* Theme constants.
*/
define( 'GO_VERSION', '1.1.1' );
define( 'GO_VERSION', '1.2.0' );

/**
* Core setup, hooks, and filters.
Expand Down
16 changes: 8 additions & 8 deletions includes/woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function should_show_woo_cart_item() {
* Filter whether to display the WooCommerce cart menu item.
* Default: `true`
*
* @since NEXT
* @since 1.2.0
*
* @var bool
*/
Expand All @@ -88,7 +88,7 @@ function should_use_woo_slideout_cart() {
* Filter whether to use the WooCommerce slideout cart.
* Default: `true`
*
* @since NEXT
* @since 1.2.0
*
* @var bool
*/
Expand Down Expand Up @@ -120,7 +120,7 @@ function woocommerce_cart_link() {
/**
* Filters the cart menu item URL.
*
* @since NEXT
* @since 1.2.0
*
* @param string URL to the WooCommerce cart page.
*/
Expand All @@ -129,7 +129,7 @@ function woocommerce_cart_link() {
/**
* Filters the cart menu item alt text.
*
* @since NEXT
* @since 1.2.0
*
* @param string Alt text for the cart menu item.
*/
Expand All @@ -138,7 +138,7 @@ function woocommerce_cart_link() {
/**
* Filters the cart menu item text.
*
* @since NEXT
* @since 1.2.0
*
* @param string Text for the cart menu item.
*/
Expand Down Expand Up @@ -333,7 +333,7 @@ function disable_cart() {
* Filter whether to always show the cart icon.
* Default: `false`
*
* @since NEXT
* @since 1.2.0
*
* @var bool
*/
Expand Down Expand Up @@ -463,7 +463,7 @@ function single_product_back_to_shop() {
/**
* Filters the back to shop link URL.
*
* @since NEXT
* @since 1.2.0
*
* @param string URL to the WooCommerce shop page.
*/
Expand All @@ -472,7 +472,7 @@ function single_product_back_to_shop() {
/**
* Filters the back to shop link text.
*
* @since NEXT
* @since 1.2.0
*
* @param string The text used in the back link.
*/
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "go",
"version": "1.1.1",
"version": "1.2.0",
"description": "Go is an innovative, Gutenberg-first WordPress theme, hyper-focused on empowering makers to build beautifully rich websites with WordPress.",
"homepage": "https://github.com/godaddy-wordpress/go",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: one-column, custom-colors, custom-logo, custom-menu, editor-style, theme-o
Requires at least: 5.0
Tested up to: 5.2
Requires PHP: 5.6.0
Stable tag: 1.1.1
Stable tag: 1.2.0
License: GPL-2.0-only
License URI: https://www.gnu.org/licenses/license-list.html#GPLv2

Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Go is an innovative, Gutenberg-first WordPress theme, hyper-focused on empowering makers to build beautifully rich websites with WordPress.
* Author: GoDaddy
* Author URI: https://www.godaddy.com
* Version: 1.1.1
* Version: 1.2.0
* License: GPL-2.0
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: go
Expand Down

0 comments on commit 8a7123d

Please sign in to comment.