Plugin Directory

Changeset 2101109


Ignore:
Timestamp:
06/05/2019 02:55:21 PM (7 years ago)
Author:
bulini
Message:

update release and v3 version change

Location:
sendit/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sendit/trunk/libs/constants.php

    r1341011 r2101109  
    44define('SENDIT_EMAIL_TABLE', $wpdb->prefix . "nl_email");
    55define('SENDIT_LIST_TABLE', $wpdb->prefix . "nl_liste");
    6 define('SENDIT_VERSION', '2.4.4');
    7 define('SENDIT_DB_VERSION', '2.4.4');
     6define('SENDIT_VERSION', '2.5.0');
     7define('SENDIT_DB_VERSION', '2.5.0');
    88?>
  • sendit/trunk/readme.txt

    r2101102 r2101109  
    1 === Sendit Newsletter ===
     1=== Sendit WP Newsletter ===
    22Contributors: Giuseppe Surace
    33Donate link: https://wpsendit.com
     
    3434
    3535= Changelog =
     36* 2.5.0 Prepare for major release (V 3.0 upcoming).
    3637* 2.4.0 Big changes and code clean. New ajax subscriptions form and new subscribers managements system, datatable removed, and useless js files deleted. Template manager and CSS inliner added for free.
    3738* 2.3.7 Fixes some errors editable subscribers table, datatable to manage and search subscribers and list segmentation tool
  • sendit/trunk/sendit.php

    r2101102 r2101109  
    11<?php
    22/*
    3 Plugin Name: Sendit
    4 Plugin URI: http://www.giuseppesurace.com/sendit-wp-newsletter-mailing-list/
    5 Description: Wordpress newsletter plugin. Sendit is a friendly and easy newsletter and mailing lists plugin for WordPress, born to make newsletter delivery management a great experience.
    6 Version: 2.4.4
     3Plugin Name: Sendit WP Newsletter
     4Plugin URI: https://wpsendit.com
     5Description: Wordpress newsletter plugin. Sendit is a friendly and easy newsletter and mailing lists plugin for WordPress, born to make newsletter delivery management a great experience. Get ready for Sendit 3
     6Version: 2.5.0
    77Author: Giuseppe Surace
    88Author URI: https://wpsendit.com
Note: See TracChangeset for help on using the changeset viewer.