Changeset 2545152
- Timestamp:
- 06/09/2021 03:34:11 PM (5 years ago)
- Location:
- sender-content-terminal/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
sender-content-terminal.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sender-content-terminal/trunk/README.txt
r2542241 r2545152 5 5 Requires at least: 3.0.1 6 6 Tested up to: 5.7.2 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 65 65 * Initial Release 66 66 67 = 1.0.1 = 68 * Clean Up Scripts and Styles 69 67 70 == Upgrade Notice == 68 71 -
sender-content-terminal/trunk/sender-content-terminal.php
r2330054 r2545152 17 17 * Plugin URI: https://sender.law/wp-plugin 18 18 * 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. 019 * Version: 1.0.1 20 20 * Author: Sender.law 21 21 * Author URI: https://sender.law/ … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'SENDER_CONTENT_TERMINAL_VERSION', '1.0. 0' );38 define( 'SENDER_CONTENT_TERMINAL_VERSION', '1.0.1' ); 39 39 40 40 define('SENDER_CONTENT_TERMINAL_PLUGIN_PATH', trailingslashit(plugin_dir_path(__FILE__)));
Note: See TracChangeset
for help on using the changeset viewer.