Plugin Directory

Changeset 1243941


Ignore:
Timestamp:
09/12/2015 08:55:49 AM (10 years ago)
Author:
Znuff
Message:

Forgot to add imagelightbox.js

Location:
wp-imagelightbox/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • wp-imagelightbox/trunk/readme.txt

    r1243940 r1243941  
    4141== Changelog ==
    4242
     43= r6 =
     44* Forgot to add the new .js name to the repo (can we have git, please, wordpress.org?)
     45
    4346= r5 =
    4447* Fixed version number loading
  • wp-imagelightbox/trunk/wp-imagelightbox.php

    r1243940 r1243941  
    44 * Plugin URI: http://linge-ma.ws/wp-imagelightbox
    55 * Description: Responsive and Touch-Friendly Lightbox for Wordpress, JS by Osvaldas Valutis.
    6  * Version: r5
     6 * Version: r6
    77 * Author: Znuff
    88 * Author URI: http://z.linge-ma.ws
     
    1111
    1212function iljs_enqueue() {
    13    wp_enqueue_style('imagelightbox', plugin_dir_url(__FILE__).'imagelightbox.css', false, 'r5');
    14    wp_enqueue_script('imagelightbox', plugin_dir_url(__FILE__).'imagelightbox.js', array('jquery'), 'r5', true);
     13   wp_enqueue_style('imagelightbox', plugin_dir_url(__FILE__).'imagelightbox.css', false, 'r6');
     14   wp_enqueue_script('imagelightbox', plugin_dir_url(__FILE__).'imagelightbox.js', array('jquery'), 'r6', true);
    1515}
    1616
Note: See TracChangeset for help on using the changeset viewer.