Plugin Directory

Changeset 889470


Ignore:
Timestamp:
04/08/2014 03:41:42 PM (12 years ago)
Author:
macbrink
Message:

Version 1.1.21

Location:
lazyest-gallery/branches/1.1
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • lazyest-gallery/branches/1.1/inc/frontend.php

    r888912 r889470  
    20052005        </tbody>
    20062006      </table>
    2007       <script type="text/javascript">function showExif() { jQuery('#all_exif').show(); }</script>
     2007      <script type="text/javascript">function showExif(){jQuery('#all_exif').show();}</script>
    20082008      <a href="javascript:showExif();"><?php esc_html_e( 'Show all Exif data', 'lazyest-gallery' ); ?></a>
    20092009      <table id="all_exif">
  • lazyest-gallery/branches/1.1/inc/manager.php

    r684110 r889470  
    1212 * @copyright 2008-2013 Brimosoft
    1313 * @since 0.16.0
    14  * @version 1.1.20 (r469)
     14 * @version 1.1.21 (r476)
    1515 * @access public
    1616 */
     
    677677                <div class="progress"><div class="bar" style="width:100%%">100%%</div></div>
    678678                <div id="media-upload-error-lg"></div>
    679                 <div class="filename new"><span class="title">%s</span></div>
     679                <div class="filename new">%s</div>
    680680            </div>' , $uploaded ); 
    681681        unset( $lg_gallery->message );                 
     
    692692          SWFUpload.onload = function() {
    693693            var settings = {
    694                 button_text: '<span class="select-upload"><?php esc_html_e('Select Files'); ?></span>',
     694                button_text: '<?php esc_html_e('Select Files'); ?>',
    695695                button_text_style: '.select-upload { text-align:center; font-weight:bold; font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif; }',
    696696                button_height: "23",
  • lazyest-gallery/branches/1.1/inc/uploadtab.php

    r609779 r889470  
    129129    global $lg_gallery;
    130130    if ( ! $folder->valid() ) {
    131       echo sprintf( '<div class="media-item"><div class="filename"><span class="title">%s</span</div></div>', __( 'Error opening folder', 'lazyest-gallery' ) );
     131      echo sprintf( '<div class="media-item"><div class="filename"><span class="title">%s</span></div></div>', __( 'Error opening folder', 'lazyest-gallery' ) );
    132132      return;
    133133    }
     
    135135    $folder ->load( 'thumbs' );
    136136    if ( 0 == count( $folder->list ) ) {
    137       echo sprintf( '<div class="media-item"><div class="filename"><span class="title">%s</span</div></div>', __( 'This folder is empty', 'lazyest-gallery' ) );
     137      echo sprintf( '<div class="media-item"><div class="filename"><span class="title">%s</span></div></div>', __( 'This folder is empty', 'lazyest-gallery' ) );
    138138      return;
    139139    }
  • lazyest-gallery/branches/1.1/lazyest-fields.php

    r684128 r889470  
    66Author: Brimosoft
    77Author URI: http://brimosoft.nl
    8 Version: 1.1.20
    9 Date: 2013 March
     8Version: 1.1.21
     9Date: 2014 April
    1010License: GNU GPLv2
    1111Text Domain: lazyest-gallery/languages
  • lazyest-gallery/branches/1.1/lazyest-gallery.php

    r888912 r889470  
    44 * Plugin URI: http://brimosoft.nl/lazyest/gallery/
    55 * Description: Easy Gallery management plugin for Wordpress with automatic creation of thumbnails and slides, an integrated slideshow and commenting per image.
    6  * Date: 2013 March
     6 * Date: 2014 April
    77 * Author: Brimosoft
    88 * Author URI: http://brimosoft.nl
    9  * Version: 1.1.21-beta
     9 * Version: 1.1.21
    1010 * License: GNU GPLv2
    1111 * Text Domain: lazyest-gallery
     
    1616 *
    1717 * @package Lazyest Gallery
    18  * @version 1.1.21 (r475)
     18 * @version 1.1.21 (r476)
    1919 * @author Marcel Brinkkemper (lazyest@brimosoft.nl)
    2020 * @copyright 2004 Nicholas Bruun Jespersen
  • lazyest-gallery/branches/1.1/readme.txt

    r888912 r889470  
    33Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=1257529
    44Tags: photo,album,picture,lazyest,image,gallery,easy,thumbs,slides,exif,popup,folders,lightbox,widget,ftp-upload,schortcode,comment,image,gallery
    5 Tested up to: 3.5.1
    6 Requires at least: 3.2
    7 Stable tag: 1.1.20
     5Tested up to: 3.8.1
     6Requires at least: 3.5
     7Stable tag: 1.1.21
    88
    99Maybe the second-best Gallery plugin for WordPress
     
    1313Create a photo gallery from your existing photo directories.
    1414
     15This gallery basically needs just two settings: Your image directory and your gallery page. Lazyest Gallery automatically creates a photo gallery with folders, sub folders, thumbnail pages and slide shows.
     16
     17If you want more, the gallery offers a multitude of options by featuring a smart back end management site. You can sort photos through folders and add captions, comments and descriptions with minimal effort. If you are tired of uploading photos through the WordPress server, this plug-in will make it a breeze with their FTP auto-indexing integration.
     18
     19Read the user guide on the [Lazyest Gallery website](http://brimosoft.nl/lazyest/gallery/user-guide/)
     20
     21For more information about version 1.1.21, read the [release notes](http://brimosoft.nl/2014/04/08/security-fix-lazyest-gallery/)
     22
     23Read all about the [version 1.1 series](http://brimosoft.nl/tag/1-1/)
     24
     25
     26
    1527If you are new to Lazyest Gallery, please consider [Eazyest Gallery](http://wordpress.org/extend/plugins/eazyest-gallery/). Eazyest Gallery is the successor to Lazyest Gallery and is far better integrated with WordPress, and [compatible with popular plugins](http://brimosoft.nl/lazyest/compatible-plugin/).
    16 
    17 This gallery basically needs just two settings: Your image directory and your gallery page. Lazyest Gallery automatically creates a photo gallery with folders, sub folders, thumbnail pages and slide shows.
    18 
    19 If you want more, the gallery offers a multitude of options by featuring a smart back end management site. You can sort photos through folders and add captions, comments and descriptions with minimal effort. If you are tired of uploading photos through the WordPress server, this plug-in will make it a breeze with their FTP auto-indexing integration.
    20 
    21 Read the user guide on the [Lazyest Gallery website](http://brimosoft.nl/lazyest/gallery/user-guide/)
    22 
    23 For more information about version 1.1.20, read the [release notes](http://brimosoft.nl/2013/03/19/lazyest-gallery-1-1-20/)
    24 
    25 Read all about the [version 1.1 series](http://brimosoft.nl/tag/1-1/)
    2628
    2729I will add no extra features to the plugin, but will update and support the plugin for bug fixes and compatibility issues.
     
    6668= 1.1.21 =
    6769* Security Fix: XSS vulnerability in EXIF code (ref: CVE-2014-2333) discovered by Daniel Marques @0xc0da
     70* Bug Fix: html code in image uploader button
    6871
    6972= 1.1.20 =
Note: See TracChangeset for help on using the changeset viewer.