Version Description
Download this release
Release Info
Developer | moskis |
Plugin | FancyBox for WordPress |
Version | 2.1.1 |
Comparing to | |
See all releases |
Code changes from version 2.1 to 2.1.1
- admin.php +1 -1
- fancybox.php +3 -3
- readme.txt +5 -2
admin.php
CHANGED
@@ -86,7 +86,7 @@ function mfbfw_options() {
|
|
86 |
|
87 |
<form method="post" action="options.php" id="options">
|
88 |
|
89 |
-
<?php echo wp_nonce_field('update-options'
|
90 |
|
91 |
<table class="form-table" style="clear:none;">
|
92 |
<tbody>
|
86 |
|
87 |
<form method="post" action="options.php" id="options">
|
88 |
|
89 |
+
<?php echo wp_nonce_field('update-options'); ?>
|
90 |
|
91 |
<table class="form-table" style="clear:none;">
|
92 |
<tbody>
|
fancybox.php
CHANGED
@@ -3,14 +3,14 @@
|
|
3 |
Plugin Name: FancyBox for WordPress
|
4 |
Plugin URI: http://blog.moskis.net/downloads/plugins/fancybox-for-wordpress/
|
5 |
Description: Integrates <a href="http://fancy.klade.lv/">FancyBox</a> by <a href="http://klade.lv/">Janis Skarnelis</a> into WordPress. All images on a page are treated as a gallery allowing visitors to use Next and Previous buttons on the FancyBox frontend.
|
6 |
-
Version: 2.1
|
7 |
Author: Jose Pardilla
|
8 |
Author URI: http://moskis.net/
|
9 |
*/
|
10 |
|
11 |
// If no options set, load defaults
|
12 |
-
if (get_option('mfbfw_active_version') !== '2.1') {
|
13 |
-
|
14 |
add_option('mfbfw_autoApply', 'on');
|
15 |
add_option('mfbfw_imageScale', 'on');
|
16 |
add_option('mfbfw_zoomOpacity', 'on');
|
3 |
Plugin Name: FancyBox for WordPress
|
4 |
Plugin URI: http://blog.moskis.net/downloads/plugins/fancybox-for-wordpress/
|
5 |
Description: Integrates <a href="http://fancy.klade.lv/">FancyBox</a> by <a href="http://klade.lv/">Janis Skarnelis</a> into WordPress. All images on a page are treated as a gallery allowing visitors to use Next and Previous buttons on the FancyBox frontend.
|
6 |
+
Version: 2.1.1
|
7 |
Author: Jose Pardilla
|
8 |
Author URI: http://moskis.net/
|
9 |
*/
|
10 |
|
11 |
// If no options set, load defaults
|
12 |
+
if (get_option('mfbfw_active_version') !== '2.1.1') {
|
13 |
+
update_option('mfbfw_active_version', '2.1.1');
|
14 |
add_option('mfbfw_autoApply', 'on');
|
15 |
add_option('mfbfw_imageScale', 'on');
|
16 |
add_option('mfbfw_zoomOpacity', 'on');
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.asmallorange.com/extras/donate/?id=10218
|
|
4 |
Tags: fancybox, lightbox, jquery, image, gallery
|
5 |
Requires at least: 2.7
|
6 |
Tested up to: 2.7.1
|
7 |
-
Stable tag: 2.1
|
8 |
|
9 |
Seamlessly integrates FancyBox into your blog: Upload, activate, and you're done. No further configuration needed. However, you can customize it from the Options Page if you like... :)
|
10 |
|
@@ -26,6 +26,10 @@ Finally, i have only tested the plugin in WordPress 2.7, so it's very recomended
|
|
26 |
|
27 |
= Changelog =
|
28 |
|
|
|
|
|
|
|
|
|
29 |
2.1 Updtades:
|
30 |
|
31 |
* Fixed a major bug in 2.0 that prevented it from working until plugin's options page was visited.
|
@@ -65,7 +69,6 @@ Finally, i have only tested the plugin in WordPress 2.7, so it's very recomended
|
|
65 |
= Known Bugs =
|
66 |
|
67 |
* Shadows still a mess on IE6/7
|
68 |
-
* Captions don't look right on Hybrid Theme and its child themes
|
69 |
|
70 |
|
71 |
== Installation ==
|
4 |
Tags: fancybox, lightbox, jquery, image, gallery
|
5 |
Requires at least: 2.7
|
6 |
Tested up to: 2.7.1
|
7 |
+
Stable tag: 2.1.1
|
8 |
|
9 |
Seamlessly integrates FancyBox into your blog: Upload, activate, and you're done. No further configuration needed. However, you can customize it from the Options Page if you like... :)
|
10 |
|
26 |
|
27 |
= Changelog =
|
28 |
|
29 |
+
2.1.1 Updtades:
|
30 |
+
|
31 |
+
* Fixed a new bug introduced in 2.1 that prevented options from being saved. Sorry about the mess :(
|
32 |
+
|
33 |
2.1 Updtades:
|
34 |
|
35 |
* Fixed a major bug in 2.0 that prevented it from working until plugin's options page was visited.
|
69 |
= Known Bugs =
|
70 |
|
71 |
* Shadows still a mess on IE6/7
|
|
|
72 |
|
73 |
|
74 |
== Installation ==
|