Plugin Directory

Changeset 2794779


Ignore:
Timestamp:
10/06/2022 01:33:32 AM (3 years ago)
Author:
jluxenberg
Message:

release: bump displayed version number

Location:
commandbar-for-wp-admin/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • commandbar-for-wp-admin/trunk/README.txt

    r2794773 r2794779  
    55Tested up to:      6.0.2
    66Requires PHP:      7.0
    7 Stable tag:        1.0.2
     7Stable tag:        1.0.3
    88License:           BSD-3-Clause
    99License URI:       https://www.gnu.org/licenses/license-list.html#ModifiedBSD
     
    3232
    3333== Changelog ==
     34# 1.0.3
     35bump displayed version number
     36
    3437# 1.0.2
    3538fix issue with release / readme mismatch
  • commandbar-for-wp-admin/trunk/commandbar.php

    r2794738 r2794779  
    1212 * Plugin URI: https://www.commandbar.com/wordpress
    1313 * 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.0
     14 * Version: 1.0.3
    1515 * Author: Jared Luxenberg
    1616 * Author URI: https://www.commandbar.com/
     
    1919 **/
    2020
    21 define('COMMANDBAR_PLUGIN_VERSION', '1.0.0');
     21define('COMMANDBAR_PLUGIN_VERSION', '1.0.3');
    2222
    2323require_once dirname(__FILE__) . '/commandbar-config.php';
Note: See TracChangeset for help on using the changeset viewer.