Skip to content

Commit

Permalink
🚀 RELEASE: v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdevore committed May 24, 2022
1 parent 5ea288a commit 6db0384
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dispensary-age-verification.php
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: Age Verification
* Plugin URI: https://www.deviodigital.com
* Description: Check a visitors age before allowing them to view your website. Brought to you by <a href="https://www.deviodigital.com/" target="_blank">Devio Digital</a>
* Version: 2.7
* Version: 2.8
* Author: Devio Digital
* Author URI: https://www.deviodigital.com
* License: GPL-2.0+
Expand All @@ -26,7 +26,7 @@
}

// Current plugin version.
define( 'AVWP_VERSION', '2.7' );
define( 'AVWP_VERSION', '2.8' );

// Plugin folder name.
$pluginname = plugin_basename( __FILE__ );
Expand Down
2 changes: 1 addition & 1 deletion includes/class-dispensary-age-verification.php
Expand Up @@ -68,7 +68,7 @@ class Age_Verification {
*/
public function __construct() {
$this->plugin_name = 'dispensary-age-verification';
$this->version = '2.7';
$this->version = '2.8';
if ( defined( 'AVWP_VERSION' ) ) {
$this->version = AVWP_VERSION;
}
Expand Down
9 changes: 8 additions & 1 deletion readme.txt
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.deviodigital.com
Tags: age-verify, dispensary, adults-only, verification, modal, alcohol, cannabis, marijuana, age-verification, over-16, over-18, over-19, over-20, over-21, pop-up, popup, restrict, splash screen, verify
Requires at least: 4.6
Tested up to: 5.9.2
Stable tag: 2.7
Stable tag: 2.8
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -63,6 +63,13 @@ Customize your age verification pop up even more by using our [Age Verification

== Changelog ==

= 2.8 =
* Added new Czech translation in `languages/dispensary-age-verification-es_MX.pot`
* Added new Spanish (Mexico) translation in `languages/dispensary-age-verification-cs_CZ.pot`
* Bug fix 'TypeError: $.ageCheck is not a function' error in `public/class-dispensary-age-verification-public.php`
* Updated text strings for localization in multiple language translation files in `languages/`
* WordPress Coding Standards throughout multiple files in the plugin

= 2.7 =
* Updated various security related issues found with [Codacy](https://codacy.com) throughout multiple files in the plugin

Expand Down

0 comments on commit 6db0384

Please sign in to comment.