Plugin Directory

Changeset 1256601


Ignore:
Timestamp:
09/30/2015 01:24:05 PM (10 years ago)
Author:
tinkerpriest
Message:

Add Logo to Admin: Updated version

Location:
add-logo-to-admin/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • add-logo-to-admin/trunk/add-logo-to-admin.php

    r1256598 r1256601  
    55Description: Adds a custom logo to your wp-admin and login page.
    66Author: c.bavota
    7 Version: 1.6.1
     7Version: 1.6.2
    88Author URI: http://bavotasan.com
    99Text Domain: add-logo-to-admin
     
    1212*/
    1313
    14 /*  Copyright 2014  c.bavota  (email : [email protected])
     14/*  Copyright 2015  c.bavota  (email : [email protected])
    1515
    1616    This program is free software; you can redistribute it and/or modify
     
    3030// Plugin version
    3131if ( ! defined( 'ADD_LOGO_VERSION' ) ) {
    32     define( 'ADD_LOGO_VERSION', '1.6' );
     32    define( 'ADD_LOGO_VERSION', '1.6.2' );
    3333}
    3434
  • add-logo-to-admin/trunk/readme.txt

    r1223802 r1256601  
    66Domain Path: /languages
    77Requires at least: 3.5
    8 Tested up to: 4.3
    9 Stable tag: 1.6.1
     8Tested up to: 4.3.1
     9Stable tag: 1.6.2
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4040
    4141== Change Log ==
     42
     43= 1.6.2 (2015-09-30) =
     44
     45* Changed text domain to add-logo-to-admin
     46* Updated language files
     47* Updated version and stable tag
    4248
    4349= 1.6.1 (2015-08-18) =
Note: See TracChangeset for help on using the changeset viewer.