You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,15 @@
1
+
## 0.2.0
2
+
3
+
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.
4
+
5
+
There have also been a handful of code improvements under the hood including:
6
+
7
+
- Added gallery support for Jetpack Tiled Galleries
8
+
- Improved URL handling to match more image instances automatically
- Fixed a typo in the main stylesheet's script handle (props @GaryJones)
12
+
1
13
## 0.1.1
2
14
3
15
Fixed a bug that caused all WordPress galleries to open in a light box. Now only galleries which have been set to link to the media attachment are opened using Featherlight.
A WordPress plugin wrapper for the Featherlight jQuery lightbox plugin. This plugin automatically displays all standard WordPress images and galleries in a simple, minimalistic lightbox popup.
13
-
14
-
Featherlight is a very lightweight jQuery lightbox plugin. It's simple yet flexible and easy to use. Featherlight has minimal css and uses no inline styles, everything is name-spaced, it's completely customizable via config object and offers image, ajax and iframe support out of the box. Featherlight's small footprint weights about 4kB – in total.
15
-
16
-
For more information about the Featherlight script, check out their [GitHub plugin page](http://noelboss.github.io/featherlight/).
17
-
18
-
## Installation ##
19
-
20
-
### Upload ###
21
-
22
-
1. Download the [latest release](https://github.com/wpsitecare/wp-featherlight/archive/master.zip) from GitHub.
23
-
2. Go to the __Plugins → Add New__ screen in your WordPress admin panel and click the __Upload__ tab at the top.
24
-
3. Upload the zipped archive.
25
-
4. Click the __Activate Plugin__ link after installation completes.
1. Download the [latest release](https://github.com/wpsitecare/wp-featherlight/archive/master.zip) from GitHub.
30
-
2. Unzip the archive.
31
-
3. Copy the folder to `/wp-content/plugins/`.
32
-
4. Go to the __Plugins__ screen in your WordPress admin panel and click the __Activate__ link under WP Featherlight.
14
+
WP Featherlight is a WordPress plugin wrapper for the Featherlight jQuery lightbox plugin. When installed, the plugin will automatically display all standard WordPress images and galleries in a simple, minimalistic lightbox popup. It's also possible to load Videos, iframes, and ajax content using WP Featherlight by adding data attributes to your content. For more details on custom content loading, check out the [featherlight documentation](https://github.com/noelboss/featherlight/#usage).
33
15
34
-
Read the Codex for more information about [installing plugins manually](http://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation).
16
+
There are no settings for WP Featherlight, so you should be able to install it without needing to configure anything. In the event you don't want a lightbox on certain pages or posts, there is an option to disable it from within the post editor screen.
35
17
36
-
### Git ###
18
+
Here's an example of the plugin being used to load a large (5mb) external image in a standard WordPress post:
37
19
38
-
Clone this repository in `/wp-content/plugins/`:
20
+

If you find a display problem, it may be related to your theme but please [open an issue](https://github.com/wpsitecare/wp-featherlight/issues) about it so we can look into it. For more information about the Featherlight script itself, check out their [GitHub plugin page](http://noelboss.github.io/featherlight/).
41
23
42
-
Then go to the __Plugins__ screen in your WordPress admin panel and click the __Activate__ link under WP Featherlight.
24
+
## Installation ##
43
25
44
-
## Updating ##
26
+
The best way to install this plugin is to either [download a copy](https://wordpress.org/plugins/wp-featherlight/) from the WordPress.org repository or search for "WP Featherlight" from your WordPress admin dashboard.
45
27
46
-
There are a couple of plugins for managing updates to GitHub-hosted plugins. Either of these should notify you when this plugin is updated:
If you're a developer, the most current version can be found on the [develop branch](https://github.com/wpsitecare/wp-featherlight/tree/develop). Pull requests, issues, and any feedback is more than welcome. If you would like to contribute code, please make your pull requests against the develop branch rather than the master.
0 commit comments