Changeset 2190396
- Timestamp:
- 11/12/2019 09:11:27 AM (6 years ago)
- Location:
- monster-gallery
- Files:
-
- 3 edited
- 6 copied
-
tags/1.3.1 (copied) (copied from monster-gallery/trunk)
-
tags/1.3.1/assets/icon-256x256.jpg (copied) (copied from monster-gallery/trunk/assets/icon-256x256.jpg)
-
tags/1.3.1/assets/icon.svg (copied) (copied from monster-gallery/trunk/assets/icon.svg)
-
tags/1.3.1/assets/js/script.js (copied) (copied from monster-gallery/trunk/assets/js/script.js) (1 diff)
-
tags/1.3.1/functions.php (copied) (copied from monster-gallery/trunk/functions.php) (2 diffs)
-
tags/1.3.1/readme.txt (copied) (copied from monster-gallery/trunk/readme.txt) (1 diff)
-
trunk/assets/js/script.js (modified) (1 diff)
-
trunk/functions.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
monster-gallery/tags/1.3.1/assets/js/script.js
r2190383 r2190396 1 $(function(){ 2 $('.wp-block-gallery.monster-slider').flickity({ 1 jQuery.noConflict(); 2 3 jQuery(function(){ 4 jQuery('.wp-block-gallery.monster-slider').flickity({ 3 5 cellAlign: 'center', 4 6 contain: true, -
monster-gallery/tags/1.3.1/functions.php
r2190383 r2190396 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 5 Version: 1.3.1 6 6 Author: Vladislav Moshikov 7 7 Author URI: http://moshikov.co/ … … 16 16 wp_enqueue_style( 'mstyle_flickity', plugins_url( 'assets/css/flickity.min.css', __FILE__ ) ); 17 17 18 // Plugin elements 19 wp_enqueue_script( 'monstergallery_script_scripts', plugins_url( 'assets/js/script.js?', __FILE__ ) ); 20 wp_enqueue_style( 'monstergallery_script_style', plugins_url( 'assets/css/style.css', __FILE__ ) ); 21 18 22 // Fancybox library (https://fancyapps.com/fancybox/3/) 19 23 wp_enqueue_script( 'monstergallery_script_fancybox', plugins_url( 'assets/js/jquery.fancybox.min.js', __FILE__ ) ); 20 24 wp_enqueue_style( 'mstyle_fancybox', plugins_url( 'assets/css/jquery.fancybox.min.css', __FILE__ ) ); 21 22 // Plugin elements23 wp_enqueue_script( 'monstergallery_script_scripts', plugins_url( 'assets/js/script.js', __FILE__ ) );24 wp_enqueue_style( 'monstergallery_script_style', plugins_url( 'assets/css/style.css', __FILE__ ) );25 25 26 26 -
monster-gallery/tags/1.3.1/readme.txt
r2190383 r2190396 5 5 Requires at least: 5.0 6 6 Tested up to: 5.2.4 7 Stable tag: 1.3 7 Stable tag: 1.3.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
monster-gallery/trunk/assets/js/script.js
r2190383 r2190396 1 $(function(){ 2 $('.wp-block-gallery.monster-slider').flickity({ 1 jQuery.noConflict(); 2 3 jQuery(function(){ 4 jQuery('.wp-block-gallery.monster-slider').flickity({ 3 5 cellAlign: 'center', 4 6 contain: true, -
monster-gallery/trunk/functions.php
r2190383 r2190396 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 5 Version: 1.3.1 6 6 Author: Vladislav Moshikov 7 7 Author URI: http://moshikov.co/ … … 16 16 wp_enqueue_style( 'mstyle_flickity', plugins_url( 'assets/css/flickity.min.css', __FILE__ ) ); 17 17 18 // Plugin elements 19 wp_enqueue_script( 'monstergallery_script_scripts', plugins_url( 'assets/js/script.js?', __FILE__ ) ); 20 wp_enqueue_style( 'monstergallery_script_style', plugins_url( 'assets/css/style.css', __FILE__ ) ); 21 18 22 // Fancybox library (https://fancyapps.com/fancybox/3/) 19 23 wp_enqueue_script( 'monstergallery_script_fancybox', plugins_url( 'assets/js/jquery.fancybox.min.js', __FILE__ ) ); 20 24 wp_enqueue_style( 'mstyle_fancybox', plugins_url( 'assets/css/jquery.fancybox.min.css', __FILE__ ) ); 21 22 // Plugin elements23 wp_enqueue_script( 'monstergallery_script_scripts', plugins_url( 'assets/js/script.js', __FILE__ ) );24 wp_enqueue_style( 'monstergallery_script_style', plugins_url( 'assets/css/style.css', __FILE__ ) );25 25 26 26 -
monster-gallery/trunk/readme.txt
r2190383 r2190396 5 5 Requires at least: 5.0 6 6 Tested up to: 5.2.4 7 Stable tag: 1.3 7 Stable tag: 1.3.1 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.