Changeset 2887595
- Timestamp:
- 03/27/2023 01:14:39 PM (3 years ago)
- Location:
- elastic-email-sender
- Files:
-
- 35 added
- 3 edited
-
tags/v1.2.5 (added)
-
tags/v1.2.5/api (added)
-
tags/v1.2.5/api/ElasticEmailClient.php (added)
-
tags/v1.2.5/class (added)
-
tags/v1.2.5/class/ees_admin.php (added)
-
tags/v1.2.5/class/ees_mail.php (added)
-
tags/v1.2.5/defaults (added)
-
tags/v1.2.5/defaults/function.reset_pass.php (added)
-
tags/v1.2.5/defaults/function.wp_mail.php (added)
-
tags/v1.2.5/dist (added)
-
tags/v1.2.5/dist/ees_admin.min.css (added)
-
tags/v1.2.5/dist/ees_sendTest.min.js (added)
-
tags/v1.2.5/elasticemailsender.php (added)
-
tags/v1.2.5/languages (added)
-
tags/v1.2.5/languages/elastic-email-sender.pot (added)
-
tags/v1.2.5/lib (added)
-
tags/v1.2.5/lib/bootstrap-grid.min.css (added)
-
tags/v1.2.5/lib/chart.min.js (added)
-
tags/v1.2.5/lib/jquery.min.js (added)
-
tags/v1.2.5/readme.txt (added)
-
tags/v1.2.5/src (added)
-
tags/v1.2.5/src/img (added)
-
tags/v1.2.5/src/img/connect_apikey.png (added)
-
tags/v1.2.5/src/img/icon-ok.svg (added)
-
tags/v1.2.5/src/img/icon-warning.svg (added)
-
tags/v1.2.5/src/img/icon.png (added)
-
tags/v1.2.5/src/img/template-empty.svg (added)
-
tags/v1.2.5/template (added)
-
tags/v1.2.5/template/t-ees_admin.php (added)
-
tags/v1.2.5/template/t-ees_apidisabled.php (added)
-
tags/v1.2.5/template/t-ees_connecterror.php (added)
-
tags/v1.2.5/template/t-ees_errorlog.php (added)
-
tags/v1.2.5/template/t-ees_marketing.php (added)
-
tags/v1.2.5/template/t-ees_reports.php (added)
-
tags/v1.2.5/template/t-ees_sendtest.php (added)
-
trunk/api/ElasticEmailClient.php (modified) (1 diff)
-
trunk/elasticemailsender.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
elastic-email-sender/trunk/api/ElasticEmailClient.php
r2656081 r2887595 4 4 The MIT License (MIT) 5 5 6 Copyright (c) 2016-202 2Elastic Email, Inc.6 Copyright (c) 2016-2023 Elastic Email, Inc. 7 7 8 8 Permission is hereby granted, free of charge, to any person obtaining a copy -
elastic-email-sender/trunk/elasticemailsender.php
r2726034 r2887595 24 24 /* 25 25 * Plugin Name: Elastic Email Sender 26 * Version: 1.2. 526 * Version: 1.2.6 27 27 * Plugin URI: https://wordpress.org/plugins/elastic-email-sender/ 28 28 * Description: This plugin reconfigures the <code>wp_mail()</code> function to send email using API (via Elastic Email) instead of SMTP and creates an options page that allows you to specify various options. … … 35 35 /** 36 36 * @author Elastic Email Inc. 37 * @copyright Elastic Email, 202 2, All Rights Reserved37 * @copyright Elastic Email, 2023, All Rights Reserved 38 38 * This code is released under the GPL licence version 3 or later, available here 39 39 * https://www.gnu.org/licenses/gpl.txt -
elastic-email-sender/trunk/readme.txt
r2810824 r2887595 3 3 Tags: elastic email, email marketing, transactional email, email sender, email, mailer, send email 4 4 Requires at least: 5.0 5 Tested up to: 6. 16 Stable tag: 1.2. 55 Tested up to: 6.2 6 Stable tag: 1.2.6 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later … … 96 96 == Changelog == 97 97 98 = 1.2.6 = 99 * Regular update 100 98 101 = 1.2.5 = 99 102 * Regular update
Note: See TracChangeset
for help on using the changeset viewer.