Plugin Directory

Changeset 3415172


Ignore:
Timestamp:
12/09/2025 10:15:52 AM (4 months ago)
Author:
mailerlite
Message:

Update to version 1.7.15 from GitHub

Location:
official-mailerlite-sign-up-forms
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • official-mailerlite-sign-up-forms/tags/1.7.15/mailerlite.php

    r3354015 r3415172  
    22/**
    33 * Plugin Name: MailerLite - Signup forms (official)
     4 * Plugin URI: https://mailerlite.com
    45 * Description: Official MailerLite Signup forms plugin for WordPress. Ability to embed MailerLite webforms and create custom ones just with few clicks.
    5  * Version: 1.7.14
     6 * Version: 1.7.15
    67 * Author: MailerLite
    78 * Author URI: https://www.mailerlite.com
     
    3435define( 'MAILERLITE_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
    3536
    36 define( 'MAILERLITE_VERSION', '1.7.14' );
     37define( 'MAILERLITE_VERSION', '1.7.15' );
    3738
    3839define( 'MAILERLITE_PHP_VERSION', '7.2.5' );
  • official-mailerlite-sign-up-forms/tags/1.7.15/readme.txt

    r3354015 r3415172  
    130130
    131131== Changelog ==
     132= 1.7.15 =
     133* Update plugin URI
    132134
    133135= 1.7.14 =
  • official-mailerlite-sign-up-forms/trunk/mailerlite.php

    r3354015 r3415172  
    22/**
    33 * Plugin Name: MailerLite - Signup forms (official)
     4 * Plugin URI: https://mailerlite.com
    45 * Description: Official MailerLite Signup forms plugin for WordPress. Ability to embed MailerLite webforms and create custom ones just with few clicks.
    5  * Version: 1.7.14
     6 * Version: 1.7.15
    67 * Author: MailerLite
    78 * Author URI: https://www.mailerlite.com
     
    3435define( 'MAILERLITE_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
    3536
    36 define( 'MAILERLITE_VERSION', '1.7.14' );
     37define( 'MAILERLITE_VERSION', '1.7.15' );
    3738
    3839define( 'MAILERLITE_PHP_VERSION', '7.2.5' );
  • official-mailerlite-sign-up-forms/trunk/readme.txt

    r3354015 r3415172  
    130130
    131131== Changelog ==
     132= 1.7.15 =
     133* Update plugin URI
    132134
    133135= 1.7.14 =
Note: See TracChangeset for help on using the changeset viewer.