Changeset 2577158
- Timestamp:
- 08/03/2021 12:36:24 PM (5 years ago)
- Location:
- mailcamp
- Files:
-
- 4 edited
-
tags/1.5.3/mailcamp.php (modified) (1 diff)
-
tags/1.5.3/uninstall.php (modified) (1 diff)
-
trunk/mailcamp.php (modified) (1 diff)
-
trunk/uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mailcamp/tags/1.5.3/mailcamp.php
r2577113 r2577158 33 33 * Rename this for your plugin and update it as you release new versions. 34 34 */ 35 define('MAILCAMP_VERSION', '1.5. 2');35 define('MAILCAMP_VERSION', '1.5.3'); 36 36 /** 37 37 * The code that runs during plugin activation. -
mailcamp/tags/1.5.3/uninstall.php
r2577113 r2577158 38 38 delete_option( 'mailcamp_options_shortcode' ); 39 39 delete_option( 'mailcamp_options_listids' ); 40 delete_option( 'mailcamp_options_wc' ); 40 41 41 42 } -
mailcamp/trunk/mailcamp.php
r2347224 r2577158 33 33 * Rename this for your plugin and update it as you release new versions. 34 34 */ 35 define('MAILCAMP_VERSION', '1.5. 2');35 define('MAILCAMP_VERSION', '1.5.3'); 36 36 /** 37 37 * The code that runs during plugin activation. -
mailcamp/trunk/uninstall.php
r1951523 r2577158 38 38 delete_option( 'mailcamp_options_shortcode' ); 39 39 delete_option( 'mailcamp_options_listids' ); 40 delete_option( 'mailcamp_options_wc' ); 40 41 41 42 }
Note: See TracChangeset
for help on using the changeset viewer.