Plugin Directory

Changeset 1039921


Ignore:
Timestamp:
12/07/2014 06:02:16 PM (11 years ago)
Author:
pdamsten
Message:

update galleria.io to 1.4.2

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

Legend:

Unmodified
Added
Removed
  • fullscreen-galleria/tags/1.4.10/galleria-fs.php

    r1003661 r1039921  
    55Plugin URI: http://torturedmind.org/
    66Description: Fullscreen gallery for Wordpress
    7 Version: 1.4.9
     7Version: 1.4.10
    88Author: Petri Damstén
    99Author URI: http://torturedmind.org/
     
    1212******************************************************************************/
    1313
    14 $fsg_ver = '1.4.9';
     14$fsg_ver = '1.4.10';
    1515$fsg_db_key = 'fsg_plugin_settings';
    1616
     
    696696      $in_footer = !$this->options['load_in_header'];
    697697
    698       wp_enqueue_script('galleria', plugins_url('galleria-1.3.5.min.js', __FILE__), array('jquery'), '1.3.5', $in_footer);
     698      wp_enqueue_script('galleria', plugins_url('galleria-1.4.2.min.js', __FILE__), array('jquery'), '1.4.2', $in_footer);
    699699      //wp_enqueue_script('galleria', plugins_url('galleria-1.3.5.js', __FILE__), array('jquery'), '1.3.5', $in_footer);
    700700      wp_enqueue_script('galleria-fs', plugins_url('galleria-fs.js', __FILE__), array('galleria'), $fsg_ver, $in_footer);
  • fullscreen-galleria/tags/1.4.10/readme.txt

    r1003661 r1039921  
    66Tags: galleria, gallery, photography, images
    77Requires at least: 3.6
    8 Tested up to: 4.0
     8Tested up to: 4.0.1
    99Stable tag: trunk
    1010License: MIT
     
    8787
    8888== Changelog ==
     89= 1.4.10 =
     90* Update galleria.io to 1.4.2.
     91
    8992= 1.4.9 =
    9093* More space for the sharing icons.
  • fullscreen-galleria/trunk/galleria-fs.php

    r1003661 r1039921  
    55Plugin URI: http://torturedmind.org/
    66Description: Fullscreen gallery for Wordpress
    7 Version: 1.4.9
     7Version: 1.4.10
    88Author: Petri Damstén
    99Author URI: http://torturedmind.org/
     
    1212******************************************************************************/
    1313
    14 $fsg_ver = '1.4.9';
     14$fsg_ver = '1.4.10';
    1515$fsg_db_key = 'fsg_plugin_settings';
    1616
     
    696696      $in_footer = !$this->options['load_in_header'];
    697697
    698       wp_enqueue_script('galleria', plugins_url('galleria-1.3.5.min.js', __FILE__), array('jquery'), '1.3.5', $in_footer);
     698      wp_enqueue_script('galleria', plugins_url('galleria-1.4.2.min.js', __FILE__), array('jquery'), '1.4.2', $in_footer);
    699699      //wp_enqueue_script('galleria', plugins_url('galleria-1.3.5.js', __FILE__), array('jquery'), '1.3.5', $in_footer);
    700700      wp_enqueue_script('galleria-fs', plugins_url('galleria-fs.js', __FILE__), array('galleria'), $fsg_ver, $in_footer);
  • fullscreen-galleria/trunk/readme.txt

    r1003661 r1039921  
    66Tags: galleria, gallery, photography, images
    77Requires at least: 3.6
    8 Tested up to: 4.0
     8Tested up to: 4.0.1
    99Stable tag: trunk
    1010License: MIT
     
    8787
    8888== Changelog ==
     89= 1.4.10 =
     90* Update galleria.io to 1.4.2.
     91
    8992= 1.4.9 =
    9093* More space for the sharing icons.
Note: See TracChangeset for help on using the changeset viewer.