Changeset 3436485
- Timestamp:
- 01/10/2026 09:24:53 AM (8 weeks ago)
- Location:
- email-users-on-update-of-download-for-easy-digital-downloads
- Files:
-
- 1 added
- 4 edited
-
tags/1.1.5/readme.txt (modified) (1 diff)
-
trunk/edd-email-user-settingspage.php (modified) (1 diff)
-
trunk/edd-email-user.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/uninstall.php (added)
Legend:
- Unmodified
- Added
- Removed
-
email-users-on-update-of-download-for-easy-digital-downloads/tags/1.1.5/readme.txt
r3329529 r3436485 3 3 Tags: easy digital downloads, edd, email, customer email 4 4 Requires at least: 4.1 5 Tested up to: 6. 85 Tested up to: 6.9 6 6 Stable tag: 1.1.5 7 7 License: GPLv2 or later -
email-users-on-update-of-download-for-easy-digital-downloads/trunk/edd-email-user-settingspage.php
r3329529 r3436485 139 139 if ( isset($_POST['edd_email_on_update-mail_body']) ) { 140 140 $mail_body = wp_kses_post( $_POST['edd_email_on_update-mail_body'] ); 141 update_option( 'edd_email_on_update-mail_body', $mail_body);141 update_option( 'edd_email_on_update-mail_body', $mail_body, true ); 142 142 $saved = true; 143 143 } -
email-users-on-update-of-download-for-easy-digital-downloads/trunk/edd-email-user.php
r3329529 r3436485 2 2 /* 3 3 Plugin Name: Email Users on Update of Download for Easy Digital Downloads 4 Plugin URI: https:// wordpress.org/plugins/email-users-on-update-of-download-for-easy-digital-downloads/4 Plugin URI: https://timelord.nl 5 5 Description: Send customers manually an email when an update has been made for a download in Easy Digital Downloads. 6 6 Version: 1.1.5 -
email-users-on-update-of-download-for-easy-digital-downloads/trunk/readme.txt
r3329529 r3436485 3 3 Tags: easy digital downloads, edd, email, customer email 4 4 Requires at least: 4.1 5 Tested up to: 6. 85 Tested up to: 6.9 6 6 Stable tag: 1.1.5 7 7 License: GPLv2 or later … … 56 56 == Changelog == 57 57 58 = 1.1.6 = 59 * 2025- 60 * Set autoload explicitly for option. 61 * Add uninstall.php for cleanup after uninstall. 62 58 63 = 1.1.5 = 59 64 * 2025-07-17
Note: See TracChangeset
for help on using the changeset viewer.