Plugin Directory

Changeset 2104122


Ignore:
Timestamp:
06/11/2019 03:50:41 PM (7 years ago)
Author:
socketlabs
Message:

Fix type on configuration page. Update contact address.

Location:
socketlabs/trunk
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • socketlabs/trunk/README.txt

    r2097506 r2104122  
    33Tags: email, injection, smtp, mailer, wp_mail, mailing, deliverability
    44Requires at least: 3.0.1
    5 Tested up to: 5.0
     5Tested up to: 5.2.1
    66Requires PHP: 3.0.1
    7 Stable tag: 1.0.12
     7Stable tag: 1.0.13
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3232== Installation ==
    33331. From the admin dashboard choose plugins and click the "Add New" button. 
    34 1. Search for the socketlabs plugin and choose activate.
    35 1. Activate the plugin using the "Socketlabs" menu in WordPress.
     341. Search for the "SocketLabs" plugin and choose activate.
     351. Activate the plugin using the "SocketLabs" menu in WordPress.
    36361. Add your api key and server id in the "Options" page.
    3737
     
    5050
    5151== Change log
     52= 1.0.13 =
     53* Corrected a typo on connection status admin page.
    5254= 1.0.12 =
    5355* Fixed: Added recipient email verification check.
  • socketlabs/trunk/admin/class-socketlabs-admin.php

    r1790722 r2104122  
    1919 * @package    Socketlabs
    2020 * @subpackage Socketlabs/admin
    21  * @author     Socketlabs Dev Team <info@socketlabs.com>
     21 * @author     Socketlabs Dev Team <support@socketlabs.com>
    2222 */
    2323class Socketlabs_Admin {
  • socketlabs/trunk/admin/partials/socketlabs-admin-display.php

    r1790722 r2104122  
    3434?>
    3535        <div class="sl-alert sl-active">
    36             <h3 class="sl-key-status failed">Connetion Successful</h3>
     36            <h3 class="sl-key-status failed">Connection Successful</h3>
    3737            <p class="sl-description">Wordpress is now configured to send any generated email through your SocketLabs server. </p>
    3838        </div>
  • socketlabs/trunk/includes/class-socketlabs-activator.php

    r1790722 r2104122  
    1919 * @package    Socketlabs
    2020 * @subpackage Socketlabs/includes
    21  * @author     SocketLabs Dev Team <info@socketlabs.com>
     21 * @author     SocketLabs Dev Team <support@socketlabs.com>
    2222 */
    2323class Socketlabs_Activator {
  • socketlabs/trunk/includes/class-socketlabs-api-status.php

    r1830890 r2104122  
    1616 * @package    Socketlabs
    1717 * @subpackage Socketlabs/includes
    18  * @author     SocketLabs Dev Team <info@socketlabs.com>
     18 * @author     SocketLabs Dev Team <support@socketlabs.com>
    1919 */
    2020
  • socketlabs/trunk/includes/class-socketlabs-deactivator.php

    r1790722 r2104122  
    1919 * @package    Socketlabs
    2020 * @subpackage Socketlabs/includes
    21  * @author     SocketLabs Dev Team <info@socketlabs.com>
     21 * @author     SocketLabs Dev Team <support@socketlabs.com>
    2222 */
    2323class Socketlabs_Deactivator {
  • socketlabs/trunk/includes/class-socketlabs-i18n.php

    r1790722 r2104122  
    2323 * @package    Socketlabs
    2424 * @subpackage Socketlabs/includes
    25  * @author     SocketLabs Dev Team <info@socketlabs.com>
     25 * @author     SocketLabs Dev Team <support@socketlabs.com>
    2626 */
    2727class Socketlabs_i18n {
  • socketlabs/trunk/includes/class-socketlabs-io.php

    r1893642 r2104122  
    88 * @package    Socketlabs
    99 * @subpackage Socketlabs/includes
    10  * @author     SocketLabs Dev Team <info@socketlabs.com>
     10 * @author     SocketLabs Dev Team <support@socketlabs.com>
    1111 */
    1212class Socketlabs_IO
  • socketlabs/trunk/includes/class-socketlabs-loader.php

    r1790722 r2104122  
    2020 * @package    Socketlabs
    2121 * @subpackage Socketlabs/includes
    22  * @author     Your Name <info@socketlabs.com>
     22 * @author     SocketLabs Dev Team <support@socketlabs.com>
    2323 */
    2424class Socketlabs_Loader {
  • socketlabs/trunk/includes/class-socketlabs-mailer.php

    r2097506 r2104122  
    1818 * @package    Socketlabs
    1919 * @subpackage Socketlabs/includes
    20  * @author     SocketLabs Dev Team <info@socketlabs.com>
     20 * @author     SocketLabs Dev Team <support@socketlabs.com>
    2121 */
    2222class Socketlabs_Mailer{
  • socketlabs/trunk/includes/class-socketlabs.php

    r1893638 r2104122  
    2626 * @package    Socketlabs
    2727 * @subpackage Socketlabs/includes
    28  * @author     Your Name <info@socketlabs.com>
     28 * @author     SocketLabs Dev Team <support@socketlabs.com>
    2929 */
    3030class Socketlabs {
  • socketlabs/trunk/public/class-socketlabs-public.php

    r1790722 r2104122  
    1919 * @package    Socketlabs
    2020 * @subpackage Socketlabs/public
    21  * @author     Your Name <info@socketlabs.com>
     21 * @author     SocketLabs Dev Team <support@socketlabs.com>
    2222 */
    2323class Socketlabs_Public {
  • socketlabs/trunk/socketlabs.php

    r2097506 r2104122  
    1717 * Plugin URI:        https://github.com/socketlabs/wordpress
    1818 * Description:       Send emails using your SocketLabs account.
    19  * Version:           1.0.12
     19 * Version:           1.0.13
    2020 * Author:            SocketLabs
    2121 * Author URI:        https://socketlabs.com/
     
    5353 * Rename this for your plugin and update it as you release new versions.
    5454 */
    55 define('SOCKETLABS_VERSION', '1.0.12');
     55define('SOCKETLABS_VERSION', '1.0.13');
    5656define("SOCKETLABS_OPTION_GROUP", 'socketlabs');
    5757define("SOCKETLABS_API_KEY", 'socketlabs_api_key');
Note: See TracChangeset for help on using the changeset viewer.