Plugin Directory

Changeset 1288496


Ignore:
Timestamp:
11/18/2015 07:53:36 AM (10 years ago)
Author:
sendmachine
Message:

disabled error reporting ~ v1.0.5

Location:
sendmachine
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • sendmachine/tags/1.0.5/readme.txt

    r1287956 r1288496  
    44Requires at least: 3.2.1
    55Tested up to: 4.3
    6 Stable tag: 1.0.4
     6Stable tag: 1.0.5
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9696== Changelog ==
    9797
     98= 1.0.5 =
     99* disabled error reporting
     100
    98101= 1.0.4 =
    99102* added php 5.3 compatibility
  • sendmachine/tags/1.0.5/sendmachine_wp.php

    r1287956 r1288496  
    55  Plugin URI: https://www.sendmachine.com
    66  Description: The official Sendmachine plugin featuring subscribe forms, users sync, news feed, email sending and transactional campaigns.
    7   Version: 1.0.4
     7  Version: 1.0.5
    88  Author: Sendmachine team
    99  Author URI: http://developers.sendmachine.com/
     
    2222    define('SM_WP_DEV_MODE', false);
    2323}
    24 
    25 error_reporting(E_ALL);
    2624
    2725require_once SM_PLUGIN_DIR . 'includes/utils.php';
  • sendmachine/trunk/readme.txt

    r1287956 r1288496  
    44Requires at least: 3.2.1
    55Tested up to: 4.3
    6 Stable tag: 1.0.4
     6Stable tag: 1.0.5
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9696== Changelog ==
    9797
     98= 1.0.5 =
     99* disabled error reporting
     100
    98101= 1.0.4 =
    99102* added php 5.3 compatibility
  • sendmachine/trunk/sendmachine_wp.php

    r1287956 r1288496  
    55  Plugin URI: https://www.sendmachine.com
    66  Description: The official Sendmachine plugin featuring subscribe forms, users sync, news feed, email sending and transactional campaigns.
    7   Version: 1.0.4
     7  Version: 1.0.5
    88  Author: Sendmachine team
    99  Author URI: http://developers.sendmachine.com/
     
    2222    define('SM_WP_DEV_MODE', false);
    2323}
    24 
    25 error_reporting(E_ALL);
    2624
    2725require_once SM_PLUGIN_DIR . 'includes/utils.php';
Note: See TracChangeset for help on using the changeset viewer.