Skip to content

Commit

Permalink
Fixed another file with warnings about dynamic properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alicia Harris committed Aug 21, 2023
1 parent acff6f5 commit a30f6ff
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions includes/public/class-passnado-public.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ class Passnado_Public {
*/
private $version;

private $cookie_exp;
private $protect;
private $key;

/**
* Initialize the class and set its properties.
*
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "passnado",
"version": "2.3.2",
"version": "2.3.3",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions passnado.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Plugin Name: Passnado
* Plugin URI: https://designcontainer.no
* Description: Password protect site
* Version: 2.3.2
* Version: 2.3.3
* Author: Design Container AS
* Author URI: https://designcontainer.no
* License: GNU General Public License version 3.0
Expand All @@ -26,7 +26,7 @@
* Rename this when releasing new versions.
*/
if (!defined('PASSNADO_VERSION')) {
define('PASSNADO_VERSION', '2.3.2');
define('PASSNADO_VERSION', '2.3.3');
}

/**
Expand Down

0 comments on commit a30f6ff

Please sign in to comment.