Skip to content

Commit

Permalink
1.0.4 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed Nov 8, 2016
1 parent 5dec2c7 commit 543af0e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 0 additions & 4 deletions README.md

This file was deleted.

5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: jameskoster
Tags: woocommerce, ecommerce, products
Requires at least: 4.4
Tested up to: 4.6.1
Stable tag: 1.0.3
Stable tag: 1.0.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -49,6 +49,9 @@ function remove_pac_styles() {

== Changelog ==

= 1.0.4 - 08/11/2016 =
* Tweak - Added a css fallback to hide elements in themes that use priorities that are different to WooCommerce core when hooking in related functions.

= 1.0.3 - 13/10/2016 =
* Fix - Column layout
* Fix - Stock quantities of 1 are now displayed.
Expand Down
4 changes: 2 additions & 2 deletions woocommerce-product-archive-customiser.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: WooCommerce Product Archive Customiser
* Plugin URI: https://wordpress.org/plugins/woocommerce-product-archive-customiser/
* Version: 1.0.3
* Version: 1.0.4
* Description: Allows you to customise WooCommerce product archives. Change the number of product columns and the number of products displayed per page. Toggle the display of core elements and enable some that are not included in WooCommerce core such as stock levels and product categories.
* Author: jameskoster
* Tested up to: 4.6.1
Expand Down Expand Up @@ -48,7 +48,7 @@ final class WC_pac {
* The constructor!
*/
public function __construct() {
$this->version = '1.0.3';
$this->version = '1.0.4';

add_action( 'wp_enqueue_scripts', array( $this, 'wc_pac_styles' ) );
add_action( 'init', array( $this, 'wc_pac_setup' ) );
Expand Down

0 comments on commit 543af0e

Please sign in to comment.