This commit is contained in:
erwanlr
2019-03-30 07:20:14 +00:00
parent 1baa3e23b2
commit 07b3826806
509 changed files with 82506 additions and 48 deletions

View File

@@ -0,0 +1,48 @@
== Changelog ==
= 2.3.3 =
* Minor bug fix.
= 2.3.2 =
* Option to exclude popup for logged in users.
* Option to change popup background opacity.
= 2.3.1 =
* Nonces added
* Data validations updated
* Direct access prevented in all plugin files
* the_editor() changed to wp_editor()
* get_currentuserinfo() changed to wp_get_current_user()
* 'htmledit_pre' hook changed to 'format_for_editor' for fixing Tinymce formatting issue
* A few other bug fixes
= 2.3 =
* Responsive lightbox popup
* Fixed a few bugs
= 2.2 =
* Display specifically in pages/posts/home page.
* Enable/disable premium version ads.
* Option to enable/disable popup.
* Compatibility with cache plugins.
* Network installation support.
= 2.1 =
* Separated out dialog box and quick box popups as different plugins to avoid clashes
* Fixed a few bugs
= 2.0 =
* Support for dialog box
* Support for quick popup box
* Predefined position settings
* More control on manual positioning
= 1.1 =
* Support for shortcodes inside lightbox content.
* Lightbox repeat interval in hrs/mins.
* Lightbox close button option.
* Shortcode for lightbox display.
= 1.0 =
* First official launch.