Changeset 2794779
- Timestamp:
- 10/06/2022 01:33:32 AM (3 years ago)
- Location:
- commandbar-for-wp-admin/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
commandbar.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
commandbar-for-wp-admin/trunk/README.txt
r2794773 r2794779 5 5 Tested up to: 6.0.2 6 6 Requires PHP: 7.0 7 Stable tag: 1.0. 27 Stable tag: 1.0.3 8 8 License: BSD-3-Clause 9 9 License URI: https://www.gnu.org/licenses/license-list.html#ModifiedBSD … … 32 32 33 33 == Changelog == 34 # 1.0.3 35 bump displayed version number 36 34 37 # 1.0.2 35 38 fix issue with release / readme mismatch -
commandbar-for-wp-admin/trunk/commandbar.php
r2794738 r2794779 12 12 * Plugin URI: https://www.commandbar.com/wordpress 13 13 * Description: CommandBar gives your users onboarding nudges, quick actions, relevant support content, and powerful search, in one personalized, blazingly fast widget. 14 * Version: 1.0. 014 * Version: 1.0.3 15 15 * Author: Jared Luxenberg 16 16 * Author URI: https://www.commandbar.com/ … … 19 19 **/ 20 20 21 define('COMMANDBAR_PLUGIN_VERSION', '1.0. 0');21 define('COMMANDBAR_PLUGIN_VERSION', '1.0.3'); 22 22 23 23 require_once dirname(__FILE__) . '/commandbar-config.php';
Note: See TracChangeset
for help on using the changeset viewer.