Skip to content

Commit 3db7b7a

Browse files
authored
Merge pull request #6 from gravitywpcom/develop
Fix plugin name not showing in admin notice.
2 parents 456bd59 + 853b15c commit 3db7b7a

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

src/LicenseHandler.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* Handles GWP Licenses.
1919
*
20-
* @version 2.0.2
20+
* @version 2.0.3
2121
*/
2222
class LicenseHandler {
2323
/**
@@ -183,6 +183,7 @@ public function __construct( $gwp_addon_class, $plugin_file_path ) {
183183
$this->_addon_file_path = $plugin_file_path;
184184
$this->_addon_slug = $gwp_addon_class::get_instance()->get_slug();
185185
$this->_addon_license = $gwp_addon_class::get_instance()->get_plugin_setting( $this->_addon_slug . '_license_key' );
186+
$this->_addon_title = $gwp_addon_class::get_instance()->plugin_page_title();
186187
$this->initialize_paddlepress_client();
187188
}
188189

src/changelog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
= 2.0.3 =
2+
- Fix plugin name not showing in admin notice.
13

24
= 2.0.2 =
35
- Fix issue with with license activation.

0 commit comments

Comments
 (0)