Changeset 3078692
- Timestamp:
- 04/29/2024 12:29:32 PM (2 years ago)
- Location:
- mailcamp/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (3 diffs)
-
admin/class-mailcamp-admin.php (modified) (2 diffs)
-
mailcamp.php (modified) (2 diffs)
-
readme.md (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mailcamp/trunk/README.txt
r3041438 r3078692 5 5 Requires at least: 4.9.1 6 6 Tested up to: 6.3.3 7 Stable tag: 1.5.1 67 Stable tag: 1.5.17 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 22 22 This section describes how to install the plugin and get started using it. 23 23 24 = Version 1.5.1 6=24 = Version 1.5.17 = 25 25 1. Unzip our archive and upload the entire mailcamp directory to your `/wp-content/plugins/ directory` 26 26 2. Activate the plugin through the **Plugins** menu in WordPress … … 31 31 32 32 == Changelog == 33 34 == 1.5.17 == 35 * improved - removed checks for device and email client custom fields 33 36 34 37 == 1.5.16 == -
mailcamp/trunk/admin/class-mailcamp-admin.php
r2965335 r3078692 509 509 } else { 510 510 $list_fields = []; 511 }512 513 foreach ( $list_fields as $key => $value ) {514 if ( in_array( strtolower( $value->name ), [ 'device', 'email client' ] ) ) {515 unset( $list_fields[ $key ] );516 }517 511 } 518 512 … … 870 864 } 871 865 872 foreach ($list_fields as $key => $value) {873 874 if (in_array(strtolower($value->name), ['device', 'email client'])) {875 unset($list_fields[$key]);876 }877 }878 879 866 update_option('mailcamp_options_wc_fields', $list_fields); 880 867 -
mailcamp/trunk/mailcamp.php
r3041438 r3078692 14 14 * Plugin URI: https://mailcamp.nl/ecommerce/koppel-wordpress-plugin-aan-mailinglijst-in-mailcamp/ 15 15 * Description: MailCamp form plugin. A simple plugin that adds a highly effective subscription form to your site. 16 * Version: 1.5.1 616 * Version: 1.5.17 17 17 * Author: Silas de Rooy 18 18 * Author URI: https://mailcamp.nl … … 33 33 * Rename this for your plugin and update it as you release new versions. 34 34 */ 35 define('MAILCAMP_VERSION', '1.5.1 6');35 define('MAILCAMP_VERSION', '1.5.17'); 36 36 /** 37 37 * The code that runs during plugin activation. -
mailcamp/trunk/readme.md
r3041438 r3078692 5 5 Requires at least: 4.9.1 6 6 Tested up to: 6.3.3 7 Stable tag: 1.5.1 67 Stable tag: 1.5.17 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 21 21 This section describes how to install the plugin and get started using it. 22 22 23 = Version 1.5.1 6=23 = Version 1.5.17 = 24 24 1. Unzip our archive and upload the entire mailcamp directory to your `/wp-content/plugins/ directory` 25 25 2. Activate the plugin through the **Plugins** menu in WordPress … … 30 30 31 31 ## Changelog ## 32 33 ### 1.5.17 ### 34 * improved - removed checks for device and email client custom fields 32 35 33 36 ### 1.5.16 ###
Note: See TracChangeset
for help on using the changeset viewer.