Changeset 2194046
- Timestamp:
- 11/15/2019 08:19:13 PM (6 years ago)
- Location:
- airplane-mode
- Files:
-
- 20 added
- 3 edited
-
tags/0.2.5 (added)
-
tags/0.2.5/CHANGES.md (added)
-
tags/0.2.5/LICENSE (added)
-
tags/0.2.5/README.md (added)
-
tags/0.2.5/airplane-mode.php (added)
-
tags/0.2.5/inc (added)
-
tags/0.2.5/inc/wp-cli.php (added)
-
tags/0.2.5/languages (added)
-
tags/0.2.5/languages/default.mo (added)
-
tags/0.2.5/languages/default.po (added)
-
tags/0.2.5/lib (added)
-
tags/0.2.5/lib/css (added)
-
tags/0.2.5/lib/css/airplane-mode.css (added)
-
tags/0.2.5/lib/css/airplane-mode.min.css (added)
-
tags/0.2.5/lib/fonts (added)
-
tags/0.2.5/lib/fonts/airplanemodeicons.eot (added)
-
tags/0.2.5/lib/fonts/airplanemodeicons.svg (added)
-
tags/0.2.5/lib/fonts/airplanemodeicons.ttf (added)
-
tags/0.2.5/lib/fonts/airplanemodeicons.woff (added)
-
tags/0.2.5/readme.txt (added)
-
trunk/CHANGES.md (modified) (1 diff)
-
trunk/airplane-mode.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
airplane-mode/trunk/CHANGES.md
r2137083 r2194046 1 #### Version 0.2.5 - 2019/11/15 2 * Remove usage of method that's been deprecated in WordPress trunk. props @johnbillion 3 1 4 #### Version 0.2.4 - 2017/12/13 2 5 * Added localhost bypass for loading CSS and JS files when hot reloading. props @shadyvb -
airplane-mode/trunk/airplane-mode.php
r2137083 r2194046 6 6 * Author: Andrew Norcross 7 7 * Author URI: http://andrewnorcross.com/ 8 * Version: 0.2. 48 * Version: 0.2.5 9 9 * Text Domain: airplane-mode 10 10 * Requires WP: 4.4 … … 50 50 // Set our version if not already defined. 51 51 if ( ! defined( 'AIRMDE_VER' ) ) { 52 define( 'AIRMDE_VER', '0.2. 4' );52 define( 'AIRMDE_VER', '0.2.5' ); 53 53 } 54 54 … … 726 726 727 727 // Now add the admin bar link. 728 $wp_admin_bar->add_ menu(728 $wp_admin_bar->add_node( 729 729 array( 730 730 'id' => 'airplane-mode-toggle', -
airplane-mode/trunk/readme.txt
r2137087 r2194046 5 5 Tags: external calls, HTTP 6 6 Requires at least: 4.4 7 Tested up to: 5. 28 Stable tag: 0.2. 47 Tested up to: 5.3 8 Stable tag: 0.2.5 9 9 License: MIT 10 10 License URI: http://norcross.mit-license.org/ … … 45 45 46 46 == Changelog == 47 48 = 0.2.5 - 2019/11/15 49 * Remove usage of method that's been deprecated in WordPress trunk. props @johnbillion 47 50 48 51 = 0.2.4 - 2017/12/13
Note: See TracChangeset
for help on using the changeset viewer.