Plugin Directory

Changeset 477351


Ignore:
Timestamp:
12/19/2011 03:37:12 AM (14 years ago)
Author:
malcalevak
Message:

Release v1.0.3.3:

  1. Addition of Brazilian Portuguese/Português brasileiro translation
  2. Addition of Italian/Italiano
  3. Addition of Lithuanian/Lietuviškai translation
  4. Addition of Japanese/日本語 translation
  5. Removal of encodeURI to eliminate issues with images having spaces
Location:
wp-slimbox2
Files:
93 added
1 edited

Legend:

Unmodified
Added
Removed
  • wp-slimbox2/trunk/readme.txt

    r425153 r477351  
    44Tags: slimbox, slimbox2, lightbox, jQuery, picture, photo, image, overlay, display, lightbox2
    55Requires at least: 2.8
    6 Stable Tag: 1.0.3.2
     6Stable Tag: 1.0.3.3
    77
    8 An WordPress implementation of the Slimbox2 javascript.
     8A WordPress implementation of the Slimbox2 javascript.
    99
    1010== Description ==
     
    1616Support forums are generously hosted by Ryan Hellyer of PixoPoint, <a href="http://pixopoint.com/forum/index.php?board=6.0">here</a>.
    1717
    18 Recent Changes in Dev:<br />
    19 1.  Several Minor Fixes to eliminate PHP notices.<br /><br />
    20 2.  Removal of encodeURI to eliminate issues with images having spaces.<br /><br />
    21 3.  Ability to use <code>rel="nolightbox"</code> to exclude an image.<br /><br />
    22 4.  Ability to customize image link URLs by simply placing '/*DESIRED URL*/' in front of the caption.<br /><br />
    23 5.  Combined grouping of flickr, picasa and other images, autoload groups by selector, lightbox groups by rel.
    24 6.  Removal of WPlize in favor of built in option arrays.
    25 7.  Fixes for settings initialization issues.
    26 8.  Addition of Brazilian Portuguese/Português brasileiro Translation.
    27 9.  Addition of Italian/Italiano Translation.
     18Version 1.0.4 is a complete rewrite with additional features and should be out soon!
     19
     20Recent Changes in v1.0.3.3:
     211. Addition of Brazilian Portuguese/Portugu&#234;s brasileiro translation
     222. Addition of Italian/Italiano
     233. Addition of Lithuanian/Lietuvi&#154;kai translation
     244. Addition of Japanese/&#26085;&#26412;&#35486; translation
     255. Removal of encodeURI to eliminate issues with images having spaces
     26
    2827
    2928== Installation ==
     
    3130After you've downloaded and extracted the files:
    3231
    33 1. Upload the complete `WP-Slimbox2` folder to the `/wp-content/plugins/` directory<br />
    34 2. Activate the plugin through the 'Plugins' menu in WordPress<br />
    35 3. Visit the "WP-Slimbox2" page in your WordPress options menu to configure any advanced settings.<br />
    36 5. Manually add the <code>rel="lightbox"</code> attribute to any link tag to activate the lightbox or <code>rel="lightbox-imagesetname"</code> for an image set, using the title attribute to store a caption. Alternatively you may use the autoload option to automatically prepare links to images and additionally enable picasaweb and flickr integration to easily utilize their albums.<br />
     321. Upload the complete `WP-Slimbox2` folder to the `/wp-content/plugins/` directory
     332. Activate the plugin through the 'Plugins' menu in WordPress
     343. Visit the "WP-Slimbox2" page in your WordPress options menu to configure any advanced settings.
     355. Manually add the <code>rel="lightbox"</code> attribute to any link tag to activate the lightbox or <code>rel="lightbox-imagesetname"</code> for an image set, using the title attribute to store a caption. Alternatively you may use the autoload option to automatically prepare links to images and additionally enable picasaweb and flickr integration to easily utilize their albums.
    3736
    3837== Frequently Asked Questions ==
    3938
    40 = Does Slimbox2 support the resizing of images? =
    41 
    42 No. As stated in the script creator's FAQ, Slimbox was designed to display images only, resizing images is the user's responsibility.. <br />
    43 
    4439= Does Slimbox2 support the lightbox effect on pages and videos? =
    4540
    46 No. As stated in the script creator's FAQ, Slimbox was designed to display images only, to be simple and to have the smallest code. <br />
     41No. As stated in the script creators FAQ, Slimbox was designed to display images only, to be simple and to have the smallest code.
    4742
    4843= What kind of grouping does autoload utilize? =
     
    5146= Why do I need WordPress 2.8+? =
    5247
    53 The Javascript requires jQuery 1.3+ which wasn't included in WordPress until 2.8. If you're using something to override the included jQuery with a newer version (a feature I may add at a later date) it should be compatible from 2.1+ since I believe that was when wp_enqueue_script() was implemented.<br />
     48The Javascript requires jQuery 1.3+ which wasn't included in WordPress until 2.8. If you're using something to override the included jQuery with a newer version (a feature I may add at a later date) it should be compatible from 2.1+ since I believe that was when wp_enqueue_script() was implemented.
    5449
    5550= Why can't the plugin do X, Y or Z? =
    5651
    57 Either the Javascript doesn't support it, or I haven't gotten around to adding it.<br />
     52Either the Javascript doesn't support it, or I haven't gotten around to adding it.
     53
     54= Why can't the plugin resize images? =
     55
     56Please see this <a href="http://code.google.com/p/slimbox/wiki/FAQ#Can_Slimbox_automatically_resize_my_images_when_they_are_too_lar">excerpt</a> from the FAQ by the creator of Slimbox, Christophe Beyls
    5857
    5958= Why isn't the plugin in my language? Could I contribute a translation? =
    6059
    61 I only know English, but as of v.0.9.4 the plugin supports localization using PO and MO files, just like WordPress.<br />
    62 A copy of the POT file to use in your translations can be found in the languages directory as wp-slimbox2.pot.<br />
    63 If you're willing to provide a translation I'd be more than happy to include it. The NEXT, PREV, and Close buttons can be translated as well.<br />
    64 If you've translated the plugin or would like to find out more please let me know by posting on our <a href="http://pixopoint.com/forum/index.php?topic=1383.0">support forums</a>.<br />
     60I only know English, but as of v.0.9.4 the plugin supports localization using PO and MO files, just like WordPress.
     61A copy of the POT file to use in your translations can be found in the languages directory as wp-slimbox2.pot.
     62If you're willing to provide a translation I'd be more than happy to include it. The NEXT, PREV, and Close buttons can be translated as well.
     63If you've translated the plugin or would like to find out more please let me know by posting on our <a href="http://pixopoint.com/forum/index.php?topic=1383.0">support forums</a>.
    6564
    6665= Why should I use this plugin? =
    6766
    68 You want Lightbox or Slimbox effects using the jQuery library, and don't want any sort of "ad".<br />
    69 You want complete control over all the javascript settings from the admin page.<br />
     67You want Lightbox or Slimbox effects using the jQuery library, and don't want any sort of "ad".
     68You want complete control over all the javascript settings from the admin page.
    7069
    7170= What is Localization Tracking? =
    7271
    73 To satisfy my own curiosity regarding how many people are using a non-English version of the plugin I've written a small script, statTrack.php. During activiation of the plugin it submits the localization of the WordPress install to my server for recording. It will only do this once, and no other information is transmitted. To disable it, you can safely delete statTrack.php and the plugin should function normally.<br />
     72To satisfy my own curiosity regarding how many people are using a non-English version of the plugin I've written a small script, statTrack.php. During activiation of the plugin it submits the localization of the WordPress install to my server for recording. It will only do this once, and no other information is transmitted. To disable it, you can safely delete statTrack.php and the plugin should function normally.
    7473
    7574= What if I have other questions that haven't been answered? =
    7675
    77 Please try our <a href="http://pixopoint.com/forum/index.php?board=6.0">support forums</a>, and read the Slimbox creators <a href="http://code.google.com/p/slimbox/wiki/FAQ">FAQ</a>.<br />
     76Please try our <a href="http://pixopoint.com/forum/index.php?board=6.0">support forums</a>, and read the Slimbox creator's <a href="http://code.google.com/p/slimbox/wiki/FAQ">FAQ</a>.
    7877
    7978== Screenshots ==
     
    8382
    8483== Changelog ==
    85 = 1.0.4 - Development =
    86 * Several Minor Fixes to eliminate PHP notices.
    87 * Removal of encodeURI to eliminate issues with images having spaces.
    88 * Ability to use <code>rel="nolightbox"</code> to exclude an image.
    89 * Ability to customize image link URLs by simply placing '/*DESIRED URL*/' in front of the caption.
     84= 1.0.3.3 - Dec-18-2011 =
     85* Addition of Brazilian Portuguese/Portugu&#234;s brasileiro translation.
     86* Addition of Italian/Italiano translation.
     87* Addition of Lithuanian/Lietuvi&#154;kai translation.
     88* Addition of Japanese/&#26085;&#26412;&#35486; translation.
     89* Removal of encodeURI() to eliminate issues with images having spaces.
    9090= 1.0.3.2 - May-04-2010 =
    9191* Fix for defaults in new installs.
     
    153153= Credits =
    154154
    155 Thanks to the following for help with the development of this plugin:<br />
     155Thanks to the following for help with the development of this plugin:
    156156
    157 * <a href="http://www.digitalia.be/software/slimbox2">Christophe Beyls</a> - Creator of the Slimbox2 Javascript<br />
    158 * <a href="http://gsgd.co.uk/sandbox/jquery/easing/">George McGinley Smith</a> - Creator of the jQuery Easing Plugin Javascript<br />
    159 * <a href="http://acko.net/dev/farbtastic/">Steven Wittens</a> - Creator of the jQuery Farbtastic colorpicker Javascript<br />
    160 * <a href="http://pixopoint.com">Ryan Hellyer</a> - For spurring my interest in WordPress plugins by welcoming my assistance on his <a href="http://pixopoint.com/multi-level-navigation/">Multi-level Navigation plugin</a> and for hosting our <a href="http://pixopoint.com/forum/index.php?board=6.0">support forums</a>.<br />
    161 * Spi for code suggestion to autogroup items by post.<br />
    162 * <a href="http://nv1962.net/">nv1962</a> - Suggestion to implement localization and Spanish/Espa&#241;ol and Dutch/Nederlandse translations.<br />
    163 * Laws for German/Deutsch localization.<br />
    164 * monodistortion  for CSS tweaks to prevent tiling of images.<br />
     157* <a href="http://www.digitalia.be/software/slimbox2">Christophe Beyls</a> - Creator of the Slimbox2 Javascript
     158* <a href="http://gsgd.co.uk/sandbox/jquery/easing/">George McGinley Smith</a> - Creator of the jQuery Easing Plugin Javascript
     159* <a href="http://acko.net/dev/farbtastic/">Steven Wittens</a> - Creator of the jQuery Farbtastic colorpicker Javascript
     160* <a href="http://pixopoint.com">Ryan Hellyer</a> - For spurring my interest in WordPress plugins by welcoming my assistance on his <a href="http://pixopoint.com/multi-level-navigation/">Multi-level Navigation plugin</a> and for hosting our <a href="http://pixopoint.com/forum/index.php?board=6.0">support forums</a>.
     161* Spi for code suggestion to autogroup items by post.
     162* <a href="http://nv1962.net/">nv1962</a> - Suggestion to implement localization and Spanish/Espa&#241;ol and Dutch/Nederlandse translations.
     163* Laws for German/Deutsch localization.
     164* monodistortion  for CSS tweaks to prevent tiling of images.
    165165* Jandry for the French/Fran&ccedil;ais translation.
    166166* <a href="http://www.serhatyolacan.com">Serhat Yola&ccedil;an</a> for the Turkish/T&uuml;rk&ccedil;e translation.
    167167* <a href="http://pc.de">Marcis G.</a> for the Belarusian/&#1041;&#1077;&#1083;&#1072;&#1088;&#1091;&#1089;&#1082;&#1110; translation.
    168168* <a href="http://www.easespot.com">easespot</a> for the Chinese/&#20013;&#25991; translation and FunDo for additional assistance.
    169 * <a href="http://www.easespot.com">easespot</a> for the Brazilian Portuguese/Português brasileiro translation.
    170 * <a href="http://www.easespot.com">easespot</a> for the Italian/Italiano translation.
    171 * Anyone else I forgot to mention who's made a suggestion or provided me with ideas.<br />
     169* <a href="http://www.techload.com.br/">Marcelo</a> for the Brazilian Portuguese/Portugu&#234;s brasileiro translation.
     170* <a href="http://www.Behumandesign.com">Giacomo</a> for the Italian/Italiano translation.
     171* Nata Strazda of <a href="http://www.webhostinghub.com">Web Hub</a> for the Lithuanian/Lietuvi&#154;kai translation.
     172* ackie00h for the Japanese/&#26085;&#26412;&#35486; translation.
     173* Zareiff, for various Next/Previous/Close translation images when not provided by translators.
     174* Anyone else I forgot to mention who's made a suggestion or provided me with ideas.
Note: See TracChangeset for help on using the changeset viewer.