Changeset 3331694
- Timestamp:
- 07/21/2025 07:32:22 PM (9 months ago)
- Location:
- safecomments
- Files:
-
- 2 edited
- 1 copied
-
tags/1.0.1 (copied) (copied from safecomments/trunk)
-
tags/1.0.1/safecomments.php (modified) (2 diffs)
-
trunk/safecomments.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
safecomments/tags/1.0.1/safecomments.php
r3233054 r3331694 16 16 * Plugin Name: SafeComments 17 17 * Description: Enhances WordPress comment security by checking comments through an external API and managing comment moderation via secure webhooks. 18 * Version: 1.0. 018 * Version: 1.0.1 19 19 * Author: SafeComments 20 20 * Author URI: https://safecomments.ai … … 35 35 * Rename this for your plugin and update it as you release new versions. 36 36 */ 37 define( 'SAFECOMMENTS_VERSION', '1.0. 0' );37 define( 'SAFECOMMENTS_VERSION', '1.0.1' ); 38 38 define('SAFECOMMENTS_API_ENDPOINT', 'https://safecomments.ai/api/check'); 39 39 define('SAFECOMMENTS_RESULT_COLUMN', 'safecomments_result'); -
safecomments/trunk/safecomments.php
r3233054 r3331694 16 16 * Plugin Name: SafeComments 17 17 * Description: Enhances WordPress comment security by checking comments through an external API and managing comment moderation via secure webhooks. 18 * Version: 1.0. 018 * Version: 1.0.1 19 19 * Author: SafeComments 20 20 * Author URI: https://safecomments.ai … … 35 35 * Rename this for your plugin and update it as you release new versions. 36 36 */ 37 define( 'SAFECOMMENTS_VERSION', '1.0. 0' );37 define( 'SAFECOMMENTS_VERSION', '1.0.1' ); 38 38 define('SAFECOMMENTS_API_ENDPOINT', 'https://safecomments.ai/api/check'); 39 39 define('SAFECOMMENTS_RESULT_COLUMN', 'safecomments_result');
Note: See TracChangeset
for help on using the changeset viewer.