Plugin Directory

Changeset 1280438


Ignore:
Timestamp:
11/05/2015 03:05:02 PM (10 years ago)
Author:
websightdesigns
Message:

version 1.0.3

Location:
wp-customize/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-customize/trunk/README.md

    r1280428 r1280438  
    44http://www.websightdesigns.com/
    55
    6 @version 1.0.3
     6@version 1.0.4
    77
    88This plugin allows you to set up a custom login page and set a custom footer message in the WordPress Admin.
  • wp-customize/trunk/readme.txt

    r1280428 r1280438  
    55Requires at least: 3.5
    66Tested up to: 4.3.1
    7 Stable tag: 1.0.3
     7Stable tag: 1.0.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5353
    5454== Changelog ==
     55
     56= 1.0.4 =
     57* Just fixing repository commit issues.
    5558
    5659= 1.0.3 =
  • wp-customize/trunk/wp-customize.php

    r1280428 r1280438  
    22/**
    33 * @package WP_Customize
    4  * @version 1.0.3
     4 * @version 1.0.4
    55 */
    66
     
    99Description: This plugin allows you to customize the WordPress login page and set your own footer for the WordPress Admin.
    1010Author: WebSight Designs
    11 Version: 1.0.3
     11Version: 1.0.4
    1212Author URI: http://websightdesigns.com/
    1313License: GPL2
     
    7979        'media-upload',
    8080        'thickbox'
    81     ), '1.0.2', true );
     81    ), '1.0.4', true );
    8282}
    8383add_action( 'admin_enqueue_scripts', 'wpcustomize_admin_scripts' );
Note: See TracChangeset for help on using the changeset viewer.