Changeset 3041943
- Timestamp:
- 02/27/2024 01:34:13 PM (2 years ago)
- Location:
- verifiedvisitors
- Files:
-
- 6 edited
- 1 copied
-
tags/1.1.2 (copied) (copied from verifiedvisitors/trunk)
-
tags/1.1.2/VerifiedVisitors.php (modified) (2 diffs)
-
tags/1.1.2/class.config.php (modified) (1 diff)
-
tags/1.1.2/readme.txt (modified) (3 diffs)
-
trunk/VerifiedVisitors.php (modified) (2 diffs)
-
trunk/class.config.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
verifiedvisitors/tags/1.1.2/VerifiedVisitors.php
r3008746 r3041943 5 5 /** 6 6 * @package VerifiedVisitors 7 * @version 1.1. 17 * @version 1.1.2 8 8 * 9 9 * Plugin Name: VerifiedVisitors … … 12 12 * Author: VerifiedVisitors 13 13 * Author URI: https://www.verifiedvisitors.com/ 14 * Version: 1.1. 115 * Stable tag: 1.1. 114 * Version: 1.1.2 15 * Stable tag: 1.1.2 16 16 * Requires at least: 4.9 17 17 * Requires PHP: 7.2 -
verifiedvisitors/tags/1.1.2/class.config.php
r2916773 r3041943 10 10 public const COOKIE_NAME = 'vv_vid'; 11 11 public const COOKIE_EXPIRATION = 30 * DAY_IN_SECONDS; 12 public const VERSION = '1.1. 0';12 public const VERSION = '1.1.2'; 13 13 public const H_CAPTCHA_RESPONSE_KEY = "hCaptchaResponse"; 14 14 } -
verifiedvisitors/tags/1.1.2/readme.txt
r3008746 r3041943 4 4 Requires at least: 4.9 5 5 Tested up to: 6.4 6 Stable tag: 1.1. 16 Stable tag: 1.1.2 7 7 Requires PHP: 7.2 8 8 License: GPLv3 or later … … 23 23 All the bot detection and mitigation happens at the earliest part of the visitors journey - the plugin takes minutes to install. Setup is simple, typically our customers are up and running in minutes, not days. 24 24 With VerifiedVisitors you will be able to manage all the bots visiting your site, set your bot access list, and automate mitigation through the VerifiedVisitors dashboard. 25 If you use AWS CloudFront or Cloudflare you can install VerifiedVisitors at the edge of network by starting your journey at https://app.verifiedvisitors.com/register 25 26 26 27 **What does it cost?** 27 28 28 All new accounts automatically get access to our Standard Tier FREE for 30 days so you can experience the product for yourselves!29 We charge on a monthly subscription basis, based on total web request volume for your account, with overages available for all tiers except our Basic tier for ad-hoc burst usage.30 We have a low cost basic tier for accounts with less than 100k web requests per month for $10 per month.For accounts with higher volumes, upgrades are available via the VerifiedVisitors portal starting from as little as $199 per month.29 All new accounts automatically get access to our Standard Tier FREE for up to 30 days so you can experience the product for yourselves! We charge on a monthly subscription basis, based on total web request volume for your account, with overages available for all tiers except our Basic tier for ad-hoc burst usage. 30 We have a low cost basic tier for accounts with less than 1M web requests per month for $99 per month. 31 For accounts with higher volumes, upgrades are available via the VerifiedVisitors portal starting from as little as $199 per month. 31 32 Billing is available in both $USD and £GBP. 32 If you use AWS CloudFront or Cloudflare you can install VerifiedVisitors at the edge of network by starting your journey at https://app.verifiedvisitors.com/register33 33 34 34 **External/Third Party services** … … 110 110 == Changelog == 111 111 112 = 1.1.2 = 113 * Update README.md * 114 112 115 = 1.1.1 = 113 116 * Test with WordPress 6.4 -
verifiedvisitors/trunk/VerifiedVisitors.php
r3008746 r3041943 5 5 /** 6 6 * @package VerifiedVisitors 7 * @version 1.1. 17 * @version 1.1.2 8 8 * 9 9 * Plugin Name: VerifiedVisitors … … 12 12 * Author: VerifiedVisitors 13 13 * Author URI: https://www.verifiedvisitors.com/ 14 * Version: 1.1. 115 * Stable tag: 1.1. 114 * Version: 1.1.2 15 * Stable tag: 1.1.2 16 16 * Requires at least: 4.9 17 17 * Requires PHP: 7.2 -
verifiedvisitors/trunk/class.config.php
r2916773 r3041943 10 10 public const COOKIE_NAME = 'vv_vid'; 11 11 public const COOKIE_EXPIRATION = 30 * DAY_IN_SECONDS; 12 public const VERSION = '1.1. 0';12 public const VERSION = '1.1.2'; 13 13 public const H_CAPTCHA_RESPONSE_KEY = "hCaptchaResponse"; 14 14 } -
verifiedvisitors/trunk/readme.txt
r3008746 r3041943 4 4 Requires at least: 4.9 5 5 Tested up to: 6.4 6 Stable tag: 1.1. 16 Stable tag: 1.1.2 7 7 Requires PHP: 7.2 8 8 License: GPLv3 or later … … 23 23 All the bot detection and mitigation happens at the earliest part of the visitors journey - the plugin takes minutes to install. Setup is simple, typically our customers are up and running in minutes, not days. 24 24 With VerifiedVisitors you will be able to manage all the bots visiting your site, set your bot access list, and automate mitigation through the VerifiedVisitors dashboard. 25 If you use AWS CloudFront or Cloudflare you can install VerifiedVisitors at the edge of network by starting your journey at https://app.verifiedvisitors.com/register 25 26 26 27 **What does it cost?** 27 28 28 All new accounts automatically get access to our Standard Tier FREE for 30 days so you can experience the product for yourselves!29 We charge on a monthly subscription basis, based on total web request volume for your account, with overages available for all tiers except our Basic tier for ad-hoc burst usage.30 We have a low cost basic tier for accounts with less than 100k web requests per month for $10 per month.For accounts with higher volumes, upgrades are available via the VerifiedVisitors portal starting from as little as $199 per month.29 All new accounts automatically get access to our Standard Tier FREE for up to 30 days so you can experience the product for yourselves! We charge on a monthly subscription basis, based on total web request volume for your account, with overages available for all tiers except our Basic tier for ad-hoc burst usage. 30 We have a low cost basic tier for accounts with less than 1M web requests per month for $99 per month. 31 For accounts with higher volumes, upgrades are available via the VerifiedVisitors portal starting from as little as $199 per month. 31 32 Billing is available in both $USD and £GBP. 32 If you use AWS CloudFront or Cloudflare you can install VerifiedVisitors at the edge of network by starting your journey at https://app.verifiedvisitors.com/register33 33 34 34 **External/Third Party services** … … 110 110 == Changelog == 111 111 112 = 1.1.2 = 113 * Update README.md * 114 112 115 = 1.1.1 = 113 116 * Test with WordPress 6.4
Note: See TracChangeset
for help on using the changeset viewer.