Changeset 2104122
- Timestamp:
- 06/11/2019 03:50:41 PM (7 years ago)
- Location:
- socketlabs/trunk
- Files:
-
- 13 edited
-
README.txt (modified) (3 diffs)
-
admin/class-socketlabs-admin.php (modified) (1 diff)
-
admin/partials/socketlabs-admin-display.php (modified) (1 diff)
-
includes/class-socketlabs-activator.php (modified) (1 diff)
-
includes/class-socketlabs-api-status.php (modified) (1 diff)
-
includes/class-socketlabs-deactivator.php (modified) (1 diff)
-
includes/class-socketlabs-i18n.php (modified) (1 diff)
-
includes/class-socketlabs-io.php (modified) (1 diff)
-
includes/class-socketlabs-loader.php (modified) (1 diff)
-
includes/class-socketlabs-mailer.php (modified) (1 diff)
-
includes/class-socketlabs.php (modified) (1 diff)
-
public/class-socketlabs-public.php (modified) (1 diff)
-
socketlabs.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
socketlabs/trunk/README.txt
r2097506 r2104122 3 3 Tags: email, injection, smtp, mailer, wp_mail, mailing, deliverability 4 4 Requires at least: 3.0.1 5 Tested up to: 5. 05 Tested up to: 5.2.1 6 6 Requires PHP: 3.0.1 7 Stable tag: 1.0.1 27 Stable tag: 1.0.13 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 32 32 == Installation == 33 33 1. From the admin dashboard choose plugins and click the "Add New" button. 34 1. Search for the socketlabsplugin and choose activate.35 1. Activate the plugin using the "Socket labs" menu in WordPress.34 1. Search for the "SocketLabs" plugin and choose activate. 35 1. Activate the plugin using the "SocketLabs" menu in WordPress. 36 36 1. Add your api key and server id in the "Options" page. 37 37 … … 50 50 51 51 == Change log 52 = 1.0.13 = 53 * Corrected a typo on connection status admin page. 52 54 = 1.0.12 = 53 55 * Fixed: Added recipient email verification check. -
socketlabs/trunk/admin/class-socketlabs-admin.php
r1790722 r2104122 19 19 * @package Socketlabs 20 20 * @subpackage Socketlabs/admin 21 * @author Socketlabs Dev Team < info@socketlabs.com>21 * @author Socketlabs Dev Team <support@socketlabs.com> 22 22 */ 23 23 class Socketlabs_Admin { -
socketlabs/trunk/admin/partials/socketlabs-admin-display.php
r1790722 r2104122 34 34 ?> 35 35 <div class="sl-alert sl-active"> 36 <h3 class="sl-key-status failed">Conne tion Successful</h3>36 <h3 class="sl-key-status failed">Connection Successful</h3> 37 37 <p class="sl-description">Wordpress is now configured to send any generated email through your SocketLabs server. </p> 38 38 </div> -
socketlabs/trunk/includes/class-socketlabs-activator.php
r1790722 r2104122 19 19 * @package Socketlabs 20 20 * @subpackage Socketlabs/includes 21 * @author SocketLabs Dev Team < info@socketlabs.com>21 * @author SocketLabs Dev Team <support@socketlabs.com> 22 22 */ 23 23 class Socketlabs_Activator { -
socketlabs/trunk/includes/class-socketlabs-api-status.php
r1830890 r2104122 16 16 * @package Socketlabs 17 17 * @subpackage Socketlabs/includes 18 * @author SocketLabs Dev Team < info@socketlabs.com>18 * @author SocketLabs Dev Team <support@socketlabs.com> 19 19 */ 20 20 -
socketlabs/trunk/includes/class-socketlabs-deactivator.php
r1790722 r2104122 19 19 * @package Socketlabs 20 20 * @subpackage Socketlabs/includes 21 * @author SocketLabs Dev Team < info@socketlabs.com>21 * @author SocketLabs Dev Team <support@socketlabs.com> 22 22 */ 23 23 class Socketlabs_Deactivator { -
socketlabs/trunk/includes/class-socketlabs-i18n.php
r1790722 r2104122 23 23 * @package Socketlabs 24 24 * @subpackage Socketlabs/includes 25 * @author SocketLabs Dev Team < info@socketlabs.com>25 * @author SocketLabs Dev Team <support@socketlabs.com> 26 26 */ 27 27 class Socketlabs_i18n { -
socketlabs/trunk/includes/class-socketlabs-io.php
r1893642 r2104122 8 8 * @package Socketlabs 9 9 * @subpackage Socketlabs/includes 10 * @author SocketLabs Dev Team < info@socketlabs.com>10 * @author SocketLabs Dev Team <support@socketlabs.com> 11 11 */ 12 12 class Socketlabs_IO -
socketlabs/trunk/includes/class-socketlabs-loader.php
r1790722 r2104122 20 20 * @package Socketlabs 21 21 * @subpackage Socketlabs/includes 22 * @author Your Name <info@socketlabs.com>22 * @author SocketLabs Dev Team <support@socketlabs.com> 23 23 */ 24 24 class Socketlabs_Loader { -
socketlabs/trunk/includes/class-socketlabs-mailer.php
r2097506 r2104122 18 18 * @package Socketlabs 19 19 * @subpackage Socketlabs/includes 20 * @author SocketLabs Dev Team < info@socketlabs.com>20 * @author SocketLabs Dev Team <support@socketlabs.com> 21 21 */ 22 22 class Socketlabs_Mailer{ -
socketlabs/trunk/includes/class-socketlabs.php
r1893638 r2104122 26 26 * @package Socketlabs 27 27 * @subpackage Socketlabs/includes 28 * @author Your Name <info@socketlabs.com>28 * @author SocketLabs Dev Team <support@socketlabs.com> 29 29 */ 30 30 class Socketlabs { -
socketlabs/trunk/public/class-socketlabs-public.php
r1790722 r2104122 19 19 * @package Socketlabs 20 20 * @subpackage Socketlabs/public 21 * @author Your Name <info@socketlabs.com>21 * @author SocketLabs Dev Team <support@socketlabs.com> 22 22 */ 23 23 class Socketlabs_Public { -
socketlabs/trunk/socketlabs.php
r2097506 r2104122 17 17 * Plugin URI: https://github.com/socketlabs/wordpress 18 18 * Description: Send emails using your SocketLabs account. 19 * Version: 1.0.1 219 * Version: 1.0.13 20 20 * Author: SocketLabs 21 21 * Author URI: https://socketlabs.com/ … … 53 53 * Rename this for your plugin and update it as you release new versions. 54 54 */ 55 define('SOCKETLABS_VERSION', '1.0.1 2');55 define('SOCKETLABS_VERSION', '1.0.13'); 56 56 define("SOCKETLABS_OPTION_GROUP", 'socketlabs'); 57 57 define("SOCKETLABS_API_KEY", 'socketlabs_api_key');
Note: See TracChangeset
for help on using the changeset viewer.