Changeset 1185662
- Timestamp:
- 06/22/2015 04:31:54 PM (11 years ago)
- Location:
- e-mailing-service
- Files:
-
- 6 edited
- 1 copied
-
tags/10.3 (copied) (copied from e-mailing-service/trunk)
-
tags/10.3/e-mailing-service.php (modified) (2 diffs)
-
tags/10.3/include/cron_auto_v3.php (modified) (1 diff)
-
tags/10.3/readme.txt (modified) (3 diffs)
-
trunk/e-mailing-service.php (modified) (2 diffs)
-
trunk/include/cron_auto_v3.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
e-mailing-service/tags/10.3/e-mailing-service.php
r1185581 r1185662 2 2 /* 3 3 Plugin Name: e-mailing service 4 Version: 10. 24 Version: 10.^3 5 5 Plugin URI: http://www.e-mailing-service.net 6 6 Description: Send newsletters (emails) with wordpress. Detailed statistics AND rewriting on activation of the Free API … … 36 36 } 37 37 $upload_dir = wp_upload_dir(); 38 define( 'smVERSION', '10. 2' );38 define( 'smVERSION', '10.3' ); 39 39 define( 'smDBVERSION', '4.5' ); 40 40 define( 'smPATH', trailingslashit(dirname(__FILE__)) ); -
e-mailing-service/tags/10.3/include/cron_auto_v3.php
r1181060 r1185662 17 17 $hie=0; 18 18 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."); 20 21 21 22 echo "<h2>".__("Envoi de votre newsletter","e-mailing-service")." ".$now."</h2>"; -
e-mailing-service/tags/10.3/readme.txt
r1185581 r1185662 5 5 Requires at least: 3.0.1 6 6 Tested up to: 4.2.2 7 Stable tag: 10. 27 Stable tag: 10.3 8 8 License: GPLv3 9 9 License URI: http://www.e-mailing-service.net/license.txt … … 203 203 204 204 == Changelog == 205 = 10.3 = 206 * Patch mysql error on the crontab 205 207 = 10.2 = 206 208 * Important bug patch subdirectory wordpress … … 323 325 324 326 == Upgrade Notice == 327 = 10.3 = 328 * Patch mysql error on the crontab 325 329 = 10.2 = 326 330 * Important bug patch subdirectory wordpress -
e-mailing-service/trunk/e-mailing-service.php
r1185581 r1185662 2 2 /* 3 3 Plugin Name: e-mailing service 4 Version: 10. 24 Version: 10.^3 5 5 Plugin URI: http://www.e-mailing-service.net 6 6 Description: Send newsletters (emails) with wordpress. Detailed statistics AND rewriting on activation of the Free API … … 36 36 } 37 37 $upload_dir = wp_upload_dir(); 38 define( 'smVERSION', '10. 2' );38 define( 'smVERSION', '10.3' ); 39 39 define( 'smDBVERSION', '4.5' ); 40 40 define( 'smPATH', trailingslashit(dirname(__FILE__)) ); -
e-mailing-service/trunk/include/cron_auto_v3.php
r1181060 r1185662 17 17 $hie=0; 18 18 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."); 20 21 21 22 echo "<h2>".__("Envoi de votre newsletter","e-mailing-service")." ".$now."</h2>"; -
e-mailing-service/trunk/readme.txt
r1185581 r1185662 5 5 Requires at least: 3.0.1 6 6 Tested up to: 4.2.2 7 Stable tag: 10. 27 Stable tag: 10.3 8 8 License: GPLv3 9 9 License URI: http://www.e-mailing-service.net/license.txt … … 203 203 204 204 == Changelog == 205 = 10.3 = 206 * Patch mysql error on the crontab 205 207 = 10.2 = 206 208 * Important bug patch subdirectory wordpress … … 323 325 324 326 == Upgrade Notice == 327 = 10.3 = 328 * Patch mysql error on the crontab 325 329 = 10.2 = 326 330 * Important bug patch subdirectory wordpress
Note: See TracChangeset
for help on using the changeset viewer.