Skip to content

Commit

Permalink
prepared for 1.3.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ozzyrod committed Aug 8, 2020
1 parent c7b9a15 commit db0c342
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 14 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
## 1.3.4
This is a maintenance release.

Here's a full list of what's changed since the last release:
- Updated plugin URL

## 1.3.3
This is primarily a maintenance release.

Here's a full list of what's changed since the last release:
- Tweak: Change metabox title


## 1.3.2
Release to downgrade Featherlight verison until all bugs are worked out.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ An ultra lightweight jQuery lightbox for WordPress images and galleries.

__Contributors:__ [Robert Neu](https://github.com/robneu), [Ozzy Rodriguez](https://github.com/ozzyrod), [Cipher Development](https://github.com/cipherdevgroup)
__Requires:__ WordPress 4.0
__Tested up to:__ WordPress 5.4.1
__Tested up to:__ WordPress 5.5.0
__License:__ [GPL-2.0+](http://www.gnu.org/licenses/gpl-2.0.html)

![nacin-at-loopconf](https://cloud.githubusercontent.com/assets/2184093/9426378/56c32f16-4902-11e5-9e57-75a4620cc51b.png)
Expand Down
4 changes: 2 additions & 2 deletions css/wp-featherlight-rtl.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions css/wp-featherlight.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion includes/class-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class WP_Featherlight {
* @since 0.3.0
* @var string
*/
const VERSION = '1.3.3';
const VERSION = '1.3.4';

/**
* Property for storing a reference to the main plugin file.
Expand Down
6 changes: 3 additions & 3 deletions languages/wp-featherlight.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is distributed under the GPL-2.0+.
msgid ""
msgstr ""
"Project-Id-Version: WP Featherlight 1.3.3\n"
"Project-Id-Version: WP Featherlight 1.3.4\n"
"Report-Msgid-Bugs-To: https://cipherdevelopment.com/contact/\n"
"POT-Creation-Date: 2020-04-30 02:49:28+00:00\n"
"POT-Creation-Date: 2020-08-08 17:47:57+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down Expand Up @@ -33,7 +33,7 @@ msgid "Disable lightbox"
msgstr ""

#. Plugin URI of the plugin/theme
msgid "https://cipherdevelopment.com/wp-featherlight/"
msgid "https://wpfeatherlight.cipherdevelopment.com"
msgstr ""

#. Description of the plugin/theme
Expand Down
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Contributors: fatmedia, cipherdevgroup, ozzyr
Tags: lightbox, jquery lightbox, jquery, gallery, image, lightbox images, image lightbox, lightbox gallery, lightbox image, lightbox popup, featherlight, photo gallery, popup image, popup images, popup lightbox, responsive lightbox, swipe, wordpress image lightbox, wordpress lightbox, wordpress slideshow lightbox, photography, images, minimal, responsive, photo, photos
Requires at least: 4.0
Tested up to: 5.4.1
Stable tag: 1.3.3
Tested up to: 5.5.0
Stable tag: 1.3.4
License: GPL-2.0+

An ultra lightweight jQuery lightbox for WordPress images and galleries.
Expand Down Expand Up @@ -37,6 +37,11 @@ If you'd like to submit code patches or contribute in any other way, please [for

== Changelog ==

= 1.3.3 =
This is primarily a maintenance release, but one tweak was made.

- Tweak: Changed name of meta box title

= 1.3.2 =
Release to downgrade Featherlight verison until all bugs are worked out.

Expand Down
4 changes: 2 additions & 2 deletions wp-featherlight.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
/**
* Plugin Name: WP Featherlight
* Plugin URI: https://cipherdevelopment.com/wp-featherlight/
* Plugin URI: https://wpfeatherlight.cipherdevelopment.com
* Description: An ultra lightweight jQuery lightbox for WordPress images and galleries.
* Version: 1.3.3
* Version: 1.3.4
* Author: Cipher
* Author URI: https://cipherdevelopment.com
* License: GPL-2.0+
Expand Down

0 comments on commit db0c342

Please sign in to comment.