Skip to content

Commit

Permalink
Add class property to avoid PHP 8.2+ deprecation notice (#2134)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcasual committed Sep 10, 2024
1 parent 80886f2 commit c5926d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions includes/extensions/edit-entry/class-edit-entry-render.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ class GravityView_Edit_Entry_Render {
public $show_next_button;
public $show_update_button;
public $is_paged_submitted;
private $unset_hidden_calculations = [];

function __construct( GravityView_Edit_Entry $loader ) {
$this->loader = $loader;
Expand Down
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Beautifully display your Gravity Forms entries. Learn more on [gravitykit.com](h

* Fixed: Clearing search removed all URL query parameters and under some circumstances redirected to the homepage.
* Fixed: Searching the View added duplicate search parameters to the URL.
* Fixed: PHP 8.2 deprecation notice related to dynamic property creation.

= 2.28.0 on August 29, 2024 =

Expand Down

0 comments on commit c5926d6

Please sign in to comment.