Plugin Directory

Changeset 2364540


Ignore:
Timestamp:
08/19/2020 05:35:46 AM (6 years ago)
Author:
pdamsten
Message:

version bump

Location:
fullscreen-galleria/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • fullscreen-galleria/trunk/galleria-fs.php

    r2364534 r2364540  
    55Plugin URI: http://petridamsten.com/
    66Description: Fullscreen gallery for Wordpress
    7 Version: 1.6.7
     7Version: 1.6.8
    88Author: Petri Damstén
    99Author URI: http://petridamsten.com/
     
    1212******************************************************************************/
    1313
    14 $fsg_ver = '1.6.7';
     14$fsg_ver = '1.6.8';
    1515$fsg_db_key = 'fsg_plugin_settings';
    1616
     
    836836      $in_footer = !$this->options['load_in_header'];
    837837
    838       wp_enqueue_script('galleria', plugins_url('galleria-1.5.7.min.js', __FILE__), array('jquery'), '1.5.7', $in_footer);
     838      wp_enqueue_script('galleria', plugins_url('galleria-1.6.1.min.js', __FILE__), array('jquery'), '1.6.1', $in_footer);
    839839      wp_enqueue_script('galleria-fs', plugins_url('galleria-fs.js', __FILE__), array('galleria'), $fsg_ver, $in_footer);
    840840      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

    r2358195 r2364540  
    113113
    114114== Changelog ==
     115= 1.6.8 =
     116* Update galleria.io to 1.6.1
     117
    115118= 1.6.7 =
    116119* fsg_dlmngr keyword added
Note: See TracChangeset for help on using the changeset viewer.