Changeset 1256601
- Timestamp:
- 09/30/2015 01:24:05 PM (10 years ago)
- Location:
- add-logo-to-admin/trunk
- Files:
-
- 2 edited
-
add-logo-to-admin.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
add-logo-to-admin/trunk/add-logo-to-admin.php
r1256598 r1256601 5 5 Description: Adds a custom logo to your wp-admin and login page. 6 6 Author: c.bavota 7 Version: 1.6. 17 Version: 1.6.2 8 8 Author URI: http://bavotasan.com 9 9 Text Domain: add-logo-to-admin … … 12 12 */ 13 13 14 /* Copyright 201 4c.bavota (email : [email protected])14 /* Copyright 2015 c.bavota (email : [email protected]) 15 15 16 16 This program is free software; you can redistribute it and/or modify … … 30 30 // Plugin version 31 31 if ( ! defined( 'ADD_LOGO_VERSION' ) ) { 32 define( 'ADD_LOGO_VERSION', '1.6 ' );32 define( 'ADD_LOGO_VERSION', '1.6.2' ); 33 33 } 34 34 -
add-logo-to-admin/trunk/readme.txt
r1223802 r1256601 6 6 Domain Path: /languages 7 7 Requires at least: 3.5 8 Tested up to: 4.3 9 Stable tag: 1.6. 18 Tested up to: 4.3.1 9 Stable tag: 1.6.2 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 40 40 41 41 == 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 42 48 43 49 = 1.6.1 (2015-08-18) =
Note: See TracChangeset
for help on using the changeset viewer.