Plugin Directory

Changeset 1762151


Ignore:
Timestamp:
11/09/2017 05:17:29 PM (8 years ago)
Author:
vicchi
Message:

Update version notices for compatibility with WordPress 4.8 and above

Location:
wp-customizer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-customizer/trunk/readme.txt

    r774773 r1762151  
    33Donate Link: http://www.vicchi.org/codeage/donate/
    44Tags: wp-customizer, customize, customise, scripts, functions, css, custom, load
    5 Requires at least: 3.5
    6 Tested up to: 3.6.1
    7 Stable tag: 1.0.1
     5Requires at least: 4.8
     6Tested up to: 4.8.3
     7Stable tag: 1.0.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    155155    //      array(...)
    156156    //  );
    157    
     157
    158158    return array();
    159159}`
     
    180180    //      array(...)
    181181    // );
    182    
     182
    183183    foreach ($files as $file) {
    184184        $file['deps'] = array('jquery');
     
    209209    //      array(...)
    210210    // );
    211    
     211
    212212    foreach ($files as $file) {
    213213        $file['media'] = 'screen';
    214214    }
    215    
     215
    216216    return $files;
    217217}`
  • wp-customizer/trunk/wp-customizer.php

    r774773 r1762151  
    55Plugin URI: http://www.vicchi.org/codeage/wp-customizer/
    66Description: Manage and load custom function, script and CSS files into your theme without the need to edit your theme's functions.php or any other theme or plugin source file.
    7 Version: 1.0.1
     7Version: 1.0.2
    88Author: Gary Gale
    99Author URI: http://www.garygale.com/
Note: See TracChangeset for help on using the changeset viewer.