FancyBox for WordPress - Version 3.0.10

Version Description

= 3.0.5 = Fixes the Revert options button and wrong version number on settings page. Also updates links in settings page and readme file.

Download this release

Release Info

Developer silkalns
Plugin Icon wp plugin FancyBox for WordPress
Version 3.0.10
Comparing to
See all releases

Code changes from version 3.0.9 to 3.0.10

Files changed (2) hide show
  1. fancybox.php +2 -2
  2. readme.txt +1 -1
fancybox.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: FancyBox for WordPress
4
  Plugin URI: https://wordpress.org/plugins/fancybox-for-wordpress/
5
  Description: Integrates FancyBox by Janis Skarnelis into WordPress.
6
- Version: 3.0.8
7
  Author: Colorlib
8
  Author URI: https://colorlib.com/
9
 
@@ -20,7 +20,7 @@ Author URI: https://colorlib.com/
20
  * Constants
21
  */
22
 
23
- define( 'FBFW_VERSION', '3.0.8' );
24
  define( 'FBFW_PATH', plugin_dir_path(__FILE__) );
25
  define( 'FBFW_URL', plugin_dir_url(__FILE__) );
26
 
3
  Plugin Name: FancyBox for WordPress
4
  Plugin URI: https://wordpress.org/plugins/fancybox-for-wordpress/
5
  Description: Integrates FancyBox by Janis Skarnelis into WordPress.
6
+ Version: 3.0.10
7
  Author: Colorlib
8
  Author URI: https://colorlib.com/
9
 
20
  * Constants
21
  */
22
 
23
+ define( 'FBFW_VERSION', '3.0.10' );
24
  define( 'FBFW_PATH', plugin_dir_path(__FILE__) );
25
  define( 'FBFW_URL', plugin_dir_url(__FILE__) );
26
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: silkalns
3
  Tags: fancybox, lightbox, jquery, gallery, image, images, photo, photos, picture, pictures, zoom
4
  Requires at least: 3.4
5
  Tested up to: 4.6
6
- Stable tag: 3.0.8
7
  License: GPL/MIT
8
 
9
  Seamlessly integrates FancyBox lightbox into your WordPress blog: Upload, activate, and you're done. Additional configuration optional.
3
  Tags: fancybox, lightbox, jquery, gallery, image, images, photo, photos, picture, pictures, zoom
4
  Requires at least: 3.4
5
  Tested up to: 4.6
6
+ Stable tag: 3.0.10
7
  License: GPL/MIT
8
 
9
  Seamlessly integrates FancyBox lightbox into your WordPress blog: Upload, activate, and you're done. Additional configuration optional.