-
Notifications
You must be signed in to change notification settings - Fork 33
/
readme.txt
116 lines (84 loc) · 3.75 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
=== Simple Lightbox ===
Contributors: Archetyped
Donate link: http://gum.co/slb-donate
License: GPLv2
Tags: lightbox, gallery, photography, image, slideshow
Requires at least: 5.3
Tested up to: 6.6
Requires PHP: 5.6.20
Stable tag: 2.9.3
The highly customizable lightbox for WordPress
== Description ==
Simple Lightbox is a very simple and customizable lightbox that is easy to add to your WordPress website.
#### Features
Options for customizing the lightbox behavior are located in the **Appearance > Lightbox** admin menu (or just click the **Settings** link below the plugin's name when viewing the list of installed plugins)
* Automatically activate links (no manual coding required)
* Automatically resize lightbox to fit in window
* Customize lightbox with **themes**
* Mobile-optimized responsive themes included
* Customizable lightbox animations
* Infinitely customizable with **add-ons**
* Supports WordPress **image attachment** links
* Supports links in **widgets**
* Keyboard Navigation
* Display media metadata (caption, description, etc.) in lightbox
* Enable Lightbox depending on Page Type (Home, Pages, Archive, etc.)
* Group image links (play as a slideshow)
* Group image links by Post (separate slideshow for each post on page)
#### Usage
1. Insert links to images/image attachments into your posts/pages
**That's it! The image will be displayed in a lightbox automatically.**
* For more usage tips, go to [Simple Lightbox's official page](http://archetyped.com/tools/simple-lightbox/)
* See [Simple Lightbox's documentation](https://github.com/archetyped/simple-lightbox/wiki) for in-depth information on using and customizing SLB.
== Installation ==
1. Install and activate SLB
2. Verify that your site's theme uses the `wp_head()`, `wp_footer()`, & `the_content()` template tags (standard in any professional theme)
== Upgrade Notice ==
= 2.8.0 =
Faster link processing & other optimizations (WordPress 5.3+ & PHP 7.2+ required).
= 2.7.0 =
Fixes & improvements. PHP 5.4+ Required.
== Frequently Asked Questions ==
Get more information on [Simple Lightbox's official page](http://archetyped.com/tools/simple-lightbox/)
== Screenshots ==
1. Lightbox Customization Options
2. Light Theme
3. Dark Theme
== Changelog ==
= 2.9.3 =
* Hotfix: WordPress 6.1 `wp_rand()` bug (32-bit platforms) ([#974](https://github.com/archetyped/simple-lightbox/issues/974))
* Update: Confirm WordPress 6.1 compatibility
* Optimize: Media item cache key generation
* Optimize: Prune build tasks
= 2.9.2 =
* Optimize: Symbolic link handing for file/directory paths.
= 2.9.1 =
* Fix: Validate hook priority values (Let's Getz Prioritized)
= 2.9.0 =
* Add: Support WebP image format
* Add: Support AVIF image format
* Add: Documentation link to readme file
* Optimize: Code cleanup/refactoring
* Optimize: WPCS validation (Phase 1)
* Optimize: Activate links after all other filters
* Optimize: Plugin metadata retrieval
* Update: Confirm WordPress 6.0 compatibility
* Update: Build dependencies
* Update: GitHub issue templates
= 2.8.1 =
* Update: PHP 5.6 Compatibility
* Add: PHPCS configuration
* Add: GitHub Issue templates
= 2.8.0 =
* Update: WordPress 5.3+ required.
* Update: PHP 7.2+ required.
* Optimize: Link detection up to 2x faster.
* Optimize: Options data handling.
* Optimize: Default title filtering.
* Optimize: Standardize media item data structure to avoid conflicts with third-party data.
* Optimize: Load only necessary media item properties in browser.
* Optimize: Filter all media items (instead of each individual item).
* Filter Removed: `media_item_properties` (single item).
* Filter Added: `media_items` (all items).
* Fix: `area` elements included in link detection (This is Jim's Area).
[See full changelog](https://github.com/archetyped/simple-lightbox/releases)