Changeset 2190427
- Timestamp:
- 11/12/2019 09:48:09 AM (6 years ago)
- Location:
- monster-gallery
- Files:
-
- 2 edited
- 6 copied
-
tags/1.3.3 (copied) (copied from monster-gallery/trunk)
-
tags/1.3.3/assets/icon-256x256.jpg (copied) (copied from monster-gallery/trunk/assets/icon-256x256.jpg)
-
tags/1.3.3/assets/icon.svg (copied) (copied from monster-gallery/trunk/assets/icon.svg)
-
tags/1.3.3/assets/js/script.js (copied) (copied from monster-gallery/trunk/assets/js/script.js)
-
tags/1.3.3/functions.php (copied) (copied from monster-gallery/trunk/functions.php) (2 diffs)
-
tags/1.3.3/readme.txt (copied) (copied from monster-gallery/trunk/readme.txt) (1 diff)
-
trunk/functions.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
monster-gallery/tags/1.3.3/functions.php
r2190423 r2190427 3 3 Plugin URI: https://moshikov.co/ 4 4 Description: Customise classic Gutenberg gallery. Add carousels slider (Flickity) and lightbox (Fancybox) script. 5 Version: 1.3. 15 Version: 1.3.3 6 6 Author: Vladislav Moshikov 7 7 Author URI: http://moshikov.co/ … … 17 17 18 18 // 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') ) ); 20 20 wp_enqueue_style( 'monstergallery_script_style', plugins_url( 'assets/css/style.css' ) ); 21 21 -
monster-gallery/tags/1.3.3/readme.txt
r2190425 r2190427 5 5 Requires at least: 5.0 6 6 Tested up to: 5.2.4 7 Stable tag: 1.3. 27 Stable tag: 1.3.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
monster-gallery/trunk/functions.php
r2190423 r2190427 3 3 Plugin URI: https://moshikov.co/ 4 4 Description: Customise classic Gutenberg gallery. Add carousels slider (Flickity) and lightbox (Fancybox) script. 5 Version: 1.3. 15 Version: 1.3.3 6 6 Author: Vladislav Moshikov 7 7 Author URI: http://moshikov.co/ … … 17 17 18 18 // 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') ) ); 20 20 wp_enqueue_style( 'monstergallery_script_style', plugins_url( 'assets/css/style.css' ) ); 21 21 -
monster-gallery/trunk/readme.txt
r2190425 r2190427 5 5 Requires at least: 5.0 6 6 Tested up to: 5.2.4 7 Stable tag: 1.3. 27 Stable tag: 1.3.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.