Version Description
- 07/02/2013 =
- Removed unnecessary default options
Download this release
Release Info
Developer | jameskoster |
Plugin | WooCommerce Grid / List toggle |
Version | 0.3.1 |
Comparing to | |
See all releases |
Code changes from version 0.3 to 0.3.1
- grid-list-toggle.php +1 -5
- readme.txt +4 -1
grid-list-toggle.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: WooCommerce Grid / List toggle
|
4 |
Plugin URI: http://jameskoster.co.uk/tag/grid-list-toggle/
|
5 |
Description: Adds a grid/list view toggle to product archives
|
6 |
-
Version: 0.3
|
7 |
Author: jameskoster
|
8 |
Author URI: http://jameskoster.co.uk
|
9 |
Requires at least: 3.1
|
@@ -55,10 +55,6 @@ if ( in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', g
|
|
55 |
|
56 |
// Default options
|
57 |
add_option( 'wc_glt_default', 'grid' );
|
58 |
-
add_option( 'wc_apm_google', 'no' );
|
59 |
-
add_option( 'wc_apm_mastercard', 'no' );
|
60 |
-
add_option( 'wc_apm_paypal', 'no' );
|
61 |
-
add_option( 'wc_apm_visa', 'no' );
|
62 |
|
63 |
// Admin
|
64 |
add_action( 'woocommerce_settings_image_options_after', array( &$this, 'admin_settings' ), 20);
|
3 |
Plugin Name: WooCommerce Grid / List toggle
|
4 |
Plugin URI: http://jameskoster.co.uk/tag/grid-list-toggle/
|
5 |
Description: Adds a grid/list view toggle to product archives
|
6 |
+
Version: 0.3.1
|
7 |
Author: jameskoster
|
8 |
Author URI: http://jameskoster.co.uk
|
9 |
Requires at least: 3.1
|
55 |
|
56 |
// Default options
|
57 |
add_option( 'wc_glt_default', 'grid' );
|
|
|
|
|
|
|
|
|
58 |
|
59 |
// Admin
|
60 |
add_action( 'woocommerce_settings_image_options_after', array( &$this, 'admin_settings' ), 20);
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: jameskoster
|
|
3 |
Tags: woocommerce, grid, list, products, ecommerce
|
4 |
Requires at least: 3.3
|
5 |
Tested up to: 3.5
|
6 |
-
Stable tag: 0.3
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -64,6 +64,9 @@ function remove_gridlist_styles() {
|
|
64 |
|
65 |
== Changelog ==
|
66 |
|
|
|
|
|
|
|
67 |
= 0.3 - 30/01/2013 =
|
68 |
* Added option to choose default view
|
69 |
|
3 |
Tags: woocommerce, grid, list, products, ecommerce
|
4 |
Requires at least: 3.3
|
5 |
Tested up to: 3.5
|
6 |
+
Stable tag: 0.3.1
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
64 |
|
65 |
== Changelog ==
|
66 |
|
67 |
+
= 0.3.1 - 07/02/2013 =
|
68 |
+
* Removed unnecessary default options
|
69 |
+
|
70 |
= 0.3 - 30/01/2013 =
|
71 |
* Added option to choose default view
|
72 |
|