Plugin Directory

Changeset 3331694


Ignore:
Timestamp:
07/21/2025 07:32:22 PM (9 months ago)
Author:
safecomments
Message:

Version 1.0.1

Location:
safecomments
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • safecomments/tags/1.0.1/safecomments.php

    r3233054 r3331694  
    1616 * Plugin Name:       SafeComments
    1717 * Description:       Enhances WordPress comment security by checking comments through an external API and managing comment moderation via secure webhooks.
    18  * Version:           1.0.0
     18 * Version:           1.0.1
    1919 * Author:            SafeComments
    2020 * Author URI:        https://safecomments.ai
     
    3535 * Rename this for your plugin and update it as you release new versions.
    3636 */
    37 define( 'SAFECOMMENTS_VERSION', '1.0.0' );
     37define( 'SAFECOMMENTS_VERSION', '1.0.1' );
    3838define('SAFECOMMENTS_API_ENDPOINT', 'https://safecomments.ai/api/check');
    3939define('SAFECOMMENTS_RESULT_COLUMN', 'safecomments_result');
  • safecomments/trunk/safecomments.php

    r3233054 r3331694  
    1616 * Plugin Name:       SafeComments
    1717 * Description:       Enhances WordPress comment security by checking comments through an external API and managing comment moderation via secure webhooks.
    18  * Version:           1.0.0
     18 * Version:           1.0.1
    1919 * Author:            SafeComments
    2020 * Author URI:        https://safecomments.ai
     
    3535 * Rename this for your plugin and update it as you release new versions.
    3636 */
    37 define( 'SAFECOMMENTS_VERSION', '1.0.0' );
     37define( 'SAFECOMMENTS_VERSION', '1.0.1' );
    3838define('SAFECOMMENTS_API_ENDPOINT', 'https://safecomments.ai/api/check');
    3939define('SAFECOMMENTS_RESULT_COLUMN', 'safecomments_result');
Note: See TracChangeset for help on using the changeset viewer.