FancyBox for WordPress - Version 2.7.2

Version Description

  • Fixed: Layout problem in options page in WordPress 2.9
Download this release

Release Info

Developer moskis
Plugin Icon wp plugin FancyBox for WordPress
Version 2.7.2
Comparing to
See all releases

Code changes from version 2.7.1 to 2.7.2

Files changed (4) hide show
  1. fancybox.php +3 -3
  2. lib/admin-tab-info.php +3 -3
  3. readme.txt +6 -5
  4. screenshot-2.png +0 -0
fancybox.php CHANGED
@@ -3,9 +3,9 @@
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.
6
- Version: 2.7.1
7
  Author: Jose Pardilla
8
- Author URI: http://moskis.net/
9
  */
10
 
11
 
@@ -16,7 +16,7 @@ define('FBFW_URL', WP_PLUGIN_URL . '/fancybox-for-wordpress');
16
  // When plugin is activated, update version, and set any new settings to default
17
  function mfbfw_install() {
18
 
19
- update_option('mfbfw_active_version', '2.7.1');
20
 
21
  add_option('mfbfw_showTitle', 'on');
22
  add_option('mfbfw_border', '');
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.
6
+ Version: 2.7.2
7
  Author: Jose Pardilla
8
+ Author URI: http://josepardilla.com/
9
  */
10
 
11
 
16
  // When plugin is activated, update version, and set any new settings to default
17
  function mfbfw_install() {
18
 
19
+ update_option('mfbfw_active_version', '2.7.2');
20
 
21
  add_option('mfbfw_showTitle', 'on');
22
  add_option('mfbfw_border', '');
lib/admin-tab-info.php CHANGED
@@ -14,7 +14,7 @@
14
 
15
  <br /><small><em><?php _e('<strong>Note:</strong> Having a cache plugin may prevent changes from taking effect immidiately, if this happens clear cache after saving changes here or deactivate cache until you finish editing these options.', 'mfbfw'); ?></em></small><br /><br />
16
 
17
- <div style="height:90px;float:left;text-align:center;width:200px;" class="updated">
18
  <p style="line-height:1.5em;"><?php _e('If you use FancyBox and like it, buy the author a beer!', 'mfbfw'); ?></p>
19
  <form id="donate_form" action="https://www.paypal.com/cgi-bin/webscr" method="post">
20
  <input name="cmd" value="_donations" type="hidden">
@@ -32,7 +32,7 @@
32
  </form>
33
  </div>
34
 
35
- <div style="height:90px;float:left;margin-left:10px;text-align:center;width:200px;" class="updated">
36
  <p style="line-height:1.5em;"><?php _e('The author of this WordPress Plugin also likes beer :P', 'mfbfw'); ?></p>
37
  <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
38
  <input type="hidden" name="cmd" value="_s-xclick"/>
@@ -42,7 +42,7 @@
42
  </form>
43
  </div>
44
 
45
- <div style="height:90px;float:left;margin-left:10px;background:#9DD1F2;border-color:#419ED9;text-align:center;width:200px;" class="updated">
46
  <p style="line-height:1.5em;"><a href="http://twitter.com/moskis/"><?php _e('Follow me on Twitter for more WordPress Plugins and Themes', 'mfbfw'); ?></a></p>
47
  <img height="16" width="16" border="0" alt="" src="<?php echo FBFW_URL ?>/css/img/extra_twitter.png" />
48
  </div>
14
 
15
  <br /><small><em><?php _e('<strong>Note:</strong> Having a cache plugin may prevent changes from taking effect immidiately, if this happens clear cache after saving changes here or deactivate cache until you finish editing these options.', 'mfbfw'); ?></em></small><br /><br />
16
 
17
+ <div style="background-color:#FFFFE0;border:1px solid #E6DB55;padding:0 .6em;margin:5px 15px 2px;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;height:110px;float:left;text-align:center;width:200px">
18
  <p style="line-height:1.5em;"><?php _e('If you use FancyBox and like it, buy the author a beer!', 'mfbfw'); ?></p>
19
  <form id="donate_form" action="https://www.paypal.com/cgi-bin/webscr" method="post">
20
  <input name="cmd" value="_donations" type="hidden">
32
  </form>
33
  </div>
34
 
35
+ <div style="background-color:#FFFFE0;border:1px solid #E6DB55;padding:0 .6em;margin:5px 15px 2px;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;height:110px;float:left;margin-left:10px;text-align:center;width:200px">
36
  <p style="line-height:1.5em;"><?php _e('The author of this WordPress Plugin also likes beer :P', 'mfbfw'); ?></p>
37
  <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
38
  <input type="hidden" name="cmd" value="_s-xclick"/>
42
  </form>
43
  </div>
44
 
45
+ <div style="background-color:#9DD1F2;border:1px solid #419ED9;padding:0 .6em;margin:5px 15px 2px;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;height:110px;float:left;margin-left:10px;text-align:center;width:200px">
46
  <p style="line-height:1.5em;"><a href="http://twitter.com/moskis/"><?php _e('Follow me on Twitter for more WordPress Plugins and Themes', 'mfbfw'); ?></a></p>
47
  <img height="16" width="16" border="0" alt="" src="<?php echo FBFW_URL ?>/css/img/extra_twitter.png" />
48
  </div>
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === FancyBox for WordPress ===
2
  Contributors: moskis
3
  Donate link: https://www.asmallorange.com/extras/donate/?id=10218
4
- Tags: fancybox, lightbox, jquery, image, gallery
5
  Requires at least: 2.8
6
- Tested up to: 2.8.6
7
- Stable tag: 2.7.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
 
@@ -17,8 +17,6 @@ You can easely customize almost anything you can think about fancybox: the borde
17
 
18
  By default, the plugin will use jQuery to apply [FancyBox](http://fancy.klade.lv/) to ANY thumbnails that link directly to an image. This includes posts, the sidebar, etc, so you can activate it and it will be applied automatically.
19
 
20
- Finally, i have only tested the plugin in WordPress 2.7, so it's very recomended to use it with WordPress 2.7 or later. After all, there's no reason why you shouldn't be already using WP2.7, is there? ;)
21
-
22
  = Known Bugs =
23
  * Shadows not perfect on IE6/7
24
  * Options page doesn't on WordPress MU
@@ -31,6 +29,9 @@ You can see the plugin working on [my blog](http://blog.moskis.net/downloads/plu
31
 
32
  This changelog is for the WordPress plugin. For the Fancybox main changelog go to its [home page](http://fancy.klade.lv/).
33
 
 
 
 
34
  = 2.7.1 =
35
  * Fixed: Z-index issue was left out in previus release
36
  * Fixed: Setting to close fancybox when clicking on the overlay wasn't available in the menu
1
  === FancyBox for WordPress ===
2
  Contributors: moskis
3
  Donate link: https://www.asmallorange.com/extras/donate/?id=10218
4
+ Tags: fancybox, lightbox, jquery, gallery, image, images, photo, photos, picture, pictures
5
  Requires at least: 2.8
6
+ Tested up to: 2.9
7
+ Stable tag: 2.7.2
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
 
17
 
18
  By default, the plugin will use jQuery to apply [FancyBox](http://fancy.klade.lv/) to ANY thumbnails that link directly to an image. This includes posts, the sidebar, etc, so you can activate it and it will be applied automatically.
19
 
 
 
20
  = Known Bugs =
21
  * Shadows not perfect on IE6/7
22
  * Options page doesn't on WordPress MU
29
 
30
  This changelog is for the WordPress plugin. For the Fancybox main changelog go to its [home page](http://fancy.klade.lv/).
31
 
32
+ = 2.7.2 =
33
+ * Fixed: Layout problem in options page in WordPress 2.9
34
+
35
  = 2.7.1 =
36
  * Fixed: Z-index issue was left out in previus release
37
  * Fixed: Setting to close fancybox when clicking on the overlay wasn't available in the menu
screenshot-2.png CHANGED
Binary file