Skip to content

Commit

Permalink
1.47
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbaldelomar committed Jul 23, 2015
1 parent b493f39 commit 29d0313
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -46,6 +46,10 @@ Insert a gallery through your dashboard. You will see extra dropdown settings wh

## Changelog ##

### Version 1.47

* Hide masonry gallery by default in CSS

### Version 1.46

* Fixed bug with masonry being randomely sorted
Expand Down
4 changes: 4 additions & 0 deletions readme.txt
Expand Up @@ -46,6 +46,10 @@ Insert a gallery through your dashboard. You will see extra dropdown settings wh

== Changelog ==

= Version 1.47 =

* Hide masonry gallery by default in CSS

= Version 1.46 =

* Fixed bug with masonry being randomely sorted
Expand Down
4 changes: 2 additions & 2 deletions wc-gallery.php
Expand Up @@ -5,15 +5,15 @@
Description: Extend WordPress galleries to display masonry gallery, carousel gallery, and slider gallery
Author: Chris Baldelomar
Author URI: http://webplantmedia.com/
Version: 1.46
Version: 1.47
License: GPLv2 or later
*/

function wc_gallery_using_woocommerce() {
return in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) );
}

define( 'WC_GALLERY_VERSION', '1.46' );
define( 'WC_GALLERY_VERSION', '1.47' );
define( 'WC_GALLERY_PREFIX', 'wc_gallery_' );
define( '_WC_GALLERY_PREFIX', '_wc_gallery_' );
define( 'WC_GALLERY_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Expand Down

0 comments on commit 29d0313

Please sign in to comment.