Skip to content

Commit

Permalink
Merge pull request #48 from studiopress/release/1.1.0
Browse files Browse the repository at this point in the history
Release/1.1.0
  • Loading branch information
rfmeier authored Jul 10, 2019
2 parents a7b8c04 + 845fe8f commit b39511b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions genesis-connect-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Genesis Connect for WooCommerce
* Plugin URI: https://wordpress.org/plugins/genesis-connect-woocommerce/
* Version: 1.0
* Version: 1.1.0
* Author: StudioPress
* Author URI: https://www.studiopress.com/
* Description: Allows you to seamlessly integrate WooCommerce with the Genesis Framework and Genesis child themes.
Expand Down Expand Up @@ -104,7 +104,7 @@ function gencwooc_setup() {
* @uses load_plugin_textdomain()
* @link https://codex.wordpress.org/Function_Reference/load_plugin_textdomain
*
* @since 1.0.1
* @since 1.1.0
*/
function gencwooc_load_plugin_textdomain() {
load_plugin_textdomain( 'gencwooc', false, GCW_DIR . '/languages' );
Expand Down
4 changes: 2 additions & 2 deletions languages/genesis-connect-woocommerce.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the same license as the Genesis Connect for WooCommerce plugin.
msgid ""
msgstr ""
"Project-Id-Version: Genesis Connect for WooCommerce 1.0\n"
"Project-Id-Version: Genesis Connect for WooCommerce 1.1.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/genesis-connect-woocommerce\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2019-06-19T20:26:30+00:00\n"
"POT-Creation-Date: 2019-07-10T15:02:37+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.1.0\n"
"X-Domain: gencwooc\n"
Expand Down
2 changes: 1 addition & 1 deletion lib/widgets.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Widget callback functions.
*
* @package Genesis_Connect_WooCommerce
* @since 1.0.1
* @since 1.1.0
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: nathanrice, studiopress, studiograsshopper, modernnerd, marksabbat
Tags: genesis, genesiswp, studiopress, woocommerce
Requires at least: 3.3
Tested up to: 5.2.2
Stable tag: 1.0
Stable tag: 1.1.0

This plugin allows you to seamlessly integrate WooCommerce with the Genesis Framework and Genesis child themes.

Expand Down Expand Up @@ -131,6 +131,11 @@ For the benefit of theme developers and customizers, here is a summary of possib

== Changelog ==

= 1.1.0 =
* Added php codesniffer via composer package for WordPress code standards.
* Fixed spacing and syntax issues for WordPress code standards.
* Renamed Gencwooc_Featured_Products file to adhere to WordPress code standards.

= 1.0 =
* Released 7 August 2018.
* Add WooCommerce version check support.
Expand Down

0 comments on commit b39511b

Please sign in to comment.