Changeset 1950198
- Timestamp:
- 10/02/2018 11:19:31 AM (8 years ago)
- Location:
- simple-masonry-layout
- Files:
-
- 24 added
- 2 deleted
- 2 edited
-
tags/1.3.1 (added)
-
tags/1.3.1/css (added)
-
tags/1.3.1/css/darkbox.css (added)
-
tags/1.3.1/css/font-awesome.min.css (added)
-
tags/1.3.1/css/sm-style.css (added)
-
tags/1.3.1/images (added)
-
tags/1.3.1/images/arrow.png (added)
-
tags/1.3.1/images/gears.gif (added)
-
tags/1.3.1/inc (added)
-
tags/1.3.1/inc/admin.php (added)
-
tags/1.3.1/inc/front.php (added)
-
tags/1.3.1/js (added)
-
tags/1.3.1/js/AnimOnScroll.js (added)
-
tags/1.3.1/js/classie.js (added)
-
tags/1.3.1/js/darkbox.js (added)
-
tags/1.3.1/js/imagesloaded.js (added)
-
tags/1.3.1/js/jquery.min.js (added)
-
tags/1.3.1/js/main.js (added)
-
tags/1.3.1/js/modernizr.custom.js (added)
-
tags/1.3.1/readme.txt (added)
-
tags/1.3.1/screenshot-1.png (added)
-
tags/1.3.1/screenshot-2.png (added)
-
tags/1.3.1/screenshot-3.png (added)
-
tags/1.3.1/simple-masonry-layout.php (added)
-
trunk/css/font-awesome.min.css (deleted)
-
trunk/fonts (deleted)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/simple-masonry-layout.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-masonry-layout/trunk/readme.txt
r1903745 r1950198 3 3 Tags: masonry,masonry plugin,jquery masonry,masonry layout,grid layout,shortcode,blog masonry,gallery masonry,custom post type masonry,grid loading effect,jquery popup gallery,animation gallery,scroll masonry,responsive jquery popup gallery masonry 4 4 Requires at least: 4.2 5 Tested up to: 4.9. 66 Stable tag: 1.3. 15 Tested up to: 4.9.8 6 Stable tag: 1.3.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 66 66 == Changelog == 67 67 68 = 1.3.2 = 69 70 * cdn link added for font-awesome 71 72 68 73 = 1.3.1 = 69 74 -
simple-masonry-layout/trunk/simple-masonry-layout.php
r1903763 r1950198 10 10 * Author: Raju Tako 11 11 12 * Version: 1.3. 112 * Version: 1.3.2 13 13 14 14 * Author URI: https://profiles.wordpress.org/razzu … … 31 31 wp_register_style( 'sm-style', plugin_dir_url( __FILE__ ) . 'css/sm-style.css'); 32 32 wp_register_style( 'darkbox-style', plugin_dir_url( __FILE__ ) . 'css/darkbox.css'); 33 wp_register_style( 'font-awesome', plugin_dir_url( __FILE__ ) . 'css/font-awesome.min.css');33 wp_register_style( 'font-awesome', ("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css")); 34 34 wp_enqueue_style( 'sm-style'); 35 35 wp_enqueue_style( 'darkbox-style');
Note: See TracChangeset
for help on using the changeset viewer.