Plugin Directory

Changeset 2178245


Ignore:
Timestamp:
10/23/2019 08:37:30 AM (6 years ago)
Author:
heyjackmail
Message:

jackmail-newsletters 1.2.1

Location:
jackmail-newsletters
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • jackmail-newsletters/tags/1.2.1/jackmail-newsletters.php

    r2161892 r2178245  
    44Plugin URI: https://www.jackmail.com
    55Description: Create and send responsive newsletter with a professional routing platform and a lot of features: automated emails and newsletters, statistics, email & Live Support etc.
    6 Version: 1.2.0
     6Version: 1.2.1
    77Author: Jackmail
    88Author URI: https://www.jackmail.com
     
    14141414
    14151415    private function add_menu_page( $page ) {
    1416         $position = 25.67;
     1416        $position = '25.67';
    14171417        if ( version_compare( get_bloginfo( 'version' ), '4.4', '<' ) ) {
    14181418            $position = null;
  • jackmail-newsletters/tags/1.2.1/readme.txt

    r2161892 r2178245  
    55Tested up to: 5.2
    66Requires PHP : 5.4
    7 Stable tag: 1.2.0
     7Stable tag: 1.2.1
    88License: GPLv2
    99
     
    160160== Changelog ==
    161161
     162= 1.2.1 =
     163* Jackmail menu position
     164
    162165= 1.2.0 =
    163166* WooCommerce interconnection:
  • jackmail-newsletters/trunk/jackmail-newsletters.php

    r2161892 r2178245  
    44Plugin URI: https://www.jackmail.com
    55Description: Create and send responsive newsletter with a professional routing platform and a lot of features: automated emails and newsletters, statistics, email & Live Support etc.
    6 Version: 1.2.0
     6Version: 1.2.1
    77Author: Jackmail
    88Author URI: https://www.jackmail.com
     
    14141414
    14151415    private function add_menu_page( $page ) {
    1416         $position = 25.67;
     1416        $position = '25.67';
    14171417        if ( version_compare( get_bloginfo( 'version' ), '4.4', '<' ) ) {
    14181418            $position = null;
  • jackmail-newsletters/trunk/readme.txt

    r2161892 r2178245  
    55Tested up to: 5.2
    66Requires PHP : 5.4
    7 Stable tag: 1.2.0
     7Stable tag: 1.2.1
    88License: GPLv2
    99
     
    160160== Changelog ==
    161161
     162= 1.2.1 =
     163* Jackmail menu position
     164
    162165= 1.2.0 =
    163166* WooCommerce interconnection:
Note: See TracChangeset for help on using the changeset viewer.