Changeset 1684052
- Timestamp:
- 06/23/2017 07:51:32 AM (9 years ago)
- Location:
- fullscreen-galleria
- Files:
-
- 2 added
- 5 deleted
- 3 edited
- 13 copied
-
tags/1.6.2 (copied) (copied from fullscreen-galleria/trunk)
-
tags/1.6.2/OpenLayers.js (copied) (copied from fullscreen-galleria/trunk/OpenLayers.js)
-
tags/1.6.2/fs-map-b.png (copied) (copied from fullscreen-galleria/trunk/fs-map-b.png)
-
tags/1.6.2/fs-map.png (copied) (copied from fullscreen-galleria/trunk/fs-map.png)
-
tags/1.6.2/galleria-1.2.9.min.js (deleted)
-
tags/1.6.2/galleria-1.5.7.min.js (added)
-
tags/1.6.2/galleria-fs-b.css (copied) (copied from fullscreen-galleria/trunk/galleria-fs-b.css)
-
tags/1.6.2/galleria-fs-icons.svg (copied) (copied from fullscreen-galleria/trunk/galleria-fs-icons.svg)
-
tags/1.6.2/galleria-fs-theme.js (copied) (copied from fullscreen-galleria/trunk/galleria-fs-theme.js) (2 diffs)
-
tags/1.6.2/galleria-fs-w.css (copied) (copied from fullscreen-galleria/trunk/galleria-fs-w.css)
-
tags/1.6.2/galleria-fs.css (copied) (copied from fullscreen-galleria/trunk/galleria-fs.css)
-
tags/1.6.2/galleria-fs.js (copied) (copied from fullscreen-galleria/trunk/galleria-fs.js)
-
tags/1.6.2/galleria-fs.php (copied) (copied from fullscreen-galleria/trunk/galleria-fs.php) (4 diffs)
-
tags/1.6.2/make-icons.sh (copied) (copied from fullscreen-galleria/trunk/make-icons.sh)
-
tags/1.6.2/readme.txt (copied) (copied from fullscreen-galleria/trunk/readme.txt) (2 diffs)
-
tags/1.6.2/screenshot-1.jpg (deleted)
-
tags/1.6.2/screenshot-2.jpg (deleted)
-
tags/1.6.2/screenshot-3.jpg (deleted)
-
trunk/galleria-1.4.5.min.js (deleted)
-
trunk/galleria-1.5.7.min.js (added)
-
trunk/galleria-fs-theme.js (modified) (2 diffs)
-
trunk/galleria-fs.php (modified) (4 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fullscreen-galleria/tags/1.6.2/galleria-fs-theme.js
r1397037 r1684052 15 15 16 16 Galleria.addTheme({ 17 version: '1.5.4', 17 18 name: 'galleria-fs', 18 19 author: 'Petri Damstén', … … 20 21 transition: 'slide', 21 22 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, 23 30 // set this to false if you want to show the caption all the time: 24 31 _toggleInfo: false 25 32 }, 26 33 init: function(options) { 27 Galleria.requires(1. 33, 'This version of theme requires Galleria 1.3.3or later');34 Galleria.requires(1.5, 'This version of theme requires Galleria 1.5 or later'); 28 35 29 36 // add some elements -
fullscreen-galleria/tags/1.6.2/galleria-fs.php
r1497383 r1684052 5 5 Plugin URI: http://torturedmind.org/ 6 6 Description: Fullscreen gallery for Wordpress 7 Version: 1.6. 17 Version: 1.6.2 8 8 Author: Petri Damstén 9 9 Author URI: http://torturedmind.org/ … … 12 12 ******************************************************************************/ 13 13 14 $fsg_ver = '1.6. 1';14 $fsg_ver = '1.6.2'; 15 15 $fsg_db_key = 'fsg_plugin_settings'; 16 16 … … 456 456 $lens = $exif['LensInfo']; 457 457 } 458 $lens = $this->my_gear('lenses', $lens); 458 459 if ($lens != '') { 459 $lens = ' with '.$ this->my_gear('lenses', $lens);460 $lens = ' with '.$lens; 460 461 } 461 462 if (!empty($exif['FNumber'])) { … … 730 731 $in_footer = !$this->options['load_in_header']; 731 732 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); 733 734 wp_enqueue_script('galleria-fs', plugins_url('galleria-fs.js', __FILE__), array('galleria'), $fsg_ver, $in_footer); 734 735 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 6 6 Tags: galleria, gallery, photography, images 7 7 Requires at least: 4.0 8 Tested up to: 4. 58 Tested up to: 4.8 9 9 Stable tag: trunk 10 10 License: MIT … … 99 99 100 100 == Changelog == 101 = 1.6.2 = 102 * Update galleria.io to 1.5.7 103 101 104 = 1.6.1 = 102 105 * fsg_photolist fix for small images -
fullscreen-galleria/trunk/galleria-fs-theme.js
r1397037 r1684052 15 15 16 16 Galleria.addTheme({ 17 version: '1.5.4', 17 18 name: 'galleria-fs', 18 19 author: 'Petri Damstén', … … 20 21 transition: 'slide', 21 22 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, 23 30 // set this to false if you want to show the caption all the time: 24 31 _toggleInfo: false 25 32 }, 26 33 init: function(options) { 27 Galleria.requires(1. 33, 'This version of theme requires Galleria 1.3.3or later');34 Galleria.requires(1.5, 'This version of theme requires Galleria 1.5 or later'); 28 35 29 36 // add some elements -
fullscreen-galleria/trunk/galleria-fs.php
r1497383 r1684052 5 5 Plugin URI: http://torturedmind.org/ 6 6 Description: Fullscreen gallery for Wordpress 7 Version: 1.6. 17 Version: 1.6.2 8 8 Author: Petri Damstén 9 9 Author URI: http://torturedmind.org/ … … 12 12 ******************************************************************************/ 13 13 14 $fsg_ver = '1.6. 1';14 $fsg_ver = '1.6.2'; 15 15 $fsg_db_key = 'fsg_plugin_settings'; 16 16 … … 456 456 $lens = $exif['LensInfo']; 457 457 } 458 $lens = $this->my_gear('lenses', $lens); 458 459 if ($lens != '') { 459 $lens = ' with '.$ this->my_gear('lenses', $lens);460 $lens = ' with '.$lens; 460 461 } 461 462 if (!empty($exif['FNumber'])) { … … 730 731 $in_footer = !$this->options['load_in_header']; 731 732 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); 733 734 wp_enqueue_script('galleria-fs', plugins_url('galleria-fs.js', __FILE__), array('galleria'), $fsg_ver, $in_footer); 734 735 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 6 6 Tags: galleria, gallery, photography, images 7 7 Requires at least: 4.0 8 Tested up to: 4. 58 Tested up to: 4.8 9 9 Stable tag: trunk 10 10 License: MIT … … 99 99 100 100 == Changelog == 101 = 1.6.2 = 102 * Update galleria.io to 1.5.7 103 101 104 = 1.6.1 = 102 105 * fsg_photolist fix for small images
Note: See TracChangeset
for help on using the changeset viewer.