Changeset 2077670
- Timestamp:
- 04/30/2019 08:39:27 AM (7 years ago)
- Location:
- custom-adminbar-menus/trunk
- Files:
-
- 2 edited
-
index.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
custom-adminbar-menus/trunk/index.php
r2077563 r2077670 4 4 Plugin URI: http://linesh.com/projects/custom-adminbar-menus/ 5 5 Description: This is a simple plugin for adding custom nav menus to your WordPress Adminbar/Toolbar.. 6 Version: 19.0 46 Version: 19.05 7 7 Author: Linesh Jose 8 8 Author URI: http://linesh.com/ … … 10 10 Text Domain: cas 11 11 */ 12 $version='19.0 4';12 $version='19.05'; 13 13 global $wp_version; 14 14 -
custom-adminbar-menus/trunk/readme.txt
r2077564 r2077670 8 8 Requires at least: 3.3 9 9 Tested up to: 5.2 10 Stable tag: 19.0 410 Stable tag: 19.05 11 11 License: GPLv2 or later 12 12 … … 43 43 44 44 == Changelog == 45 = 19.04 = 46 * Minor bug fixes. 45 46 = 19.05 = 47 * Minor Bug fixes. 48 * Localization 47 49 48 50 = 16.08 =
Note: See TracChangeset
for help on using the changeset viewer.