Plugin Directory

Changeset 2357725


Ignore:
Timestamp:
08/11/2020 08:56:35 PM (6 years ago)
Author:
metricthemes
Message:

readme.txt

Location:
munk-sites
Files:
49 added
3 edited

Legend:

Unmodified
Added
Removed
  • munk-sites/trunk/classess/class-sites.php

    r2357523 r2357725  
    88    function admin_scripts( $id ){
    99        if( $id == 'appearance_page_munk-sites' ){
    10             wp_localize_script('jquery', 'Munk_Sites',  $this->get_localize_script() );
    1110            wp_enqueue_style('owl.carousel', MUNK_SITES_URL.'/assets/css/owl.carousel.css' );
    1211            wp_enqueue_style('owl.theme.default', MUNK_SITES_URL.'/assets/css/owl.theme.default.css' );
     
    1514            wp_enqueue_script('owl.carousel', MUNK_SITES_URL.'/assets/js/owl.carousel.min.js',  array( 'jquery' ), false, true );
    1615            wp_enqueue_script('munk-sites', MUNK_SITES_URL.'/assets/js/backend.js',  array( 'jquery', 'underscore' ), false, true );
     16            wp_localize_script('munk-sites', 'Munk_Sites',  $this->get_localize_script() );
    1717        }
    1818    }
  • munk-sites/trunk/munk-sites.php

    r2357523 r2357725  
    2424 * Plugin URI:        https://wpmunk.com/instant-sites/
    2525 * Description:       Import ready to use instant sites for Munk WordPress Theme.
    26  * Version:           1.0.2
     26 * Version:           1.0.3
    2727 * Author:            MetricThemes
    2828 * Author URI:        https://wpmunk.com
  • munk-sites/trunk/readme.txt

    r2357523 r2357725  
    77Tested up to: 5.5
    88Requires PHP: 5.6
    9 Stable tag: 1.0.2
     9Stable tag: 1.0.3
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    155155== Changelog ==
    156156= 1.0.2 =
     157* Fixed JS issue of sites not loading.
     158
     159= 1.0.2 =
    157160* Updated design of plugin dashboard and site importer modal
    158161* removed github connection and added internal url loader
Note: See TracChangeset for help on using the changeset viewer.