Plugin Directory

Changeset 3412395


Ignore:
Timestamp:
12/05/2025 04:10:31 PM (3 months ago)
Author:
checkview
Message:

Update to version 2.0.24 from GitHub

Location:
checkview
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • checkview/tags/2.0.24/README.txt

    r3395159 r3412395  
    44Tags: testing, monitoring, uptime, tests, woocommerce
    55Requires at least: 5.0.1
    6 Tested up to: 6.8
     6Tested up to: 6.9
    77Requires PHP: 7.0.0
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
    10 Stable tag: 2.0.23
     10Stable tag: 2.0.24
    1111
    1212[CheckView](https://checkview.io/) is the friendly WordPress automated testing platform for everyone, from developers, shop owners to agencies. 
     
    8686
    8787== Changelog ==
     88= 2.0.24 =
     89* Confirmed compatibility with WordPress 6.9.
     90
    8891= 2.0.23 =
    8992* Trim ports when detecting IP addresses.
     
    388391
    389392== Upgrade Notice ==
     393= 2.0.24 =
     394* Confirmed compatibility with WordPress 6.9.
     395
    390396= 2.0.23 =
    391397* Trim ports when detecting IP addresses.
  • checkview/tags/2.0.24/checkview.php

    r3395159 r3412395  
    1212 * Plugin URI:        https://checkview.io
    1313 * Description:       CheckView is the #1 fully automated solution to test your WordPress forms and detect form problems fast.  Automatically test your WordPress forms to ensure you never miss a lead again.
    14  * Version:           2.0.23
     14 * Version:           2.0.24
    1515 * Author:            CheckView
    1616 * Author URI:        https://checkview.io/
     
    3636 * @link https://semver.org
    3737 */
    38 define( 'CHECKVIEW_VERSION', '2.0.23' );
     38define( 'CHECKVIEW_VERSION', '2.0.24' );
    3939
    4040if ( ! defined( 'CHECKVIEW_BASE_DIR' ) ) {
  • checkview/tags/2.0.24/includes/class-checkview.php

    r3395159 r3412395  
    8181            $this->version = CHECKVIEW_VERSION;
    8282        } else {
    83             $this->version = '2.0.23';
     83            $this->version = '2.0.24';
    8484        }
    8585        $this->plugin_name = 'checkview';
  • checkview/trunk/README.txt

    r3395159 r3412395  
    44Tags: testing, monitoring, uptime, tests, woocommerce
    55Requires at least: 5.0.1
    6 Tested up to: 6.8
     6Tested up to: 6.9
    77Requires PHP: 7.0.0
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
    10 Stable tag: 2.0.23
     10Stable tag: 2.0.24
    1111
    1212[CheckView](https://checkview.io/) is the friendly WordPress automated testing platform for everyone, from developers, shop owners to agencies. 
     
    8686
    8787== Changelog ==
     88= 2.0.24 =
     89* Confirmed compatibility with WordPress 6.9.
     90
    8891= 2.0.23 =
    8992* Trim ports when detecting IP addresses.
     
    388391
    389392== Upgrade Notice ==
     393= 2.0.24 =
     394* Confirmed compatibility with WordPress 6.9.
     395
    390396= 2.0.23 =
    391397* Trim ports when detecting IP addresses.
  • checkview/trunk/checkview.php

    r3395159 r3412395  
    1212 * Plugin URI:        https://checkview.io
    1313 * Description:       CheckView is the #1 fully automated solution to test your WordPress forms and detect form problems fast.  Automatically test your WordPress forms to ensure you never miss a lead again.
    14  * Version:           2.0.23
     14 * Version:           2.0.24
    1515 * Author:            CheckView
    1616 * Author URI:        https://checkview.io/
     
    3636 * @link https://semver.org
    3737 */
    38 define( 'CHECKVIEW_VERSION', '2.0.23' );
     38define( 'CHECKVIEW_VERSION', '2.0.24' );
    3939
    4040if ( ! defined( 'CHECKVIEW_BASE_DIR' ) ) {
  • checkview/trunk/includes/class-checkview.php

    r3395159 r3412395  
    8181            $this->version = CHECKVIEW_VERSION;
    8282        } else {
    83             $this->version = '2.0.23';
     83            $this->version = '2.0.24';
    8484        }
    8585        $this->plugin_name = 'checkview';
Note: See TracChangeset for help on using the changeset viewer.