Changeset 3270155
- Timestamp:
- 04/10/2025 07:07:44 AM (12 months ago)
- Location:
- elastic-email-sender
- Files:
-
- 35 added
- 3 edited
-
tags/v1.2.18 (added)
-
tags/v1.2.18/api (added)
-
tags/v1.2.18/api/ElasticEmailClient.php (added)
-
tags/v1.2.18/class (added)
-
tags/v1.2.18/class/ees_admin.php (added)
-
tags/v1.2.18/class/ees_mail.php (added)
-
tags/v1.2.18/defaults (added)
-
tags/v1.2.18/defaults/function.reset_pass.php (added)
-
tags/v1.2.18/defaults/function.wp_mail.php (added)
-
tags/v1.2.18/dist (added)
-
tags/v1.2.18/dist/ees_admin.min.css (added)
-
tags/v1.2.18/dist/ees_sendTest.min.js (added)
-
tags/v1.2.18/elasticemailsender.php (added)
-
tags/v1.2.18/languages (added)
-
tags/v1.2.18/languages/elastic-email-sender.pot (added)
-
tags/v1.2.18/lib (added)
-
tags/v1.2.18/lib/bootstrap-grid.min.css (added)
-
tags/v1.2.18/lib/chart.min.js (added)
-
tags/v1.2.18/lib/jquery.min.js (added)
-
tags/v1.2.18/readme.txt (added)
-
tags/v1.2.18/src (added)
-
tags/v1.2.18/src/img (added)
-
tags/v1.2.18/src/img/connect_apikey.png (added)
-
tags/v1.2.18/src/img/icon-ok.svg (added)
-
tags/v1.2.18/src/img/icon-warning.svg (added)
-
tags/v1.2.18/src/img/icon.png (added)
-
tags/v1.2.18/src/img/template-empty.svg (added)
-
tags/v1.2.18/template (added)
-
tags/v1.2.18/template/t-ees_admin.php (added)
-
tags/v1.2.18/template/t-ees_apidisabled.php (added)
-
tags/v1.2.18/template/t-ees_connecterror.php (added)
-
tags/v1.2.18/template/t-ees_errorlog.php (added)
-
tags/v1.2.18/template/t-ees_marketing.php (added)
-
tags/v1.2.18/template/t-ees_reports.php (added)
-
tags/v1.2.18/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
r3018866 r3270155 4 4 The MIT License (MIT) 5 5 6 Copyright (c) 2016-202 4Elastic Email, Inc.6 Copyright (c) 2016-2025 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
r3182466 r3270155 22 22 /* 23 23 * Plugin Name: Elastic Email Sender 24 * Version: 1.2.1 824 * Version: 1.2.19 25 25 * Plugin URI: https://wordpress.org/plugins/elastic-email-sender/ 26 26 * 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. … … 33 33 /** 34 34 * @author Elastic Email Inc. 35 * @copyright Elastic Email, 202 4, All Rights Reserved35 * @copyright Elastic Email, 2025, All Rights Reserved 36 36 * This code is released under the GPL licence version 3 or later, available here 37 37 * https://www.gnu.org/licenses/gpl.txt -
elastic-email-sender/trunk/readme.txt
r3182466 r3270155 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. 75 Tested up to: 6.8 6 6 Stable tag: 1.2.9 7 7 Requires PHP: 7.0 … … 89 89 == Changelog == 90 90 91 = 1.2.19 = 92 * Regular update 93 91 94 = 1.2.18 = 92 95 * Regular update
Note: See TracChangeset
for help on using the changeset viewer.