Plugin Directory

Changeset 718923


Ignore:
Timestamp:
05/27/2013 03:14:39 PM (13 years ago)
Author:
Parakoos
Message:

v2.13: Fixed an issue introduced in 2.12.

Location:
image-wall/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • image-wall/trunk/image-wall.js

    r651200 r718923  
    6969            pathParse    : isotopeParseLoadMoreImagesPath,
    7070            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 ,
    7474                selector         : '#tmn-image-wall-scroll-messages',
    7575                img          : tmn_iw_get_scroll_img_url()
  • image-wall/trunk/image-wall.php

    r718198 r718923  
    44    Plugin URI: http://www.themodernnomad.com/image-wall-plugin/#utm_campaign=Image_Wall&utm_source=wordpress&utm_medium=website&utm_content=plugin_link
    55    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.12
     6    Version: 2.13
    77    Author: Gustav Andersson
    88    Author URI: http://www.themodernnomad.com/about/#utm_campaign=Image_Wall&utm_source=wordpress&utm_medium=website&utm_content=author_link
     
    330330    if (   preg_match('/(?<!\[)\[image_wall.*?\]/', $post->post_content) ) {
    331331        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);
    333333/*
    334334        $translation_array = array(
  • image-wall/trunk/readme.txt

    r718198 r718923  
    44Requires at least: 3.5
    55Tested up to: 3.5.1
    6 Stable tag: 2.12
     6Stable tag: 2.13
    77Donate link: http://www.themodernnomad.com/#utm_campaign=Image_Wall&utm_source=wordpress&utm_medium=website&utm_content=donation
    88License: GPLv2 or later
     
    9898= 2.12 =
    9999* 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 =
     102Fixed 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.