Changeset 3112984
- Timestamp:
- 07/05/2024 10:58:11 AM (21 months ago)
- Location:
- mailcamp/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (3 diffs)
-
includes/core-functions.php (modified) (2 diffs)
-
mailcamp.php (modified) (2 diffs)
-
readme.md (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mailcamp/trunk/README.txt
r3111243 r3112984 5 5 Requires at least: 4.9.1 6 6 Tested up to: 6.5.5 7 Stable Tag: 1.5. 197 Stable Tag: 1.5.20 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. 19=24 = Version 1.5.20 = 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.20 == 35 * improved - reduced API calls 33 36 34 37 == 1.5.19 == -
mailcamp/trunk/includes/core-functions.php
r3111239 r3112984 237 237 return $fields; 238 238 } 239 239 240 if ( !isset($options_form['custom_fields']) || empty($options_form['custom_fields']) ) { 241 return $fields; 242 } 243 244 /* 245 * DO NOT TRY TO GET THE CUSTOM FIELDS IF THEY ARE NOT SET 240 246 if ( !isset($options_form['custom_fields']) ) { 241 247 … … 268 274 269 275 $options_form = get_option( 'mailcamp_options_form' ); 276 */ 270 277 271 278 $temp_custom_fields = []; -
mailcamp/trunk/mailcamp.php
r3111239 r3112984 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. 1916 * Version: 1.5.20 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. 19');35 define('MAILCAMP_VERSION', '1.5.20'); 36 36 /** 37 37 * The code that runs during plugin activation. -
mailcamp/trunk/readme.md
r3111243 r3112984 5 5 Requires at least: 4.9.1 6 6 Tested up to: 6.5.5 7 Stable tag: 1.5. 197 Stable tag: 1.5.20 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 20 20 This section describes how to install the plugin and get started using it. 21 21 22 = Version 1.5. 19=22 = Version 1.5.20 = 23 23 1. Unzip our archive and upload the entire mailcamp directory to your `/wp-content/plugins/ directory` 24 24 2. Activate the plugin through the **Plugins** menu in WordPress … … 29 29 30 30 ## Changelog ## 31 32 ### 1.5.20 ### 33 * improved - reduced API calls 31 34 32 35 ### 1.5.19 ###
Note: See TracChangeset
for help on using the changeset viewer.