Changeset 2979801
- Timestamp:
- 10/16/2023 09:54:17 PM (2 years ago)
- Location:
- check-email
- Files:
-
- 4 deleted
- 6 edited
- 1 copied
-
tags/1.0.8 (copied) (copied from check-email/trunk)
-
tags/1.0.8/Gruntfile.js (deleted)
-
tags/1.0.8/changelog.txt (modified) (1 diff)
-
tags/1.0.8/check-email.php (modified) (2 diffs)
-
tags/1.0.8/package.json (deleted)
-
tags/1.0.8/readme.txt (modified) (2 diffs)
-
trunk/Gruntfile.js (deleted)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/check-email.php (modified) (2 diffs)
-
trunk/package.json (deleted)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
check-email/tags/1.0.8/changelog.txt
r2876365 r2979801 1 1 == Changelog == 2 3 = v1.0.8 - 16/10/2023 = 4 - Updated: Plugin author to reflect ownership changes. 2 5 3 6 = v1.0.7 - 08/03/2022 = -
check-email/tags/1.0.8/check-email.php
r2876365 r2979801 3 3 * Plugin Name: Check & Log Email 4 4 * Description: Check & Log email allows you to test if your WordPress installation is sending emails correctly and logs every email. 5 * Author: WP Chill6 * Version: 1.0. 77 * Author URI: https://wp chill.com/5 * Author: WPOmnia 6 * Version: 1.0.8 7 * Author URI: https://wpomnia.com/ 8 8 * License: GPLv3 or later 9 9 * License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 15 15 * Copyright 2020 MachoThemes [email protected] 16 16 * Copyright 2020 WPChill [email protected] 17 * Copyright 2023 WPOmnia [email protected] 17 18 * 18 19 * NOTE: 19 20 * Chris Taylor transferred ownership rights on: 2020-06-19 07:52:03 GMT when ownership was handed over to MachoThemes 20 21 * The MachoThemes ownership period started on: 2020-06-19 07:52:03 GMT 22 * MachoThemes sold the plugin to WPOmnia on: 2023-10-15 15:52:03 GMT 21 23 * 22 24 * This program is free software; you can redistribute it and/or modify -
check-email/tags/1.0.8/readme.txt
r2950143 r2979801 1 1 === Check & Log Email === 2 Contributors: wpchill, silkalns, giucu912 Contributors: jack-kitterhing 3 3 Tags: check, test, email, smtp, pop, send, delivery 4 4 Requires at least: 5.0 5 5 Tested up to: 6.3 6 Stable tag: 1.0. 76 Stable tag: 1.0.8 7 7 8 8 Check & Log email allows you to test if your WordPress installation is sending emails correctly by sending a test email to an address of your choice. Allows overriding of email headers and carbon copying to another address. … … 41 41 42 42 == Changelog == 43 44 = v1.0.8 - 16/10/2023 = 45 - Updated: Plugin author to reflect ownership changes. 43 46 44 47 = v1.0.7 - 08/03/2022 = -
check-email/trunk/changelog.txt
r2876365 r2979801 1 1 == Changelog == 2 3 = v1.0.8 - 16/10/2023 = 4 - Updated: Plugin author to reflect ownership changes. 2 5 3 6 = v1.0.7 - 08/03/2022 = -
check-email/trunk/check-email.php
r2876365 r2979801 3 3 * Plugin Name: Check & Log Email 4 4 * Description: Check & Log email allows you to test if your WordPress installation is sending emails correctly and logs every email. 5 * Author: WP Chill6 * Version: 1.0. 77 * Author URI: https://wp chill.com/5 * Author: WPOmnia 6 * Version: 1.0.8 7 * Author URI: https://wpomnia.com/ 8 8 * License: GPLv3 or later 9 9 * License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 15 15 * Copyright 2020 MachoThemes [email protected] 16 16 * Copyright 2020 WPChill [email protected] 17 * Copyright 2023 WPOmnia [email protected] 17 18 * 18 19 * NOTE: 19 20 * Chris Taylor transferred ownership rights on: 2020-06-19 07:52:03 GMT when ownership was handed over to MachoThemes 20 21 * The MachoThemes ownership period started on: 2020-06-19 07:52:03 GMT 22 * MachoThemes sold the plugin to WPOmnia on: 2023-10-15 15:52:03 GMT 21 23 * 22 24 * This program is free software; you can redistribute it and/or modify -
check-email/trunk/readme.txt
r2950143 r2979801 1 1 === Check & Log Email === 2 Contributors: wpchill, silkalns, giucu912 Contributors: jack-kitterhing 3 3 Tags: check, test, email, smtp, pop, send, delivery 4 4 Requires at least: 5.0 5 5 Tested up to: 6.3 6 Stable tag: 1.0. 76 Stable tag: 1.0.8 7 7 8 8 Check & Log email allows you to test if your WordPress installation is sending emails correctly by sending a test email to an address of your choice. Allows overriding of email headers and carbon copying to another address. … … 41 41 42 42 == Changelog == 43 44 = v1.0.8 - 16/10/2023 = 45 - Updated: Plugin author to reflect ownership changes. 43 46 44 47 = v1.0.7 - 08/03/2022 =
Note: See TracChangeset
for help on using the changeset viewer.