Skip to content

Commit

Permalink
Merge branch 'release-2.3.1' into releases
Browse files Browse the repository at this point in the history
  • Loading branch information
archetyped committed Apr 8, 2014
2 parents 395cfa2 + f966012 commit fd4d66c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion includes/class.field_collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ function add_to_group($group, $items, $priority = 10) {

//Get group ID
if ( is_string($group) ) {
$group = array($group);
$group = array($group, $priority);
}
list($gid, $priority) = $group;
$gid = trim(sanitize_title_with_dashes($gid));
Expand Down
2 changes: 1 addition & 1 deletion main.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Simple Lightbox
Plugin URI: http://archetyped.com/tools/simple-lightbox/
Description: The highly customizable lightbox for WordPress
Version: 2.3.0
Version: 2.3.1
Author: Archetyped
Author URI: http://archetyped.com
Support URI: https://github.com/archetyped/simple-lightbox/wiki/Feedback-&-Support
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-lightbox",
"version": "2.3.0",
"version": "2.3.1",
"title": "Simple Lightbox",
"description": "The highly-customizable lightbox for WordPress",
"author": "Sol Marchessault <sol@archetyped.com>",
Expand Down
12 changes: 7 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: Archetyped
Donate link: http://gum.co/slb-donate
License: GPLv2
Tags: lightbox, gallery, photography, images, theme, template, style
Requires at least: 3.9
Requires at least: 3.8.1
Tested up to: 3.9
Stable tag: trunk

Expand Down Expand Up @@ -57,8 +57,12 @@ Get more information on [Simple Lightbox's official page](http://archetyped.com/

== Changelog ==

= 2.3.1 =
* Fix: WordPress version requirement
* Optimize: Field collection group parsing

= 2.3.0 =
[Full Release Notes][r2.3.0]
[Full Release Notes](http://archetyped.com/lab/slb-2-3-0 "Simple Lightbox 2.3.0")

* Update: WordPress 3.9 support
* Update: Support URI, content
Expand Down Expand Up @@ -289,6 +293,4 @@ Get more information on [Simple Lightbox's official page](http://archetyped.com/
* Optimized: General code optimizations

= 1.0 =
* Initial release

[r2.3.0]: http://archetyped.com/lab/slb-2-3-0 "Simple Lightbox 2.3.0"
* Initial release

0 comments on commit fd4d66c

Please sign in to comment.