Plugin Directory

Changeset 2091007


Ignore:
Timestamp:
05/20/2019 12:34:51 AM (7 years ago)
Author:
brewlabs
Message:

update list sync

Location:
sendpress/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sendpress/trunk/readme.txt

    r2067769 r2091007  
    44Tags: newsletter, newsletters, manager newsletter, newsletter signup, newsletter widget, subscribers, subscription, email marketing, email, emailing, smtp, sendpress, sendgrid, mandrill, mailchimp
    55Requires at least: 4.4
    6 Tested up to: 5.1.1
    7 Stable tag: 1.10.4.10
     6Tested up to: 5.2
     7Stable tag: 1.10.5.19
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    119119Previous releases can be downloaded from [GitHub](https://github.com/brewlabs/sendpress/releases)
    120120
     121= 1.10.5.19 - 2019.5.19 =
     122* update list sync
     123
    121124= 1.10.4.10 - 2019.4.10 =
    122125* update for php 7.2 part 2
  • sendpress/trunk/sendpress.php

    r2067769 r2091007  
    22/*
    33Plugin Name: SendPress Newsletters
    4 Version: 1.10.4.10
     4Version: 1.10.5.19
    55Plugin URI: https://sendpress.com
    66Description: Easy to manage Newsletters for WordPress.
     
    2020define( 'SENDPRESS_API_VERSION', 1 );
    2121define( 'SENDPRESS_MINIMUM_WP_VERSION', '3.6' );
    22 define( 'SENDPRESS_VERSION', '1.10.4.10' );
     22define( 'SENDPRESS_VERSION', '1.10.5.19' );
    2323define( 'SENDPRESS_URL', plugin_dir_url( __FILE__ ) );
    2424define( 'SENDPRESS_PATH', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.