Changeset 3444492
- Timestamp:
- 01/22/2026 02:05:09 AM (2 months ago)
- Location:
- smart-renew-tracker
- Files:
-
- 4 edited
- 1 copied
-
tags/1.1.3 (copied) (copied from smart-renew-tracker/trunk)
-
tags/1.1.3/readme.txt (modified) (7 diffs)
-
tags/1.1.3/wp-renew-tracker.php (modified) (1 diff)
-
trunk/readme.txt (modified) (7 diffs)
-
trunk/wp-renew-tracker.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
smart-renew-tracker/tags/1.1.3/readme.txt
r3444462 r3444492 4 4 Requires at least: 5.8 5 5 Tested up to: 6.9 6 Stable tag: 1.1. 16 Stable tag: 1.1.3 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 14 14 15 15 Smart Renew Tracker helps you stay on top of your clients’ renewals. 16 Never lose track of domain, hosting, or SSL expiry dates again — the plugin shows you clear dashboard alerts before your renewals expire.16 Never lose track of domain, hosting, or SSL expiry dates again — the plugin shows you clear dashboard alerts and sends automated email notifications before your renewals expire. 17 17 18 18 Perfect for: … … 23 23 **Main Features:** 24 24 - Add and manage renewals (domain, hosting, SSL, etc.) 25 - Dashboard alert for upcoming renewals 25 - Dashboard alerts for upcoming renewals 26 - **New:** Automated Email Notification system 27 - **New:** AJAX-powered "Send Test Email" for instant verification 26 28 - Customizable alert threshold (number of days before expiry) 27 29 - Clean, minimal design and easy-to-use interface … … 34 36 2. Activate the plugin through the ‘Plugins’ screen in WordPress. 35 37 3. Go to **Renew Tracker → Add New Renewal** to create your first record. 36 4. Optionally set youralert threshold under **Renew Tracker → Settings**.38 4. Set your email and alert threshold under **Renew Tracker → Settings**. 37 39 38 40 == Screenshots == … … 40 42 2. Meta box for entering renewal details. 41 43 3. Dashboard alert for upcoming expirations. 42 4. Settings screen for alert days configuration.44 4. Settings screen for alert days and email configuration. 43 45 44 46 == Frequently Asked Questions == … … 47 49 Yes. You can create as many renewal entries as you need, and categorize them by type (domain, hosting, SSL, etc). 48 50 51 = How do email notifications work? = 52 The plugin uses WP-Cron to check for expiring services daily and sends an HTML email to the address specified in settings. 53 49 54 = Can I customize how many days before expiry I get alerts? = 50 55 Yes, under **Renew Tracker → Settings**, you can define the number of days in advance you want to receive alerts. 51 56 52 = Does this plugin send any data externally? = 53 No. All data stays inside your WordPress database. 57 == Changelog == 54 58 55 == Changelog == 59 = 1.1.1 = 60 * Fix: Improved synchronization between GitHub and WordPress.org repository. 61 * Fix: Minor UI adjustments for the "Send Test Email" button. 56 62 57 63 = 1.1.0 = … … 65 71 * Security Fix: Improved sanitization and escaping for inputs and outputs. 66 72 * Fix: Updated prefixes to ensure compatibility and prevent conflicts. 67 * Fix: Resolved generic function names issue.68 73 69 74 = 1.0 = 70 75 * Initial release. 71 * Track renewals for domain, hosting, SSL.72 * Dashboard alert for upcoming expirations.73 * Customizable alert threshold.74 76 75 77 == Upgrade Notice == 76 78 77 = 1.0.1 = 78 Security update: Fixed sanitization and escaping issues. Recommended update. 79 = 1.1.3 = 80 Minor bug fixes and repository sync improvements. Recommended for all users. 81 82 = 1.1.0 = 83 Major Update: Added automated email notifications and major performance improvements via OOP refactoring. 79 84 80 85 == License == 81 86 This plugin is licensed under the GPLv2 or later. 82 You are free to modify, share, and redistribute it under the same license. -
smart-renew-tracker/tags/1.1.3/wp-renew-tracker.php
r3444462 r3444492 3 3 Plugin Name: Smart Renew Tracker 4 4 Description: Track and manage your domain and hosting renewals inside WordPress. Get renewal reminders and stay organized. 5 Version: 1.1. 15 Version: 1.1.3 6 6 Author: Iman Hossein Gholizadeh 7 7 Author URI: https://www.linkedin.com/in/iman-hossein-gholizadeh/ -
smart-renew-tracker/trunk/readme.txt
r3444462 r3444492 4 4 Requires at least: 5.8 5 5 Tested up to: 6.9 6 Stable tag: 1.1. 16 Stable tag: 1.1.3 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 14 14 15 15 Smart Renew Tracker helps you stay on top of your clients’ renewals. 16 Never lose track of domain, hosting, or SSL expiry dates again — the plugin shows you clear dashboard alerts before your renewals expire.16 Never lose track of domain, hosting, or SSL expiry dates again — the plugin shows you clear dashboard alerts and sends automated email notifications before your renewals expire. 17 17 18 18 Perfect for: … … 23 23 **Main Features:** 24 24 - Add and manage renewals (domain, hosting, SSL, etc.) 25 - Dashboard alert for upcoming renewals 25 - Dashboard alerts for upcoming renewals 26 - **New:** Automated Email Notification system 27 - **New:** AJAX-powered "Send Test Email" for instant verification 26 28 - Customizable alert threshold (number of days before expiry) 27 29 - Clean, minimal design and easy-to-use interface … … 34 36 2. Activate the plugin through the ‘Plugins’ screen in WordPress. 35 37 3. Go to **Renew Tracker → Add New Renewal** to create your first record. 36 4. Optionally set youralert threshold under **Renew Tracker → Settings**.38 4. Set your email and alert threshold under **Renew Tracker → Settings**. 37 39 38 40 == Screenshots == … … 40 42 2. Meta box for entering renewal details. 41 43 3. Dashboard alert for upcoming expirations. 42 4. Settings screen for alert days configuration.44 4. Settings screen for alert days and email configuration. 43 45 44 46 == Frequently Asked Questions == … … 47 49 Yes. You can create as many renewal entries as you need, and categorize them by type (domain, hosting, SSL, etc). 48 50 51 = How do email notifications work? = 52 The plugin uses WP-Cron to check for expiring services daily and sends an HTML email to the address specified in settings. 53 49 54 = Can I customize how many days before expiry I get alerts? = 50 55 Yes, under **Renew Tracker → Settings**, you can define the number of days in advance you want to receive alerts. 51 56 52 = Does this plugin send any data externally? = 53 No. All data stays inside your WordPress database. 57 == Changelog == 54 58 55 == Changelog == 59 = 1.1.1 = 60 * Fix: Improved synchronization between GitHub and WordPress.org repository. 61 * Fix: Minor UI adjustments for the "Send Test Email" button. 56 62 57 63 = 1.1.0 = … … 65 71 * Security Fix: Improved sanitization and escaping for inputs and outputs. 66 72 * Fix: Updated prefixes to ensure compatibility and prevent conflicts. 67 * Fix: Resolved generic function names issue.68 73 69 74 = 1.0 = 70 75 * Initial release. 71 * Track renewals for domain, hosting, SSL.72 * Dashboard alert for upcoming expirations.73 * Customizable alert threshold.74 76 75 77 == Upgrade Notice == 76 78 77 = 1.0.1 = 78 Security update: Fixed sanitization and escaping issues. Recommended update. 79 = 1.1.3 = 80 Minor bug fixes and repository sync improvements. Recommended for all users. 81 82 = 1.1.0 = 83 Major Update: Added automated email notifications and major performance improvements via OOP refactoring. 79 84 80 85 == License == 81 86 This plugin is licensed under the GPLv2 or later. 82 You are free to modify, share, and redistribute it under the same license. -
smart-renew-tracker/trunk/wp-renew-tracker.php
r3444462 r3444492 3 3 Plugin Name: Smart Renew Tracker 4 4 Description: Track and manage your domain and hosting renewals inside WordPress. Get renewal reminders and stay organized. 5 Version: 1.1. 15 Version: 1.1.3 6 6 Author: Iman Hossein Gholizadeh 7 7 Author URI: https://www.linkedin.com/in/iman-hossein-gholizadeh/
Note: See TracChangeset
for help on using the changeset viewer.