Changeset 718923
- Timestamp:
- 05/27/2013 03:14:39 PM (13 years ago)
- Location:
- image-wall/trunk
- Files:
-
- 3 edited
-
image-wall.js (modified) (1 diff)
-
image-wall.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
image-wall/trunk/image-wall.js
r651200 r718923 69 69 pathParse : isotopeParseLoadMoreImagesPath, 70 70 loading: { 71 msgTextloading : tmniwjsi18n.msgTextloading ,72 msgText : tmniwjsi18n.msgText ,73 finishedMsg : tmniwjsi18n.finishedMsg ,71 msgTextloading : "Congratulations, you've reached the end of the internet.", // tmniwjsi18n.msgTextloading , 72 msgText : "Loading more images...", //tmniwjsi18n.msgText , 73 finishedMsg : "You have reached the end of the internet!", //tmniwjsi18n.finishedMsg , 74 74 selector : '#tmn-image-wall-scroll-messages', 75 75 img : tmn_iw_get_scroll_img_url() -
image-wall/trunk/image-wall.php
r718198 r718923 4 4 Plugin URI: http://www.themodernnomad.com/image-wall-plugin/#utm_campaign=Image_Wall&utm_source=wordpress&utm_medium=website&utm_content=plugin_link 5 5 Description: Browse posts/pages by their images, displayed randomly on an infinitely scrollable page. The images link back to the posts where they are attached. 6 Version: 2.1 26 Version: 2.13 7 7 Author: Gustav Andersson 8 8 Author URI: http://www.themodernnomad.com/about/#utm_campaign=Image_Wall&utm_source=wordpress&utm_medium=website&utm_content=author_link … … 330 330 if ( preg_match('/(?<!\[)\[image_wall.*?\]/', $post->post_content) ) { 331 331 wp_register_script ( 'infinitescroll', plugins_url( 'jquery.infinitescroll.js' , __FILE__ ), array(), '2.0b2.120519', true ); 332 wp_enqueue_script ('tmniwjs', plugins_url( 'image-wall.js' , __FILE__ ), array('jquery', 'jquery-masonry', 'infinitescroll'), ' 1', true);332 wp_enqueue_script ('tmniwjs', plugins_url( 'image-wall.js' , __FILE__ ), array('jquery', 'jquery-masonry', 'infinitescroll'), '2', true); 333 333 /* 334 334 $translation_array = array( -
image-wall/trunk/readme.txt
r718198 r718923 4 4 Requires at least: 3.5 5 5 Tested up to: 3.5.1 6 Stable tag: 2.1 26 Stable tag: 2.13 7 7 Donate link: http://www.themodernnomad.com/#utm_campaign=Image_Wall&utm_source=wordpress&utm_medium=website&utm_content=donation 8 8 License: GPLv2 or later … … 98 98 = 2.12 = 99 99 * Fixed an issue where certain PHP versions would print out a silly mistake a made which forced PHP to (rightly) assume that a variable was actually a string. 100 101 = 2.13 = 102 Fixed a bug introduced in 2.12. Don't use 2.12. It won't load more than the first batch of photos. Apologies.
Note: See TracChangeset
for help on using the changeset viewer.