Wp Featherlight Versions Save

An ultra lightweight WordPress lightbox plugin.

1.3.4

3 years ago

This is a maintenance release.

Here's a full list of what's changed since the last release:

  • Updated plugin URL

1.3.3

4 years ago

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

  • Tweak: Changed name of meta box title

1.3.1

4 years ago

This is primarily a maintenance release, but one new feature has been added. Display the option to disable the lightbox in Gutenberg!

Here's a full list of what's changed since the last release:

  • Feature: Add back metabox in sidebar
  • Dev: Updated Featherlight to 1.7.14

1.3.0

5 years ago

While primarily a maintenance release, one new feature has been added. WP Featherlight now supports Gutenberg galleries.

Here's a full list of what's changed since the last release:

  • Feature: Gutenberg support
  • Tweak: General code cleanup in plugin
  • Dev: Updated Featherlight to 1.7.13
  • Change of ownership

1.2.0

6 years ago

This is primarily a maintenance release, but one new feature has been added. HTML in captions is now supported!

Here's a full list of what's changed since the last release:

1.1.0

7 years ago

Thanks to some changes implemented in the core featherlight script, the accessibility of WP Featherlight is now significantly improved. Lightboxed elements now have more appropriate focus management for screen readers and the close button is more accessible.

This update also fixes a potential plugin compatibly problem in the WordPress admin. In version 1.0, it was possible under unusual circumstances for the plugin to throw a fatal error when attempting to add the disable checkbox to the publish metabox.

  • Tweak: Improved accessibility (accessible close button, better focus management)
  • Fix: Prevented a fatal error that could happen when another plugin unsets the WP_Post object on the publish metabox.
  • Dev: Updated Featherlight to 1.7.0

1.0.0

7 years ago

Even though this is a major version change, this is primarily a maintenance release. The reason for the jump to 1.0.0 is because we've changed some code which could break backwards compatibility with custom extensions and integrations.

If you're just using the plugin on your site and haven't customized it or paid anyone to customize it for you, you should be able to update without any issues.

If you're a developer and have written custom code extending the PHP side of WP Featherlight, be sure to test your code before updating.

Under the hood, we've deprecated some internal methods which could potentially break custom code which extends WP Featherlight. The changes are primarily limited to class initialization, so unless you were doing something specific to that, it's unlikely that you'll run into issues.

  • Tweak: Improved transition between images within galleries
  • Tweak: Moved our disable lightbox checkbox into the publish meta box to streamline the admin
  • Tweak: Made styles more aggressive to ensure elements look consistent across different themes by default
  • Fix: Reduced false positives for URLs that use image extensions but don't actually link to an image
  • Dev: Updated Featherlight to 1.5.1
  • Dev: Updated jQuery Detect Swipe to 2.1.3
  • Dev: Deprecated some internal methods
  • Dev: Reorganized how classes are instantiated and plugin actions are fired

0.3.0

8 years ago

There are quite a few internal changes in the plugin for this release, plus some nice new features and improvements on the front-end. We've streamlined everything as much as possible and also added support for some languages other than English! Here's a breakdown of everything that's changed:

New Features

  • Automatic captioning for WordPress images and gallery items (Including Jetpack Galleries)
  • Spanish language translation

Enhancements

  • Updated Featherlight to 1.3.3
  • Improved gallery styles on desktop and mobile devices
  • Streamlined overall styles
  • Added SVG icons for more visual consistency across various platforms
  • Simplified the text used in the admin metabox to ease translations (props @toscho)

Bug Fixes

  • Improved handling of images when certain caching plugins are enabled
  • Prevented gallery arrows from being hijacked by WP Emoji
  • Fixed a bug which allowed multiple light boxes to be opened using keyboard commands

Developer Stuff

  • Reduced overhead by loading language files only when needed (props @toscho)
  • Improved the save routine for our admin metabox (props @toscho)
  • Added a wp_featherlight_captions filter to control auto-captioning. Filter it to false to disable captions.
  • Re-structured the plugin's internal code base and deprecated plugin constants
  • Added Grunt and Bower the plugin to allow easier updates and releases in the future

Added Language Support

  • German
  • Spanish
  • French
  • Portuguese (Brazil)
  • Spanish (Peru)

0.3.0-beta

8 years ago

Lots of internal changes in the plugin for this release plus some nice new features and improvements on the front-end. Since a lot has changed, we're doing a short beta while we test a few things to look for any bugs that may still be flying around.

giphy New Features

  • Automatic captioning for WordPress images and gallery items (Including Jetpack Galleries)
  • Spanish language translation

Enhancements

  • Updated Featherlight to 1.3.3
  • Improved gallery styles on desktop and mobile devices
  • Streamlined overall styles
  • Added SVG icons for more visual consistency across various platforms

Bug Fixes

  • Improved handling of images when certain caching plugins are enabled
  • Prevented gallery arrows from being hijacked by WP Emoji
  • Fixed a bug which allowed multiple light boxes to be opened using keyboard commands

Developer Stuff

  • Added a wp_featherlight_captions filter to control auto-captioning. Filter it to false to disable captions.
  • Re-structured the plugin's internal code base and deprecated plugin constants
  • Added Grunt and Bower the plugin to allow easier updates and releases in the future

If you were previously using the plugin's constant values for one thing or another, they will continue to work for now but may be removed at some point down the road. It's recommended that you use the main plugin class' getter methods to retrieve information about the plugin such as the version, directory, and anything else you may need which was previously stored in constant values.

If you have the chance to test this before we release it, we're always looking for feedback! If you have any questions, suggestions, or find any issues just open an issue and let us know.

0.2.0

8 years ago

The primary feature in this release is the addition of a visual loader and the automatic lightboxing of external images. In prior versions, only images from the WordPress host domain were lightboxed automatically. This caused some problems with people using a CDN as the URLs were treated as external.

There have also been a handful of code improvements under the hood including:

  • Added gallery support for Jetpack Tiled Galleries
  • Improved URL handling to match more image instances automatically
  • Fixed a mistake in the textdomain path
  • Improved admin metabox markup (props @GaryJones)
  • Fixed a typo in the main stylesheet's script handle (props @GaryJones)