Changeset 1039921
- Timestamp:
- 12/07/2014 06:02:16 PM (11 years ago)
- Location:
- fullscreen-galleria
- Files:
-
- 2 added
- 5 deleted
- 2 edited
- 12 copied
-
tags/1.4.10 (copied) (copied from fullscreen-galleria/trunk)
-
tags/1.4.10/fs-map-b.png (copied) (copied from fullscreen-galleria/trunk/fs-map-b.png)
-
tags/1.4.10/fs-map.png (copied) (copied from fullscreen-galleria/trunk/fs-map.png)
-
tags/1.4.10/galleria-1.2.9.min.js (deleted)
-
tags/1.4.10/galleria-1.4.2.min.js (added)
-
tags/1.4.10/galleria-fs-b.css (copied) (copied from fullscreen-galleria/trunk/galleria-fs-b.css)
-
tags/1.4.10/galleria-fs-icons.svg (copied) (copied from fullscreen-galleria/trunk/galleria-fs-icons.svg)
-
tags/1.4.10/galleria-fs-theme.js (copied) (copied from fullscreen-galleria/trunk/galleria-fs-theme.js)
-
tags/1.4.10/galleria-fs-w.css (copied) (copied from fullscreen-galleria/trunk/galleria-fs-w.css)
-
tags/1.4.10/galleria-fs.css (copied) (copied from fullscreen-galleria/trunk/galleria-fs.css)
-
tags/1.4.10/galleria-fs.js (copied) (copied from fullscreen-galleria/trunk/galleria-fs.js)
-
tags/1.4.10/galleria-fs.php (copied) (copied from fullscreen-galleria/trunk/galleria-fs.php) (3 diffs)
-
tags/1.4.10/make-icons.sh (copied) (copied from fullscreen-galleria/trunk/make-icons.sh)
-
tags/1.4.10/readme.txt (copied) (copied from fullscreen-galleria/trunk/readme.txt) (2 diffs)
-
tags/1.4.10/screenshot-1.jpg (deleted)
-
tags/1.4.10/screenshot-2.jpg (deleted)
-
tags/1.4.10/screenshot-3.jpg (deleted)
-
trunk/galleria-1.3.5.min.js (deleted)
-
trunk/galleria-1.4.2.min.js (added)
-
trunk/galleria-fs.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fullscreen-galleria/tags/1.4.10/galleria-fs.php
r1003661 r1039921 5 5 Plugin URI: http://torturedmind.org/ 6 6 Description: Fullscreen gallery for Wordpress 7 Version: 1.4. 97 Version: 1.4.10 8 8 Author: Petri Damstén 9 9 Author URI: http://torturedmind.org/ … … 12 12 ******************************************************************************/ 13 13 14 $fsg_ver = '1.4. 9';14 $fsg_ver = '1.4.10'; 15 15 $fsg_db_key = 'fsg_plugin_settings'; 16 16 … … 696 696 $in_footer = !$this->options['load_in_header']; 697 697 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); 699 699 //wp_enqueue_script('galleria', plugins_url('galleria-1.3.5.js', __FILE__), array('jquery'), '1.3.5', $in_footer); 700 700 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 6 6 Tags: galleria, gallery, photography, images 7 7 Requires at least: 3.6 8 Tested up to: 4.0 8 Tested up to: 4.0.1 9 9 Stable tag: trunk 10 10 License: MIT … … 87 87 88 88 == Changelog == 89 = 1.4.10 = 90 * Update galleria.io to 1.4.2. 91 89 92 = 1.4.9 = 90 93 * More space for the sharing icons. -
fullscreen-galleria/trunk/galleria-fs.php
r1003661 r1039921 5 5 Plugin URI: http://torturedmind.org/ 6 6 Description: Fullscreen gallery for Wordpress 7 Version: 1.4. 97 Version: 1.4.10 8 8 Author: Petri Damstén 9 9 Author URI: http://torturedmind.org/ … … 12 12 ******************************************************************************/ 13 13 14 $fsg_ver = '1.4. 9';14 $fsg_ver = '1.4.10'; 15 15 $fsg_db_key = 'fsg_plugin_settings'; 16 16 … … 696 696 $in_footer = !$this->options['load_in_header']; 697 697 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); 699 699 //wp_enqueue_script('galleria', plugins_url('galleria-1.3.5.js', __FILE__), array('jquery'), '1.3.5', $in_footer); 700 700 wp_enqueue_script('galleria-fs', plugins_url('galleria-fs.js', __FILE__), array('galleria'), $fsg_ver, $in_footer); -
fullscreen-galleria/trunk/readme.txt
r1003661 r1039921 6 6 Tags: galleria, gallery, photography, images 7 7 Requires at least: 3.6 8 Tested up to: 4.0 8 Tested up to: 4.0.1 9 9 Stable tag: trunk 10 10 License: MIT … … 87 87 88 88 == Changelog == 89 = 1.4.10 = 90 * Update galleria.io to 1.4.2. 91 89 92 = 1.4.9 = 90 93 * More space for the sharing icons.
Note: See TracChangeset
for help on using the changeset viewer.