Plugin Directory

Changeset 3041438


Ignore:
Timestamp:
02/26/2024 04:21:04 PM (2 years ago)
Author:
mailcamp
Message:

jQuery improvment

Location:
mailcamp/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • mailcamp/trunk/README.txt

    r3029962 r3041438  
    55Requires at least: 4.9.1
    66Tested up to: 6.3.3
    7 Stable tag: 1.5.15
     7Stable tag: 1.5.16
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    2222This section describes how to install the plugin and get started using it.
    2323
    24 = Version 1.5.15 =
     24= Version 1.5.16 =
    25251. Unzip our archive and upload the entire mailcamp directory to your `/wp-content/plugins/ directory`
    26262. Activate the plugin through the **Plugins** menu in WordPress
     
    3131
    3232== Changelog ==
     33
     34== 1.5.16 ==
     35* improved - changed jQuery .load() to .on()
    3336
    3437== 1.5.15 ==
  • mailcamp/trunk/mailcamp.php

    r3029962 r3041438  
    1414 * Plugin URI:        https://mailcamp.nl/ecommerce/koppel-wordpress-plugin-aan-mailinglijst-in-mailcamp/
    1515 * Description:       MailCamp form plugin. A simple plugin that adds a highly effective subscription form to your site.
    16  * Version:           1.5.15
     16 * Version:           1.5.16
    1717 * Author:            Silas de Rooy
    1818 * Author URI:        https://mailcamp.nl
     
    3333 * Rename this for your plugin and update it as you release new versions.
    3434 */
    35 define('MAILCAMP_VERSION', '1.5.15');
     35define('MAILCAMP_VERSION', '1.5.16');
    3636/**
    3737 * The code that runs during plugin activation.
  • mailcamp/trunk/public/js/mailcamp-public.js

    r2615637 r3041438  
    3030     */
    3131
    32     $(window).load(function (scope) {
     32    $(window).on('load', function(scope) {
    3333        var self = scope.mailCampForm = {};
    3434
  • mailcamp/trunk/readme.md

    r3029962 r3041438  
    55Requires at least: 4.9.1
    66Tested up to: 6.3.3
    7 Stable tag: 1.5.15
     7Stable tag: 1.5.16
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    2121This section describes how to install the plugin and get started using it.
    2222
    23 = Version 1.5.15 =
     23= Version 1.5.16 =
    24241. Unzip our archive and upload the entire mailcamp directory to your `/wp-content/plugins/ directory`
    25252. Activate the plugin through the **Plugins** menu in WordPress
     
    3030
    3131## Changelog ##
     32
     33### 1.5.16 ###
     34* improved - changed jQuery .load() to .on()
    3235
    3336### 1.5.15 ###
Note: See TracChangeset for help on using the changeset viewer.