Changelog

Version 1.1.6


    Special Characters Handling: Fixed an issue with HTML entities in post titles where special characters like “ or + were not displaying correctly.
    Fixed a bug where logs were not being properly cleared.

Version 1.1.5

    HTTPS Support: Configured full SSL certificate support, ensuring secure communication with the server using Node.js.
    Domain Configuration: Updated to use the domain blurtplugin.online instead of direct IP addresses, ensuring cleaner and more secure URLs.

Version 1.1.4

    Enhanced Error Logging: Improved cURL error logging to include more details about SSL and server-side issues.

Version 1.1.3

    Beneficiaries Feature: Added support for assigning beneficiaries to posts. Users can set dynamic or fixed percentages for beneficiaries.


Version 1.1.2

    Settings Page Enhancement: Expanded the settings page with additional fields, including reward percentage and tags. Introduced immediate page refresh after saving options.


Version 1.1.1

    Cron Job Implementation: Introduced automatic scheduling to publish posts at specific intervals via cron jobs.

Version 1.1.0

    Error Logs Access: Added a submenu for accessing error logs directly from the admin panel, allowing users to track issues and errors without leaving the WordPress dashboard.


Version 1.0.9  
    
        Error Logging: Added blurt_log_error function to capture all errors in server logs, improving debugging.


Version 1.0.8

    Improved UI: Adjustments were made to enhance the user interface within the WordPress admin panel. The display of settings, options, and buttons have been restructured for better readability and usability.
    New Menu Structure: The plugin now appears as a top-level menu in the WordPress admin sidebar, providing quicker access to settings and publishing controls.
  

Version 1.0.7

    Modularization of the Codebase: The plugin's code has been split into multiple files for better organization and maintainability.
        Settings Moved to a Separate File: All settings and configuration logic are now housed in settings.php, making the main plugin file cleaner and more focused.
        Cron Jobs Logic: The functionality related to publishing posts and handling cron tasks has been moved into a dedicated cron.php file.
        Cleanup and Uninstall Logic: All cleanup processes on deactivation and uninstalling of the plugin have been separated into cleanup.php.
    

Version 1.0.6
    
    Non-Visibility of Private Keys: Ensured that private keys are no longer visible in the settings once saved, enhancing overall security and privacy.


Version 1.0.5

    Private Key Security: Improved the security of handling private keys by preventing them from being overwritten when other settings are updated.

Version 1.0.4

    Clear Private Key on Deactivation: Implemented functionality that clears the private key from the WordPress database when the plugin is deactivated, ensuring that sensitive information is not retained.

Version 1.0.3

    Complete Data Removal on Uninstall: Added functionality to remove all plugin-related data, including private keys and other options stored in the WordPress database, when the plugin is uninstalled.

Version 1.0.2

    Private Key Security: Improved the security of handling private keys by preventing them from being overwritten when other settings are updated.

Version 1.0.1

    Permlink Generation: Implemented automatic permlink generation based on the post title to create unique Blurt post URLs.
    Basic Configuration Options: Added core configuration options for setting author, community, reward percentage, and tags.



