Plugin Directory

Changeset 3430825


Ignore:
Timestamp:
01/02/2026 02:51:51 AM (7 weeks ago)
Author:
calliko
Message:

Update to version 1.6.8 from GitHub

Location:
comment-validation-computy
Files:
4 added
4 deleted
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • comment-validation-computy/tags/1.6.8/comment-validation.php

    r3360213 r3430825  
    55 * Plugin URI: https://computy.ru/blog/plagin-validacii-formy-kommentariev-v-wordpress/
    66 * Description: Adds custom jQuery validation forms in the form of WordPress comments and bbPress comments.
    7  * Version: 1.6.7
     7 * Version: 1.6.8
    88 * Author: computy.ru
    99 * Author URI: https://computy.ru
     
    1313
    1414define( 'CV_COMPUTY_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    15 define( 'CV_COMPUTY_VERSION', '1.6.7' );
     15define( 'CV_COMPUTY_VERSION', '1.6.8' );
    1616
    1717if ( is_admin() || ( defined( 'WP_CLI' ) && WP_CLI ) ) {
  • comment-validation-computy/tags/1.6.8/readme.txt

    r3360213 r3430825  
    44Tags: validation, form, comments
    55Requires at least: 4.9
    6 Tested up to: 6.8
    7 Stable tag: 1.6.7
     6Tested up to: 6.9
     7Stable tag: 1.6.8
    88Requires PHP: 7.4
    99License: GPLv3 or later
     
    2828
    2929== Changelog ==
     30
     31= 1.6.8 - 02.01.2026 =
     32* Updated to current version
    3033
    3134= 1.6.7 - 12.09.2025 =
  • comment-validation-computy/trunk/comment-validation.php

    r3360213 r3430825  
    55 * Plugin URI: https://computy.ru/blog/plagin-validacii-formy-kommentariev-v-wordpress/
    66 * Description: Adds custom jQuery validation forms in the form of WordPress comments and bbPress comments.
    7  * Version: 1.6.7
     7 * Version: 1.6.8
    88 * Author: computy.ru
    99 * Author URI: https://computy.ru
     
    1313
    1414define( 'CV_COMPUTY_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    15 define( 'CV_COMPUTY_VERSION', '1.6.7' );
     15define( 'CV_COMPUTY_VERSION', '1.6.8' );
    1616
    1717if ( is_admin() || ( defined( 'WP_CLI' ) && WP_CLI ) ) {
  • comment-validation-computy/trunk/readme.txt

    r3360213 r3430825  
    44Tags: validation, form, comments
    55Requires at least: 4.9
    6 Tested up to: 6.8
    7 Stable tag: 1.6.7
     6Tested up to: 6.9
     7Stable tag: 1.6.8
    88Requires PHP: 7.4
    99License: GPLv3 or later
     
    2828
    2929== Changelog ==
     30
     31= 1.6.8 - 02.01.2026 =
     32* Updated to current version
    3033
    3134= 1.6.7 - 12.09.2025 =
Note: See TracChangeset for help on using the changeset viewer.