Changeset 2411113
- Timestamp:
- 11/02/2020 12:59:20 PM (5 years ago)
- Location:
- nexweave
- Files:
-
- 2 edited
-
tags/1.1.0/nexweave.php (modified) (3 diffs)
-
trunk/nexweave.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nexweave/tags/1.1.0/nexweave.php
r2411103 r2411113 10 10 * 11 11 * @link https://nexweave.com 12 * @since 1. 0.012 * @since 1.1.0 13 13 * @package Nexweave 14 14 * … … 17 17 * Plugin URI: https://documentation.nexweave.com/wordpress-plugin 18 18 * Description: Create Interactive Videos with Personalization on your wordpress pages, blogs. 19 * Version: 1. 0.019 * Version: 1.1.0 20 20 * Author: Nexweave 21 21 * Author URI: https://nexweave.com … … 46 46 $nexweavePlatformUrl = array('beta'=>'https://beta-app.nexweave.com', 'production'=>'https://app.nexweave.com'); 47 47 48 define( 'NEXWEAVE_VERSION', '1. 0.0' );48 define( 'NEXWEAVE_VERSION', '1.1.0' ); 49 49 define( 'NEXWEAVE_PLUGIN_URL', plugin_dir_url(__FILE__) ); 50 50 define( 'NEXWEAVE_PLUGIN_PATH', plugin_dir_path(__FILE__) ); -
nexweave/trunk/nexweave.php
r2387575 r2411113 10 10 * 11 11 * @link https://nexweave.com 12 * @since 1. 0.012 * @since 1.1.0 13 13 * @package Nexweave 14 14 * … … 17 17 * Plugin URI: https://documentation.nexweave.com/wordpress-plugin 18 18 * Description: Create Interactive Videos with Personalization on your wordpress pages, blogs. 19 * Version: 1. 0.019 * Version: 1.1.0 20 20 * Author: Nexweave 21 21 * Author URI: https://nexweave.com … … 46 46 $nexweavePlatformUrl = array('beta'=>'https://beta-app.nexweave.com', 'production'=>'https://app.nexweave.com'); 47 47 48 define( 'NEXWEAVE_VERSION', '1. 0.0' );48 define( 'NEXWEAVE_VERSION', '1.1.0' ); 49 49 define( 'NEXWEAVE_PLUGIN_URL', plugin_dir_url(__FILE__) ); 50 50 define( 'NEXWEAVE_PLUGIN_PATH', plugin_dir_path(__FILE__) );
Note: See TracChangeset
for help on using the changeset viewer.