Plugin Directory

Changeset 1185662


Ignore:
Timestamp:
06/22/2015 04:31:54 PM (11 years ago)
Author:
jooky
Message:

tagging version 10.3

Location:
e-mailing-service
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • e-mailing-service/tags/10.3/e-mailing-service.php

    r1185581 r1185662  
    22/*
    33Plugin Name: e-mailing service
    4 Version: 10.2
     4Version: 10.^3
    55Plugin URI: http://www.e-mailing-service.net
    66Description: Send newsletters (emails) with wordpress. Detailed statistics AND rewriting on activation of the Free API
     
    3636}
    3737$upload_dir = wp_upload_dir();
    38 define( 'smVERSION', '10.2' );
     38define( 'smVERSION', '10.3' );
    3939define( 'smDBVERSION', '4.5' );
    4040define( 'smPATH', trailingslashit(dirname(__FILE__)) );
  • e-mailing-service/tags/10.3/include/cron_auto_v3.php

    r1181060 r1185662  
    1717$hie=0;
    1818
    19 
     19@mysql_connect(DB_HOST, DB_USER, DB_PASSWORD) or die("<br /> Pas de connexion chez le client bd_ip");
     20@mysql_select_db(DB_NAME)or die("<br /> Excusez nous mais la connection est interrompue pour quelques instants.");
    2021
    2122echo "<h2>".__("Envoi de votre newsletter","e-mailing-service")." ".$now."</h2>";   
  • e-mailing-service/tags/10.3/readme.txt

    r1185581 r1185662  
    55Requires at least: 3.0.1
    66Tested up to: 4.2.2
    7 Stable tag: 10.2
     7Stable tag: 10.3
    88License: GPLv3
    99License URI: http://www.e-mailing-service.net/license.txt
     
    203203
    204204== Changelog ==
     205= 10.3 =
     206* Patch mysql error on the crontab
    205207= 10.2 =
    206208* Important bug patch subdirectory wordpress
     
    323325
    324326== Upgrade Notice ==
     327= 10.3 =
     328* Patch mysql error on the crontab
    325329= 10.2 =
    326330* Important bug patch subdirectory wordpress
  • e-mailing-service/trunk/e-mailing-service.php

    r1185581 r1185662  
    22/*
    33Plugin Name: e-mailing service
    4 Version: 10.2
     4Version: 10.^3
    55Plugin URI: http://www.e-mailing-service.net
    66Description: Send newsletters (emails) with wordpress. Detailed statistics AND rewriting on activation of the Free API
     
    3636}
    3737$upload_dir = wp_upload_dir();
    38 define( 'smVERSION', '10.2' );
     38define( 'smVERSION', '10.3' );
    3939define( 'smDBVERSION', '4.5' );
    4040define( 'smPATH', trailingslashit(dirname(__FILE__)) );
  • e-mailing-service/trunk/include/cron_auto_v3.php

    r1181060 r1185662  
    1717$hie=0;
    1818
    19 
     19@mysql_connect(DB_HOST, DB_USER, DB_PASSWORD) or die("<br /> Pas de connexion chez le client bd_ip");
     20@mysql_select_db(DB_NAME)or die("<br /> Excusez nous mais la connection est interrompue pour quelques instants.");
    2021
    2122echo "<h2>".__("Envoi de votre newsletter","e-mailing-service")." ".$now."</h2>";   
  • e-mailing-service/trunk/readme.txt

    r1185581 r1185662  
    55Requires at least: 3.0.1
    66Tested up to: 4.2.2
    7 Stable tag: 10.2
     7Stable tag: 10.3
    88License: GPLv3
    99License URI: http://www.e-mailing-service.net/license.txt
     
    203203
    204204== Changelog ==
     205= 10.3 =
     206* Patch mysql error on the crontab
    205207= 10.2 =
    206208* Important bug patch subdirectory wordpress
     
    323325
    324326== Upgrade Notice ==
     327= 10.3 =
     328* Patch mysql error on the crontab
    325329= 10.2 =
    326330* Important bug patch subdirectory wordpress
Note: See TracChangeset for help on using the changeset viewer.