Plugin Directory

Changeset 2577158


Ignore:
Timestamp:
08/03/2021 12:36:24 PM (5 years ago)
Author:
mailcamp
Message:

Plugin updated to 1.5.3

Location:
mailcamp
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • mailcamp/tags/1.5.3/mailcamp.php

    r2577113 r2577158  
    3333 * Rename this for your plugin and update it as you release new versions.
    3434 */
    35 define('MAILCAMP_VERSION', '1.5.2');
     35define('MAILCAMP_VERSION', '1.5.3');
    3636/**
    3737 * The code that runs during plugin activation.
  • mailcamp/tags/1.5.3/uninstall.php

    r2577113 r2577158  
    3838    delete_option( 'mailcamp_options_shortcode' );
    3939    delete_option( 'mailcamp_options_listids' );
     40    delete_option( 'mailcamp_options_wc' );
    4041
    4142}
  • mailcamp/trunk/mailcamp.php

    r2347224 r2577158  
    3333 * Rename this for your plugin and update it as you release new versions.
    3434 */
    35 define('MAILCAMP_VERSION', '1.5.2');
     35define('MAILCAMP_VERSION', '1.5.3');
    3636/**
    3737 * The code that runs during plugin activation.
  • mailcamp/trunk/uninstall.php

    r1951523 r2577158  
    3838    delete_option( 'mailcamp_options_shortcode' );
    3939    delete_option( 'mailcamp_options_listids' );
     40    delete_option( 'mailcamp_options_wc' );
    4041
    4142}
Note: See TracChangeset for help on using the changeset viewer.