Changeset 3041438
- Timestamp:
- 02/26/2024 04:21:04 PM (2 years ago)
- Location:
- mailcamp/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (3 diffs)
-
mailcamp.php (modified) (2 diffs)
-
public/js/mailcamp-public.js (modified) (1 diff)
-
readme.md (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mailcamp/trunk/README.txt
r3029962 r3041438 5 5 Requires at least: 4.9.1 6 6 Tested up to: 6.3.3 7 Stable tag: 1.5.1 57 Stable tag: 1.5.16 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 5=24 = Version 1.5.16 = 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.16 == 35 * improved - changed jQuery .load() to .on() 33 36 34 37 == 1.5.15 == -
mailcamp/trunk/mailcamp.php
r3029962 r3041438 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 516 * Version: 1.5.16 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 5');35 define('MAILCAMP_VERSION', '1.5.16'); 36 36 /** 37 37 * The code that runs during plugin activation. -
mailcamp/trunk/public/js/mailcamp-public.js
r2615637 r3041438 30 30 */ 31 31 32 $(window).load(function(scope) {32 $(window).on('load', function(scope) { 33 33 var self = scope.mailCampForm = {}; 34 34 -
mailcamp/trunk/readme.md
r3029962 r3041438 5 5 Requires at least: 4.9.1 6 6 Tested up to: 6.3.3 7 Stable tag: 1.5.1 57 Stable tag: 1.5.16 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 5=23 = Version 1.5.16 = 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.16 ### 34 * improved - changed jQuery .load() to .on() 32 35 33 36 ### 1.5.15 ###
Note: See TracChangeset
for help on using the changeset viewer.