Plugin Directory

Changeset 1805048


Ignore:
Timestamp:
01/18/2018 10:18:51 AM (8 years ago)
Author:
nicolaspro14
Message:

1.0.3 version nuber fix

Location:
clipr
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • clipr/tags/1.0.3/clipr.php

    r1805045 r1805048  
    44Plugin Name: Clipr
    55Description: Mobile experience that converts. Connect your Woocommerce e-shop with Clipr platform now !
    6 Version: 1.0.0
     6Version: 1.0.3
    77Author: Clipr
    88Author URI: https://clipr.co
     
    1111*/
    1212
    13 define( 'CLIPR__VERSION',            '1.0' );
     13define( 'CLIPR__VERSION',            '1.0.3' );
    1414define( 'CLIPR__PLUGIN_DIR',         __DIR__ );
    1515define( 'CLIPR__PLUGIN_FILE',        __FILE__ );
  • clipr/trunk/clipr.php

    r1782872 r1805048  
    44Plugin Name: Clipr
    55Description: Mobile experience that converts. Connect your Woocommerce e-shop with Clipr platform now !
    6 Version: 1.0.0
     6Version: 1.0.3
    77Author: Clipr
    88Author URI: https://clipr.co
     
    1111*/
    1212
    13 define( 'CLIPR__VERSION',            '1.0' );
     13define( 'CLIPR__VERSION',            '1.0.3' );
    1414define( 'CLIPR__PLUGIN_DIR',         __DIR__ );
    1515define( 'CLIPR__PLUGIN_FILE',        __FILE__ );
Note: See TracChangeset for help on using the changeset viewer.