Plugin Directory

Changeset 2705865


Ignore:
Timestamp:
04/06/2022 04:51:53 PM (4 years ago)
Author:
mailbluster
Message:

WP version 5.9.3 compatable

Location:
mailbluster4wp
Files:
48 added
2 edited

Legend:

Unmodified
Added
Removed
  • mailbluster4wp/trunk/README.txt

    r2441217 r2705865  
    44Tags: Email Marketing, Newsletter, AmazonSES, Bulk Email
    55Requires at least: 3.0.1
    6 Tested up to: 5.6.0
     6Tested up to: 5.9.3
    77Requires PHP: 5.6
    8 Stable tag: 1.1.0
     8Stable tag: 1.1.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8888= 1.1.0 =
    8989* Updated The API page UI and add branding as a new settings in builder options.
     90
     91= 1.1.1 =
     92* WP version 5.9.3 compitable
  • mailbluster4wp/trunk/mailbluster4wp.php

    r2219254 r2705865  
    1717 * Plugin URI:        https://mailbluster.com
    1818 * Description:       A free and simple WordPress plugin for MailBluster which provides different methods to create and include subscription forms into WordPress pages or posts by utilizing AmazonSES service.
    19  * Version:           1.1.0
     19 * Version:           1.1.1
     20 * Tested up to:      5.9.3
    2021 * Author:            MailBluster
    2122 * Author URI:        https://profiles.wordpress.org/mailbluster/
     
    3637 * Rename this for your plugin and update it as you release new versions.
    3738 */
    38 define( 'MAILBLUSTER4WP_VERSION', '1.1.0' );
     39define( 'MAILBLUSTER4WP_VERSION', '1.1.1' );
    3940
    4041/**
Note: See TracChangeset for help on using the changeset viewer.