WooCommerce Grid / List toggle - Version 1.2.1

Version Description

  • 11/05/18 =
  • Hide debug info.
Download this release

Release Info

Developer jameskoster
Plugin Icon 128x128 WooCommerce Grid / List toggle
Version 1.2.1
Comparing to
See all releases

Code changes from version 1.2.0 to 1.2.1

Files changed (2) hide show
  1. readme.txt +4 -1
  2. woocommerce-grid-list-toggle.php +1 -2
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: jameskoster
3
  Tags: woocommerce, grid, list, products, ecommerce
4
  Requires at least: 4.0
5
  Tested up to: 4.9.5
6
- Stable tag: 1.2.0
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -65,6 +65,9 @@ function remove_gridlist_styles() {
65
 
66
  == Changelog ==
67
 
 
 
 
68
  = 1.2.0 - 01/05/18 =
69
  * Moved the settings to the Customizer (WooCommerce > Product Catalog)
70
  * Removed unnecessary .less files
3
  Tags: woocommerce, grid, list, products, ecommerce
4
  Requires at least: 4.0
5
  Tested up to: 4.9.5
6
+ Stable tag: 1.2.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
65
 
66
  == Changelog ==
67
 
68
+ = 1.2.1 - 11/05/18 =
69
+ * Hide debug info.
70
+
71
  = 1.2.0 - 01/05/18 =
72
  * Moved the settings to the Customizer (WooCommerce > Product Catalog)
73
  * Removed unnecessary .less files
woocommerce-grid-list-toggle.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name: WooCommerce Grid / List toggle
4
  Description: Adds a grid/list view toggle to product archives
5
- Version: 1.2.0
6
  Author: jameskoster
7
  Author URI: http://jameskoster.co.uk
8
  Requires at least: 4.0
@@ -139,7 +139,6 @@ if ( in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', g
139
 
140
  function gridlist_set_default_view() {
141
  $default = get_theme_mod( 'wc_glt_default_format', 'grid' );
142
- var_dump( $default );
143
  ?>
144
  <script>
145
  if ( 'function' == typeof(jQuery) ) {
2
  /*
3
  Plugin Name: WooCommerce Grid / List toggle
4
  Description: Adds a grid/list view toggle to product archives
5
+ Version: 1.2.1
6
  Author: jameskoster
7
  Author URI: http://jameskoster.co.uk
8
  Requires at least: 4.0
139
 
140
  function gridlist_set_default_view() {
141
  $default = get_theme_mod( 'wc_glt_default_format', 'grid' );
 
142
  ?>
143
  <script>
144
  if ( 'function' == typeof(jQuery) ) {