Skip to content

Commit ae239cc

Browse files
author
Matt Soler
committed
Update version info and contact address
1 parent 21796d8 commit ae239cc

12 files changed

+15
-15
lines changed

README.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: email, injection, smtp, mailer, wp_mail, mailing, deliverability
44
Requires at least: 3.0.1
55
Tested up to: 5.0
66
Requires PHP: 3.0.1
7-
Stable tag: 1.0.12
7+
Stable tag: 1.0.13
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010
Donate link: https://socketlabs.com/
@@ -31,8 +31,8 @@ https://www.socketlabs.com/blog/configure-wordpress-plugin/
3131

3232
== Installation ==
3333
1. 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.
34+
1. Search for the "SocketLabs" plugin and choose activate.
35+
1. Activate the plugin using the "SocketLabs" menu in WordPress.
3636
1. Add your api key and server id in the "Options" page.
3737

3838
== Frequently Asked Questions ==

admin/class-socketlabs-admin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @package Socketlabs
2020
* @subpackage Socketlabs/admin
21-
* @author Socketlabs Dev Team <info@socketlabs.com>
21+
* @author Socketlabs Dev Team <support@socketlabs.com>
2222
*/
2323
class Socketlabs_Admin {
2424

includes/class-socketlabs-activator.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* @since 1.0.0
1919
* @package Socketlabs
2020
* @subpackage Socketlabs/includes
21-
* @author SocketLabs Dev Team <info@socketlabs.com>
21+
* @author SocketLabs Dev Team <support@socketlabs.com>
2222
*/
2323
class Socketlabs_Activator {
2424

includes/class-socketlabs-api-status.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
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

2121
class Socketlabs_Api_Status {

includes/class-socketlabs-deactivator.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* @since 1.0.0
1919
* @package Socketlabs
2020
* @subpackage Socketlabs/includes
21-
* @author SocketLabs Dev Team <info@socketlabs.com>
21+
* @author SocketLabs Dev Team <support@socketlabs.com>
2222
*/
2323
class Socketlabs_Deactivator {
2424

includes/class-socketlabs-i18n.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @since 1.0.0
2323
* @package Socketlabs
2424
* @subpackage Socketlabs/includes
25-
* @author SocketLabs Dev Team <info@socketlabs.com>
25+
* @author SocketLabs Dev Team <support@socketlabs.com>
2626
*/
2727
class Socketlabs_i18n {
2828

includes/class-socketlabs-io.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @since 1.0.7
88
* @package Socketlabs
99
* @subpackage Socketlabs/includes
10-
* @author SocketLabs Dev Team <info@socketlabs.com>
10+
* @author SocketLabs Dev Team <support@socketlabs.com>
1111
*/
1212
class Socketlabs_IO
1313
{

includes/class-socketlabs-loader.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*
2020
* @package Socketlabs
2121
* @subpackage Socketlabs/includes
22-
* @author Your Name <info@socketlabs.com>
22+
* @author SocketLabs Dev Team <support@socketlabs.com>
2323
*/
2424
class Socketlabs_Loader {
2525

includes/class-socketlabs-mailer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @since 1.0.0
1818
* @package Socketlabs
1919
* @subpackage Socketlabs/includes
20-
* @author SocketLabs Dev Team <info@socketlabs.com>
20+
* @author SocketLabs Dev Team <support@socketlabs.com>
2121
*/
2222
class Socketlabs_Mailer{
2323

includes/class-socketlabs.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* @since 1.0.0
2626
* @package Socketlabs
2727
* @subpackage Socketlabs/includes
28-
* @author Your Name <info@socketlabs.com>
28+
* @author SocketLabs Dev Team <support@socketlabs.com>
2929
*/
3030
class Socketlabs {
3131

public/class-socketlabs-public.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @package Socketlabs
2020
* @subpackage Socketlabs/public
21-
* @author Your Name <info@socketlabs.com>
21+
* @author SocketLabs Dev Team <support@socketlabs.com>
2222
*/
2323
class Socketlabs_Public {
2424

socketlabs.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Plugin Name: SocketLabs
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/
2222
* License: GPL-2.0+
@@ -52,7 +52,7 @@
5252
* Start at version 1.0.0 and use SemVer - https://semver.org
5353
* Rename this for your plugin and update it as you release new versions.
5454
*/
55-
define('SOCKETLABS_VERSION', '1.0.12');
55+
define('SOCKETLABS_VERSION', '1.0.13');
5656
define("SOCKETLABS_OPTION_GROUP", 'socketlabs');
5757
define("SOCKETLABS_API_KEY", 'socketlabs_api_key');
5858
define("SOCKETLABS_SERVER_ID", 'socketlabs_server_id');

0 commit comments

Comments
 (0)