Plugin Directory

Changeset 2190427


Ignore:
Timestamp:
11/12/2019 09:48:09 AM (6 years ago)
Author:
vmoshikov
Message:

debug

Location:
monster-gallery
Files:
2 edited
6 copied

Legend:

Unmodified
Added
Removed
  • monster-gallery/tags/1.3.3/functions.php

    r2190423 r2190427  
    33Plugin URI: https://moshikov.co/
    44Description: Customise classic Gutenberg gallery. Add carousels slider (Flickity) and lightbox (Fancybox) script.
    5 Version: 1.3.1
     5Version: 1.3.3
    66Author: Vladislav Moshikov
    77Author URI: http://moshikov.co/
     
    1717
    1818    // Plugin elements
    19     wp_enqueue_script( 'monstergallery_script_scripts', plugins_url( 'assets/js/script.js', array('jquery') ) );
     19    wp_enqueue_script( 'monstergallery_script_scripts', plugins_url( 'assets/js/script.js?11', array('jquery') ) );
    2020    wp_enqueue_style( 'monstergallery_script_style', plugins_url( 'assets/css/style.css' ) );
    2121
  • monster-gallery/tags/1.3.3/readme.txt

    r2190425 r2190427  
    55Requires at least: 5.0
    66Tested up to: 5.2.4
    7 Stable tag: 1.3.2
     7Stable tag: 1.3.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • monster-gallery/trunk/functions.php

    r2190423 r2190427  
    33Plugin URI: https://moshikov.co/
    44Description: Customise classic Gutenberg gallery. Add carousels slider (Flickity) and lightbox (Fancybox) script.
    5 Version: 1.3.1
     5Version: 1.3.3
    66Author: Vladislav Moshikov
    77Author URI: http://moshikov.co/
     
    1717
    1818    // Plugin elements
    19     wp_enqueue_script( 'monstergallery_script_scripts', plugins_url( 'assets/js/script.js', array('jquery') ) );
     19    wp_enqueue_script( 'monstergallery_script_scripts', plugins_url( 'assets/js/script.js?11', array('jquery') ) );
    2020    wp_enqueue_style( 'monstergallery_script_style', plugins_url( 'assets/css/style.css' ) );
    2121
  • monster-gallery/trunk/readme.txt

    r2190425 r2190427  
    55Requires at least: 5.0
    66Tested up to: 5.2.4
    7 Stable tag: 1.3.2
     7Stable tag: 1.3.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.