Changeset 2417542
- Timestamp:
- 11/12/2020 10:57:57 PM (5 years ago)
- Location:
- servicebot/trunk
- Files:
-
- 2 edited
-
public/class-servicebot-public.php (modified) (1 diff)
-
servicebot.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
servicebot/trunk/public/class-servicebot-public.php
r2414019 r2417542 1 1 <?php 2 2 3 require_once 'stripe/init.php'; 3 if(!class_exists('Stripe\Stripe')){ 4 require_once 'stripe/init.php'; 5 } 4 6 use Stripe\Stripe; 5 7 use Stripe\Event; -
servicebot/trunk/servicebot.php
r2414033 r2417542 17 17 * Plugin URI: http://www.wpexplorer.com/servicebot/ 18 18 * Description: This is a short description of what the plugin does. It's displayed in the WordPress admin area. 19 * Version: 1.1.1 019 * Version: 1.1.11 20 20 * Author: Servicebot 21 21 * Author URI: https://servicebot.io … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'SERVICEBOT_VERSION', '1.1.1 0' );38 define( 'SERVICEBOT_VERSION', '1.1.11' ); 39 39 40 40 /**
Note: See TracChangeset
for help on using the changeset viewer.