From f374c2eadb8ab0afb50f2389e8db547ca01f6d04 Mon Sep 17 00:00:00 2001 From: SM Date: Tue, 10 Dec 2013 14:48:05 -1000 Subject: [PATCH 1/3] Update version compatibility --- readme.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index 5ea78d8..8831fd0 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: Archetyped Donate link: http://gum.co/slb-donate License: GPLv2 Tags: lightbox, gallery, photography, images, theme, template, style -Requires at least: 3.7.1 -Tested up to: 3.7.1 +Requires at least: 3.8 +Tested up to: 3.8 Stable tag: trunk The highly customizable lightbox for WordPress From cc20d2b9b0d4d8fc471b22e6568816495904b25b Mon Sep 17 00:00:00 2001 From: SM Date: Thu, 12 Dec 2013 10:27:27 -1000 Subject: [PATCH 2/3] Update readme (WP 3.8 support) --- readme.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 8831fd0..dd69877 100644 --- a/readme.txt +++ b/readme.txt @@ -56,7 +56,8 @@ Get more information on [Simple Lightbox's official page](http://archetyped.com/ 3. Dark Theme == Changelog == -= 2.2.0 (Beta) = += 2.2.0 = +* Update: WordPress 3.8 support * Add: Add-on support * Add: Load external data for item * Add: Unloading process for viewer From 79ece53370a8bf15adf4a40326cf38e43ccb8e77 Mon Sep 17 00:00:00 2001 From: SM Date: Thu, 12 Dec 2013 10:33:30 -1000 Subject: [PATCH 3/3] Prep for release (2.2.0) * Update: version --- main.php | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.php b/main.php index 5678073..a84f21e 100644 --- a/main.php +++ b/main.php @@ -3,7 +3,7 @@ Plugin Name: Simple Lightbox Plugin URI: http://archetyped.com/tools/simple-lightbox/ Description: The highly customizable lightbox for WordPress -Version: dev (BETA) +Version: 2.2.0 Author: Archetyped Author URI: http://archetyped.com Support URI: https://github.com/archetyped/simple-lightbox/wiki/Reporting-Issues diff --git a/package.json b/package.json index 05b7bf6..06f98fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-lightbox", - "version": "0.0.0-dev", + "version": "2.2.0", "title": "Simple Lightbox", "description": "The highly-customizable lightbox for WordPress", "author": "Sol Marchessault ",