Changeset 3290076
- Timestamp:
- 05/08/2025 05:56:25 PM (10 months ago)
- Location:
- trigger
- Files:
-
- 85 added
- 4 edited
-
tags/1.0.0 - alpha/readme.txt (modified) (1 diff)
-
tags/1.0.0 - alpha/triggermail.php (modified) (1 diff)
-
tags/1.0.0/readme.txt (modified) (1 diff)
-
tags/1.0.0/triggermail.php (modified) (1 diff)
-
trunk/assets (added)
-
trunk/assets/dist (added)
-
trunk/assets/dist/css (added)
-
trunk/assets/dist/css/style.min.css (added)
-
trunk/assets/dist/js (added)
-
trunk/assets/dist/js/backend-bundle.min.js (added)
-
trunk/components.json (added)
-
trunk/composer.json (added)
-
trunk/constants.php (added)
-
trunk/inc (added)
-
trunk/inc/Admin (added)
-
trunk/inc/Admin/Init.php (added)
-
trunk/inc/Admin/Menu (added)
-
trunk/inc/Admin/Menu/MainMenu.php (added)
-
trunk/inc/Admin/Menu/SubMenu (added)
-
trunk/inc/Admin/Menu/SubMenu/EmailLogs.php (added)
-
trunk/inc/Admin/Menu/SubMenu/Settings.php (added)
-
trunk/inc/Admin/Menu/SubMenu/SubMenuInterface.php (added)
-
trunk/inc/Controllers (added)
-
trunk/inc/Controllers/EmailLogController.php (added)
-
trunk/inc/Controllers/LogRetention.php (added)
-
trunk/inc/Controllers/Provider (added)
-
trunk/inc/Controllers/Provider/aws (added)
-
trunk/inc/Controllers/Provider/aws/AwsSesController.php (added)
-
trunk/inc/Controllers/Provider/aws/SesMailer.php (added)
-
trunk/inc/Controllers/Provider/aws/SesMailerAA.php (added)
-
trunk/inc/Controllers/SmtpConfig.php (added)
-
trunk/inc/Core (added)
-
trunk/inc/Core/EmailConfiguration.php (added)
-
trunk/inc/Core/Enqueue.php (added)
-
trunk/inc/Database (added)
-
trunk/inc/Database/DatabaseAbstract.php (added)
-
trunk/inc/Database/EmailLogTable.php (added)
-
trunk/inc/Database/Migration.php (added)
-
trunk/inc/Frontend (added)
-
trunk/inc/Frontend/Ajax.php (added)
-
trunk/inc/Frontend/CustomTemplate.php (added)
-
trunk/inc/Frontend/ShortCodes (added)
-
trunk/inc/Frontend/ShortCodes/InitShortCodes.php (added)
-
trunk/inc/Helpers (added)
-
trunk/inc/Helpers/CookieHelper.php (added)
-
trunk/inc/Helpers/QueryHelper.php (added)
-
trunk/inc/Helpers/SessionHelper.php (added)
-
trunk/inc/Helpers/UtilityHelper.php (added)
-
trunk/inc/Helpers/ValidationHelper.php (added)
-
trunk/inc/Init.php (added)
-
trunk/inc/Models (added)
-
trunk/inc/Models/EmailLogModel.php (added)
-
trunk/inc/RestAPI (added)
-
trunk/inc/RestAPI/Routes.php (added)
-
trunk/inc/Traits (added)
-
trunk/inc/Traits/JsonResponse.php (added)
-
trunk/inc/Traits/RestResponse.php (added)
-
trunk/inc/TriggerGlobals.php (added)
-
trunk/languages (added)
-
trunk/languages/trigger.pot (added)
-
trunk/readme.txt (added)
-
trunk/tailwind.config.js (added)
-
trunk/triggermail.php (added)
-
trunk/tsconfig.json (added)
-
trunk/vendor (added)
-
trunk/vendor/autoload.php (added)
-
trunk/vendor/composer (added)
-
trunk/vendor/composer/ClassLoader.php (added)
-
trunk/vendor/composer/InstalledVersions.php (added)
-
trunk/vendor/composer/LICENSE (added)
-
trunk/vendor/composer/autoload_classmap.php (added)
-
trunk/vendor/composer/autoload_files.php (added)
-
trunk/vendor/composer/autoload_namespaces.php (added)
-
trunk/vendor/composer/autoload_psr4.php (added)
-
trunk/vendor/composer/autoload_real.php (added)
-
trunk/vendor/composer/autoload_static.php (added)
-
trunk/vendor/composer/installed.json (added)
-
trunk/vendor/composer/installed.php (added)
-
trunk/vendor/composer/platform_check.php (added)
-
trunk/vendor/ralouphie (added)
-
trunk/vendor/ralouphie/getallheaders (added)
-
trunk/vendor/ralouphie/getallheaders/LICENSE (added)
-
trunk/vendor/ralouphie/getallheaders/composer.json (added)
-
trunk/vendor/ralouphie/getallheaders/src (added)
-
trunk/vendor/ralouphie/getallheaders/src/getallheaders.php (added)
-
trunk/views (added)
-
trunk/views/pages (added)
-
trunk/views/pages/settings-view.php (added)
-
trunk/views/pages/trigger-view.php (added)
Legend:
- Unmodified
- Added
- Removed
-
trigger/tags/1.0.0 - alpha/readme.txt
r3290058 r3290076 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 17 Stable tag: 1.0.0 8 8 License: GPLv3 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html -
trigger/tags/1.0.0 - alpha/triggermail.php
r3290054 r3290076 2 2 /** 3 3 * Plugin Name: Trigger SMTP, Mail Logs, Deliver Mails 4 * Version: 1.0. 14 * Version: 1.0.0 5 5 * Requires at least: 5.3 6 6 * Requires PHP: 7.4 -
trigger/tags/1.0.0/readme.txt
r3290056 r3290076 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 17 Stable tag: 1.0.0 8 8 License: GPLv3 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html -
trigger/tags/1.0.0/triggermail.php
r3290056 r3290076 2 2 /** 3 3 * Plugin Name: Trigger SMTP, Mail Logs, Deliver Mails 4 * Version: 1.0. 14 * Version: 1.0.0 5 5 * Requires at least: 5.3 6 6 * Requires PHP: 7.4
Note: See TracChangeset
for help on using the changeset viewer.