Plugin Directory

Changeset 1950198


Ignore:
Timestamp:
10/02/2018 11:19:31 AM (8 years ago)
Author:
Razzu
Message:

cdn link added for font awesome

Location:
simple-masonry-layout
Files:
24 added
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • simple-masonry-layout/trunk/readme.txt

    r1903745 r1950198  
    33Tags: 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
    44Requires at least: 4.2
    5 Tested up to: 4.9.6
    6 Stable tag: 1.3.1
     5Tested up to: 4.9.8
     6Stable tag: 1.3.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6666== Changelog ==
    6767
     68= 1.3.2 =
     69
     70* cdn link added for font-awesome
     71
     72
    6873= 1.3.1 =
    6974
  • simple-masonry-layout/trunk/simple-masonry-layout.php

    r1903763 r1950198  
    1010 * Author: Raju Tako
    1111
    12  * Version: 1.3.1
     12 * Version: 1.3.2
    1313
    1414 * Author URI: https://profiles.wordpress.org/razzu
     
    3131            wp_register_style( 'sm-style', plugin_dir_url( __FILE__ ) . 'css/sm-style.css');
    3232            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"));
    3434            wp_enqueue_style( 'sm-style');
    3535            wp_enqueue_style( 'darkbox-style');
Note: See TracChangeset for help on using the changeset viewer.