Plugin Directory

Changeset 3444492


Ignore:
Timestamp:
01/22/2026 02:05:09 AM (2 months ago)
Author:
madebyiman
Message:

Update to version 1.1.3 from GitHub

Location:
smart-renew-tracker
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • smart-renew-tracker/tags/1.1.3/readme.txt

    r3444462 r3444492  
    44Requires at least: 5.8
    55Tested up to: 6.9
    6 Stable tag: 1.1.1
     6Stable tag: 1.1.3
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    1414
    1515Smart 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.
     16Never 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.
    1717
    1818Perfect for:
     
    2323**Main Features:**
    2424- 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
    2628- Customizable alert threshold (number of days before expiry)
    2729- Clean, minimal design and easy-to-use interface
     
    34362. Activate the plugin through the ‘Plugins’ screen in WordPress.
    35373. Go to **Renew Tracker → Add New Renewal** to create your first record.
    36 4. Optionally set your alert threshold under **Renew Tracker → Settings**.
     384. Set your email and alert threshold under **Renew Tracker → Settings**.
    3739
    3840== Screenshots ==
     
    40422. Meta box for entering renewal details.
    41433. Dashboard alert for upcoming expirations.
    42 4. Settings screen for alert days configuration.
     444. Settings screen for alert days and email configuration.
    4345
    4446== Frequently Asked Questions ==
     
    4749Yes. You can create as many renewal entries as you need, and categorize them by type (domain, hosting, SSL, etc).
    4850
     51= How do email notifications work? =
     52The plugin uses WP-Cron to check for expiring services daily and sends an HTML email to the address specified in settings.
     53
    4954= Can I customize how many days before expiry I get alerts? =
    5055Yes, under **Renew Tracker → Settings**, you can define the number of days in advance you want to receive alerts.
    5156
    52 = Does this plugin send any data externally? =
    53 No. All data stays inside your WordPress database.
     57== Changelog ==
    5458
    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.
    5662
    5763= 1.1.0 =
     
    6571* Security Fix: Improved sanitization and escaping for inputs and outputs.
    6672* Fix: Updated prefixes to ensure compatibility and prevent conflicts.
    67 * Fix: Resolved generic function names issue.
    6873
    6974= 1.0 =
    7075* Initial release.
    71 * Track renewals for domain, hosting, SSL.
    72 * Dashboard alert for upcoming expirations.
    73 * Customizable alert threshold.
    7476
    7577== Upgrade Notice ==
    7678
    77 = 1.0.1 =
    78 Security update: Fixed sanitization and escaping issues. Recommended update.
     79= 1.1.3 =
     80Minor bug fixes and repository sync improvements. Recommended for all users.
     81
     82= 1.1.0 =
     83Major Update: Added automated email notifications and major performance improvements via OOP refactoring.
    7984
    8085== License ==
    8186This 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  
    33Plugin Name: Smart Renew Tracker
    44Description: Track and manage your domain and hosting renewals inside WordPress. Get renewal reminders and stay organized.
    5 Version: 1.1.1
     5Version: 1.1.3
    66Author: Iman Hossein Gholizadeh
    77Author URI: https://www.linkedin.com/in/iman-hossein-gholizadeh/
  • smart-renew-tracker/trunk/readme.txt

    r3444462 r3444492  
    44Requires at least: 5.8
    55Tested up to: 6.9
    6 Stable tag: 1.1.1
     6Stable tag: 1.1.3
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    1414
    1515Smart 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.
     16Never 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.
    1717
    1818Perfect for:
     
    2323**Main Features:**
    2424- 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
    2628- Customizable alert threshold (number of days before expiry)
    2729- Clean, minimal design and easy-to-use interface
     
    34362. Activate the plugin through the ‘Plugins’ screen in WordPress.
    35373. Go to **Renew Tracker → Add New Renewal** to create your first record.
    36 4. Optionally set your alert threshold under **Renew Tracker → Settings**.
     384. Set your email and alert threshold under **Renew Tracker → Settings**.
    3739
    3840== Screenshots ==
     
    40422. Meta box for entering renewal details.
    41433. Dashboard alert for upcoming expirations.
    42 4. Settings screen for alert days configuration.
     444. Settings screen for alert days and email configuration.
    4345
    4446== Frequently Asked Questions ==
     
    4749Yes. You can create as many renewal entries as you need, and categorize them by type (domain, hosting, SSL, etc).
    4850
     51= How do email notifications work? =
     52The plugin uses WP-Cron to check for expiring services daily and sends an HTML email to the address specified in settings.
     53
    4954= Can I customize how many days before expiry I get alerts? =
    5055Yes, under **Renew Tracker → Settings**, you can define the number of days in advance you want to receive alerts.
    5156
    52 = Does this plugin send any data externally? =
    53 No. All data stays inside your WordPress database.
     57== Changelog ==
    5458
    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.
    5662
    5763= 1.1.0 =
     
    6571* Security Fix: Improved sanitization and escaping for inputs and outputs.
    6672* Fix: Updated prefixes to ensure compatibility and prevent conflicts.
    67 * Fix: Resolved generic function names issue.
    6873
    6974= 1.0 =
    7075* Initial release.
    71 * Track renewals for domain, hosting, SSL.
    72 * Dashboard alert for upcoming expirations.
    73 * Customizable alert threshold.
    7476
    7577== Upgrade Notice ==
    7678
    77 = 1.0.1 =
    78 Security update: Fixed sanitization and escaping issues. Recommended update.
     79= 1.1.3 =
     80Minor bug fixes and repository sync improvements. Recommended for all users.
     81
     82= 1.1.0 =
     83Major Update: Added automated email notifications and major performance improvements via OOP refactoring.
    7984
    8085== License ==
    8186This 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  
    33Plugin Name: Smart Renew Tracker
    44Description: Track and manage your domain and hosting renewals inside WordPress. Get renewal reminders and stay organized.
    5 Version: 1.1.1
     5Version: 1.1.3
    66Author: Iman Hossein Gholizadeh
    77Author URI: https://www.linkedin.com/in/iman-hossein-gholizadeh/
Note: See TracChangeset for help on using the changeset viewer.