Plugin Directory

Changeset 2411113


Ignore:
Timestamp:
11/02/2020 12:59:20 PM (5 years ago)
Author:
nexweave
Message:

Change version of the plugin

Location:
nexweave
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • nexweave/tags/1.1.0/nexweave.php

    r2411103 r2411113  
    1010 *
    1111 * @link              https://nexweave.com
    12  * @since             1.0.0
     12 * @since             1.1.0
    1313 * @package           Nexweave
    1414 *
     
    1717 * Plugin URI:        https://documentation.nexweave.com/wordpress-plugin
    1818 * Description:       Create Interactive Videos with Personalization on your wordpress pages, blogs.
    19  * Version:           1.0.0
     19 * Version:           1.1.0
    2020 * Author:            Nexweave
    2121 * Author URI:        https://nexweave.com
     
    4646$nexweavePlatformUrl = array('beta'=>'https://beta-app.nexweave.com', 'production'=>'https://app.nexweave.com');
    4747
    48 define( 'NEXWEAVE_VERSION', '1.0.0' );
     48define( 'NEXWEAVE_VERSION', '1.1.0' );
    4949define( 'NEXWEAVE_PLUGIN_URL', plugin_dir_url(__FILE__) );
    5050define( 'NEXWEAVE_PLUGIN_PATH', plugin_dir_path(__FILE__) );
  • nexweave/trunk/nexweave.php

    r2387575 r2411113  
    1010 *
    1111 * @link              https://nexweave.com
    12  * @since             1.0.0
     12 * @since             1.1.0
    1313 * @package           Nexweave
    1414 *
     
    1717 * Plugin URI:        https://documentation.nexweave.com/wordpress-plugin
    1818 * Description:       Create Interactive Videos with Personalization on your wordpress pages, blogs.
    19  * Version:           1.0.0
     19 * Version:           1.1.0
    2020 * Author:            Nexweave
    2121 * Author URI:        https://nexweave.com
     
    4646$nexweavePlatformUrl = array('beta'=>'https://beta-app.nexweave.com', 'production'=>'https://app.nexweave.com');
    4747
    48 define( 'NEXWEAVE_VERSION', '1.0.0' );
     48define( 'NEXWEAVE_VERSION', '1.1.0' );
    4949define( 'NEXWEAVE_PLUGIN_URL', plugin_dir_url(__FILE__) );
    5050define( 'NEXWEAVE_PLUGIN_PATH', plugin_dir_path(__FILE__) );
Note: See TracChangeset for help on using the changeset viewer.