Changeset 3430825
- Timestamp:
- 01/02/2026 02:51:51 AM (7 weeks ago)
- Location:
- comment-validation-computy
- Files:
-
- 4 added
- 4 deleted
- 4 edited
- 1 copied
-
assets/assets (added)
-
assets/assets/icon-128x128.png (added)
-
assets/assets/icon-256x256.png (added)
-
assets/assets/screenshot-1.png (added)
-
assets/icon-128x128.png (deleted)
-
assets/icon-256x256.png (deleted)
-
tags/1.6.8 (copied) (copied from comment-validation-computy/trunk)
-
tags/1.6.8/comment-validation.php (modified) (2 diffs)
-
tags/1.6.8/readme.txt (modified) (2 diffs)
-
tags/1.6.8/screenshot-1.png (deleted)
-
trunk/comment-validation.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/screenshot-1.png (deleted)
Legend:
- Unmodified
- Added
- Removed
-
comment-validation-computy/tags/1.6.8/comment-validation.php
r3360213 r3430825 5 5 * Plugin URI: https://computy.ru/blog/plagin-validacii-formy-kommentariev-v-wordpress/ 6 6 * Description: Adds custom jQuery validation forms in the form of WordPress comments and bbPress comments. 7 * Version: 1.6. 77 * Version: 1.6.8 8 8 * Author: computy.ru 9 9 * Author URI: https://computy.ru … … 13 13 14 14 define( 'CV_COMPUTY_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 15 define( 'CV_COMPUTY_VERSION', '1.6. 7' );15 define( 'CV_COMPUTY_VERSION', '1.6.8' ); 16 16 17 17 if ( is_admin() || ( defined( 'WP_CLI' ) && WP_CLI ) ) { -
comment-validation-computy/tags/1.6.8/readme.txt
r3360213 r3430825 4 4 Tags: validation, form, comments 5 5 Requires at least: 4.9 6 Tested up to: 6. 87 Stable tag: 1.6. 76 Tested up to: 6.9 7 Stable tag: 1.6.8 8 8 Requires PHP: 7.4 9 9 License: GPLv3 or later … … 28 28 29 29 == Changelog == 30 31 = 1.6.8 - 02.01.2026 = 32 * Updated to current version 30 33 31 34 = 1.6.7 - 12.09.2025 = -
comment-validation-computy/trunk/comment-validation.php
r3360213 r3430825 5 5 * Plugin URI: https://computy.ru/blog/plagin-validacii-formy-kommentariev-v-wordpress/ 6 6 * Description: Adds custom jQuery validation forms in the form of WordPress comments and bbPress comments. 7 * Version: 1.6. 77 * Version: 1.6.8 8 8 * Author: computy.ru 9 9 * Author URI: https://computy.ru … … 13 13 14 14 define( 'CV_COMPUTY_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 15 define( 'CV_COMPUTY_VERSION', '1.6. 7' );15 define( 'CV_COMPUTY_VERSION', '1.6.8' ); 16 16 17 17 if ( is_admin() || ( defined( 'WP_CLI' ) && WP_CLI ) ) { -
comment-validation-computy/trunk/readme.txt
r3360213 r3430825 4 4 Tags: validation, form, comments 5 5 Requires at least: 4.9 6 Tested up to: 6. 87 Stable tag: 1.6. 76 Tested up to: 6.9 7 Stable tag: 1.6.8 8 8 Requires PHP: 7.4 9 9 License: GPLv3 or later … … 28 28 29 29 == Changelog == 30 31 = 1.6.8 - 02.01.2026 = 32 * Updated to current version 30 33 31 34 = 1.6.7 - 12.09.2025 =
Note: See TracChangeset
for help on using the changeset viewer.