Plugin Directory

Changeset 1684052


Ignore:
Timestamp:
06/23/2017 07:51:32 AM (9 years ago)
Author:
pdamsten
Message:

new version galleria.io

Location:
fullscreen-galleria
Files:
2 added
5 deleted
3 edited
13 copied

Legend:

Unmodified
Added
Removed
  • fullscreen-galleria/tags/1.6.2/galleria-fs-theme.js

    r1397037 r1684052  
    1515
    1616Galleria.addTheme({
     17    version: '1.5.4',
    1718    name: 'galleria-fs',
    1819    author: 'Petri Damstén',
     
    2021        transition: 'slide',
    2122        thumbCrop:  'height',
    22 
     23        imageCrop: true,
     24        easing: 'galleriaOut',
     25        trueFullscreen: false,
     26        // set this to false if you want to keep the thumbnails:
     27        _hideDock: Galleria.TOUCH ? false : true,
     28        // set this to true if you want to shrink the carousel when clicking a thumbnail:
     29        _closeOnClick: false,
    2330        // set this to false if you want to show the caption all the time:
    2431        _toggleInfo: false
    2532    },
    2633    init: function(options) {
    27         Galleria.requires(1.33, 'This version of theme requires Galleria 1.3.3 or later');
     34        Galleria.requires(1.5, 'This version of theme requires Galleria 1.5 or later');
    2835     
    2936        // add some elements
  • fullscreen-galleria/tags/1.6.2/galleria-fs.php

    r1497383 r1684052  
    55Plugin URI: http://torturedmind.org/
    66Description: Fullscreen gallery for Wordpress
    7 Version: 1.6.1
     7Version: 1.6.2
    88Author: Petri Damstén
    99Author URI: http://torturedmind.org/
     
    1212******************************************************************************/
    1313
    14 $fsg_ver = '1.6.1';
     14$fsg_ver = '1.6.2';
    1515$fsg_db_key = 'fsg_plugin_settings';
    1616
     
    456456      $lens = $exif['LensInfo'];
    457457    }
     458    $lens = $this->my_gear('lenses', $lens);
    458459    if ($lens != '') {
    459       $lens = ' with '.$this->my_gear('lenses', $lens);
     460      $lens = ' with '.$lens;
    460461    }
    461462    if (!empty($exif['FNumber'])) {
     
    730731      $in_footer = !$this->options['load_in_header'];
    731732
    732       wp_enqueue_script('galleria', plugins_url('galleria-1.4.5.min.js', __FILE__), array('jquery'), '1.4.5', $in_footer);
     733      wp_enqueue_script('galleria', plugins_url('galleria-1.5.7.min.js', __FILE__), array('jquery'), '1.5.7', $in_footer);
    733734      wp_enqueue_script('galleria-fs', plugins_url('galleria-fs.js', __FILE__), array('galleria'), $fsg_ver, $in_footer);
    734735      wp_enqueue_script('galleria-fs-theme', plugins_url('galleria-fs-theme.js', __FILE__), array('galleria-fs'), $fsg_ver, $in_footer);
  • fullscreen-galleria/tags/1.6.2/readme.txt

    r1497383 r1684052  
    66Tags: galleria, gallery, photography, images
    77Requires at least: 4.0
    8 Tested up to: 4.5
     8Tested up to: 4.8
    99Stable tag: trunk
    1010License: MIT
     
    9999
    100100== Changelog ==
     101= 1.6.2 =
     102* Update galleria.io to 1.5.7
     103
    101104= 1.6.1 =
    102105* fsg_photolist fix for small images
  • fullscreen-galleria/trunk/galleria-fs-theme.js

    r1397037 r1684052  
    1515
    1616Galleria.addTheme({
     17    version: '1.5.4',
    1718    name: 'galleria-fs',
    1819    author: 'Petri Damstén',
     
    2021        transition: 'slide',
    2122        thumbCrop:  'height',
    22 
     23        imageCrop: true,
     24        easing: 'galleriaOut',
     25        trueFullscreen: false,
     26        // set this to false if you want to keep the thumbnails:
     27        _hideDock: Galleria.TOUCH ? false : true,
     28        // set this to true if you want to shrink the carousel when clicking a thumbnail:
     29        _closeOnClick: false,
    2330        // set this to false if you want to show the caption all the time:
    2431        _toggleInfo: false
    2532    },
    2633    init: function(options) {
    27         Galleria.requires(1.33, 'This version of theme requires Galleria 1.3.3 or later');
     34        Galleria.requires(1.5, 'This version of theme requires Galleria 1.5 or later');
    2835     
    2936        // add some elements
  • fullscreen-galleria/trunk/galleria-fs.php

    r1497383 r1684052  
    55Plugin URI: http://torturedmind.org/
    66Description: Fullscreen gallery for Wordpress
    7 Version: 1.6.1
     7Version: 1.6.2
    88Author: Petri Damstén
    99Author URI: http://torturedmind.org/
     
    1212******************************************************************************/
    1313
    14 $fsg_ver = '1.6.1';
     14$fsg_ver = '1.6.2';
    1515$fsg_db_key = 'fsg_plugin_settings';
    1616
     
    456456      $lens = $exif['LensInfo'];
    457457    }
     458    $lens = $this->my_gear('lenses', $lens);
    458459    if ($lens != '') {
    459       $lens = ' with '.$this->my_gear('lenses', $lens);
     460      $lens = ' with '.$lens;
    460461    }
    461462    if (!empty($exif['FNumber'])) {
     
    730731      $in_footer = !$this->options['load_in_header'];
    731732
    732       wp_enqueue_script('galleria', plugins_url('galleria-1.4.5.min.js', __FILE__), array('jquery'), '1.4.5', $in_footer);
     733      wp_enqueue_script('galleria', plugins_url('galleria-1.5.7.min.js', __FILE__), array('jquery'), '1.5.7', $in_footer);
    733734      wp_enqueue_script('galleria-fs', plugins_url('galleria-fs.js', __FILE__), array('galleria'), $fsg_ver, $in_footer);
    734735      wp_enqueue_script('galleria-fs-theme', plugins_url('galleria-fs-theme.js', __FILE__), array('galleria-fs'), $fsg_ver, $in_footer);
  • fullscreen-galleria/trunk/readme.txt

    r1497383 r1684052  
    66Tags: galleria, gallery, photography, images
    77Requires at least: 4.0
    8 Tested up to: 4.5
     8Tested up to: 4.8
    99Stable tag: trunk
    1010License: MIT
     
    9999
    100100== Changelog ==
     101= 1.6.2 =
     102* Update galleria.io to 1.5.7
     103
    101104= 1.6.1 =
    102105* fsg_photolist fix for small images
Note: See TracChangeset for help on using the changeset viewer.