Changeset 2575873
- Timestamp:
- 08/01/2021 01:06:27 AM (5 years ago)
- Location:
- servicebot
- Files:
-
- 2 edited
- 1 copied
-
tags/2.1.5-fixed (copied) (copied from servicebot/trunk)
-
tags/2.1.5-fixed/servicebot.php (modified) (2 diffs)
-
trunk/servicebot.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
servicebot/tags/2.1.5-fixed/servicebot.php
r2575845 r2575873 17 17 * Plugin URI: http://www.wpexplorer.com/servicebot/ 18 18 * Description: Provides NO-CODE integration between WordPress and Billflow, an UI layer on top of Stripe Billing. 19 * Version: 2.1. 419 * Version: 2.1.5 20 20 * Author: Billflow 21 21 * Author URI: https://billflow.io … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'SERVICEBOT_VERSION', '2.1. 4' );38 define( 'SERVICEBOT_VERSION', '2.1.5' ); 39 39 40 40 /** -
servicebot/trunk/servicebot.php
r2575845 r2575873 17 17 * Plugin URI: http://www.wpexplorer.com/servicebot/ 18 18 * Description: Provides NO-CODE integration between WordPress and Billflow, an UI layer on top of Stripe Billing. 19 * Version: 2.1. 419 * Version: 2.1.5 20 20 * Author: Billflow 21 21 * Author URI: https://billflow.io … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'SERVICEBOT_VERSION', '2.1. 4' );38 define( 'SERVICEBOT_VERSION', '2.1.5' ); 39 39 40 40 /**
Note: See TracChangeset
for help on using the changeset viewer.