Changeset 3412395
- Timestamp:
- 12/05/2025 04:10:31 PM (3 months ago)
- Location:
- checkview
- Files:
-
- 6 edited
- 1 copied
-
tags/2.0.24 (copied) (copied from checkview/trunk)
-
tags/2.0.24/README.txt (modified) (3 diffs)
-
tags/2.0.24/checkview.php (modified) (2 diffs)
-
tags/2.0.24/includes/class-checkview.php (modified) (1 diff)
-
trunk/README.txt (modified) (3 diffs)
-
trunk/checkview.php (modified) (2 diffs)
-
trunk/includes/class-checkview.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
checkview/tags/2.0.24/README.txt
r3395159 r3412395 4 4 Tags: testing, monitoring, uptime, tests, woocommerce 5 5 Requires at least: 5.0.1 6 Tested up to: 6. 86 Tested up to: 6.9 7 7 Requires PHP: 7.0.0 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html 10 Stable tag: 2.0.2 310 Stable tag: 2.0.24 11 11 12 12 [CheckView](https://checkview.io/) is the friendly WordPress automated testing platform for everyone, from developers, shop owners to agencies. … … 86 86 87 87 == Changelog == 88 = 2.0.24 = 89 * Confirmed compatibility with WordPress 6.9. 90 88 91 = 2.0.23 = 89 92 * Trim ports when detecting IP addresses. … … 388 391 389 392 == Upgrade Notice == 393 = 2.0.24 = 394 * Confirmed compatibility with WordPress 6.9. 395 390 396 = 2.0.23 = 391 397 * Trim ports when detecting IP addresses. -
checkview/tags/2.0.24/checkview.php
r3395159 r3412395 12 12 * Plugin URI: https://checkview.io 13 13 * 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.2 314 * Version: 2.0.24 15 15 * Author: CheckView 16 16 * Author URI: https://checkview.io/ … … 36 36 * @link https://semver.org 37 37 */ 38 define( 'CHECKVIEW_VERSION', '2.0.2 3' );38 define( 'CHECKVIEW_VERSION', '2.0.24' ); 39 39 40 40 if ( ! defined( 'CHECKVIEW_BASE_DIR' ) ) { -
checkview/tags/2.0.24/includes/class-checkview.php
r3395159 r3412395 81 81 $this->version = CHECKVIEW_VERSION; 82 82 } else { 83 $this->version = '2.0.2 3';83 $this->version = '2.0.24'; 84 84 } 85 85 $this->plugin_name = 'checkview'; -
checkview/trunk/README.txt
r3395159 r3412395 4 4 Tags: testing, monitoring, uptime, tests, woocommerce 5 5 Requires at least: 5.0.1 6 Tested up to: 6. 86 Tested up to: 6.9 7 7 Requires PHP: 7.0.0 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html 10 Stable tag: 2.0.2 310 Stable tag: 2.0.24 11 11 12 12 [CheckView](https://checkview.io/) is the friendly WordPress automated testing platform for everyone, from developers, shop owners to agencies. … … 86 86 87 87 == Changelog == 88 = 2.0.24 = 89 * Confirmed compatibility with WordPress 6.9. 90 88 91 = 2.0.23 = 89 92 * Trim ports when detecting IP addresses. … … 388 391 389 392 == Upgrade Notice == 393 = 2.0.24 = 394 * Confirmed compatibility with WordPress 6.9. 395 390 396 = 2.0.23 = 391 397 * Trim ports when detecting IP addresses. -
checkview/trunk/checkview.php
r3395159 r3412395 12 12 * Plugin URI: https://checkview.io 13 13 * 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.2 314 * Version: 2.0.24 15 15 * Author: CheckView 16 16 * Author URI: https://checkview.io/ … … 36 36 * @link https://semver.org 37 37 */ 38 define( 'CHECKVIEW_VERSION', '2.0.2 3' );38 define( 'CHECKVIEW_VERSION', '2.0.24' ); 39 39 40 40 if ( ! defined( 'CHECKVIEW_BASE_DIR' ) ) { -
checkview/trunk/includes/class-checkview.php
r3395159 r3412395 81 81 $this->version = CHECKVIEW_VERSION; 82 82 } else { 83 $this->version = '2.0.2 3';83 $this->version = '2.0.24'; 84 84 } 85 85 $this->plugin_name = 'checkview';
Note: See TracChangeset
for help on using the changeset viewer.