Changeset 1353288
- Timestamp:
- 02/18/2016 09:36:05 AM (10 years ago)
- Location:
- fullscreen-galleria
- Files:
-
- 4 deleted
- 2 edited
- 14 copied
-
tags/1.5.1 (copied) (copied from fullscreen-galleria/trunk)
-
tags/1.5.1/OpenLayers.js (copied) (copied from fullscreen-galleria/trunk/OpenLayers.js)
-
tags/1.5.1/fs-map-b.png (copied) (copied from fullscreen-galleria/trunk/fs-map-b.png)
-
tags/1.5.1/fs-map.png (copied) (copied from fullscreen-galleria/trunk/fs-map.png)
-
tags/1.5.1/galleria-1.2.9.min.js (deleted)
-
tags/1.5.1/galleria-1.4.2.min.js (copied) (copied from fullscreen-galleria/trunk/galleria-1.4.2.min.js)
-
tags/1.5.1/galleria-fs-b.css (copied) (copied from fullscreen-galleria/trunk/galleria-fs-b.css)
-
tags/1.5.1/galleria-fs-icons.svg (copied) (copied from fullscreen-galleria/trunk/galleria-fs-icons.svg)
-
tags/1.5.1/galleria-fs-theme.js (copied) (copied from fullscreen-galleria/trunk/galleria-fs-theme.js)
-
tags/1.5.1/galleria-fs-w.css (copied) (copied from fullscreen-galleria/trunk/galleria-fs-w.css)
-
tags/1.5.1/galleria-fs.css (copied) (copied from fullscreen-galleria/trunk/galleria-fs.css)
-
tags/1.5.1/galleria-fs.js (copied) (copied from fullscreen-galleria/trunk/galleria-fs.js)
-
tags/1.5.1/galleria-fs.php (copied) (copied from fullscreen-galleria/trunk/galleria-fs.php) (3 diffs)
-
tags/1.5.1/make-icons.sh (copied) (copied from fullscreen-galleria/trunk/make-icons.sh)
-
tags/1.5.1/readme.txt (copied) (copied from fullscreen-galleria/trunk/readme.txt) (1 diff)
-
tags/1.5.1/screenshot-1.jpg (deleted)
-
tags/1.5.1/screenshot-2.jpg (deleted)
-
tags/1.5.1/screenshot-3.jpg (deleted)
-
trunk/galleria-fs.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fullscreen-galleria/tags/1.5.1/galleria-fs.php
r1347228 r1353288 5 5 Plugin URI: http://torturedmind.org/ 6 6 Description: Fullscreen gallery for Wordpress 7 Version: 1.5. 07 Version: 1.5.1 8 8 Author: Petri Damstén 9 9 Author URI: http://torturedmind.org/ … … 12 12 ******************************************************************************/ 13 13 14 $fsg_ver = '1.5. 0';14 $fsg_ver = '1.5.1'; 15 15 $fsg_db_key = 'fsg_plugin_settings'; 16 16 … … 930 930 { 931 931 //error_log('content'); 932 933 // do not apply gallery to feed content 934 if (is_feed()) { 935 return $content; 936 } 937 932 938 global $post; 933 939 if ($this->firstpostid == -1) { -
fullscreen-galleria/tags/1.5.1/readme.txt
r1347228 r1353288 87 87 88 88 == Changelog == 89 = 1.5.1 = 90 * Don't modify RSS feeds but only content going to browsers 91 89 92 = 1.5.0 = 90 93 * Support for infinite scroll (jetpack) -
fullscreen-galleria/trunk/galleria-fs.php
r1347228 r1353288 5 5 Plugin URI: http://torturedmind.org/ 6 6 Description: Fullscreen gallery for Wordpress 7 Version: 1.5. 07 Version: 1.5.1 8 8 Author: Petri Damstén 9 9 Author URI: http://torturedmind.org/ … … 12 12 ******************************************************************************/ 13 13 14 $fsg_ver = '1.5. 0';14 $fsg_ver = '1.5.1'; 15 15 $fsg_db_key = 'fsg_plugin_settings'; 16 16 … … 930 930 { 931 931 //error_log('content'); 932 933 // do not apply gallery to feed content 934 if (is_feed()) { 935 return $content; 936 } 937 932 938 global $post; 933 939 if ($this->firstpostid == -1) { -
fullscreen-galleria/trunk/readme.txt
r1347228 r1353288 87 87 88 88 == Changelog == 89 = 1.5.1 = 90 * Don't modify RSS feeds but only content going to browsers 91 89 92 = 1.5.0 = 90 93 * Support for infinite scroll (jetpack)
Note: See TracChangeset
for help on using the changeset viewer.