Changeset 3243983
- Timestamp:
- 02/20/2025 03:16:44 PM (14 months ago)
- Location:
- mailcamp/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (3 diffs)
-
mailcamp.php (modified) (3 diffs)
-
readme.md (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mailcamp/trunk/README.txt
r3124549 r3243983 4 4 Donate link: https://mailcamp.nl/contact 5 5 Requires at least: 4.9.1 6 Tested up to: 6. 67 Stable tag: 1.6. 16 Tested up to: 6.7.2 7 Stable tag: 1.6.2 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.6. 1=23 = Version 1.6.2 = 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.6.2 = 34 * improved - moved mailcamp_run() function to add_action() 32 35 33 36 = 1.6.1 = -
mailcamp/trunk/mailcamp.php
r3124549 r3243983 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.6. 116 * Version: 1.6.2 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.6. 1');35 define('MAILCAMP_VERSION', '1.6.2'); 36 36 /** 37 37 * The code that runs during plugin activation. … … 82 82 } 83 83 84 mailcamp_run();84 add_action('plugins_loaded', 'mailcamp_run'); -
mailcamp/trunk/readme.md
r3124549 r3243983 4 4 Tags: mailcamp,email marketing,email,newsletter,marketing 5 5 Requires at least: 4.9.1 6 Tested up to: 6. 67 Stable tag: 1.6. 16 Tested up to: 6.7.2 7 Stable tag: 1.6.2 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 24 24 This section describes how to install the plugin and get started using it. 25 25 26 ### Version 1.6. 0###26 ### Version 1.6.2 ### 27 27 1. Unzip our archive and upload the entire mailcamp directory to your `/wp-content/plugins/ directory` 28 28 2. Activate the plugin through the **Plugins** menu in WordPress … … 33 33 34 34 ## Changelog ## 35 36 ### 1.6.2 ### 37 * improved - moved mailcamp_run() function to add_action() 35 38 36 39 ### 1.6.1 ###
Note: See TracChangeset
for help on using the changeset viewer.