Plugin Directory

Changeset 2545152


Ignore:
Timestamp:
06/09/2021 03:34:11 PM (5 years ago)
Author:
senderlaw
Message:

Preparing for 1.0.1 release

Location:
sender-content-terminal/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sender-content-terminal/trunk/README.txt

    r2542241 r2545152  
    55Requires at least: 3.0.1
    66Tested up to: 5.7.2
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    6565* Initial Release
    6666
     67= 1.0.1 =
     68* Clean Up Scripts and Styles
     69
    6770== Upgrade Notice ==
    6871
  • sender-content-terminal/trunk/sender-content-terminal.php

    r2330054 r2545152  
    1717 * Plugin URI:        https://sender.law/wp-plugin
    1818 * Description:       Sender Content Terminal allows you to include the latest news as well as choose the articles most relevant to your clientele from our extensive library.
    19  * Version:           1.0.0
     19 * Version:           1.0.1
    2020 * Author:            Sender.law
    2121 * Author URI:        https://sender.law/
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'SENDER_CONTENT_TERMINAL_VERSION', '1.0.0' );
     38define( 'SENDER_CONTENT_TERMINAL_VERSION', '1.0.1' );
    3939
    4040define('SENDER_CONTENT_TERMINAL_PLUGIN_PATH', trailingslashit(plugin_dir_path(__FILE__)));
Note: See TracChangeset for help on using the changeset viewer.