Plugin Directory

Changeset 1125901


Ignore:
Timestamp:
04/02/2015 12:32:02 AM (11 years ago)
Author:
louyx
Message:

Adding jQuery as dependency

File:
1 edited

Legend:

Unmodified
Added
Removed
  • photo-swipe/trunk/photo-swipe.php

    r1125374 r1125901  
    33 * Plugin Name: PhotoSwipe
    44 * Description: PhotoSwipe javascript plugin for WordPress
    5  * Version: 4.0.7.1
     5 * Version: 4.0.7.2
    66 * Author: Louy Alakkad
    77 * Author URI: http://l0uy.com/
    88 */
    9 define('PHOTOSWIPE_VERSION', '4.0.7.1');
     9define('PHOTOSWIPE_VERSION', '4.0.7.2');
    1010
    1111function photoswipe_enqueue() {
     
    2727            'photoswipe',
    2828            plugin_dir_url( __FILE__ ) . 'js/photoswipe.js',
    29             array('photoswipe-lib', 'photoswipe-ui-default'),
     29            array('photoswipe-lib', 'photoswipe-ui-default', 'jquery'),
    3030            PHOTOSWIPE_VERSION
    3131        );
Note: See TracChangeset for help on using the changeset viewer.