Skip to content

Commit

Permalink
feat(changelog): updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 committed Jan 18, 2023
1 parent 508dc7b commit d179a78
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.3.1

* Fix: Replaced Yoast i18n-module with wpbp/i18n-notice to keep support
* Enhancement: Improvements on Initialize for class detection

## 3.3.0

* Enhancement: wp-scripts integration
Expand Down
2 changes: 1 addition & 1 deletion plugin-name/backend/Notices.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function initialize() {
* Alert after few days to suggest to contribute to the localization if it is incomplete
* on translate.wordpress.org, the filter enables to remove globally.
*/
// WPBPGen{{#if libraries_yoast__i18n-module}}
// WPBPGen{{#if libraries_wpbp__i18n-notice}}
if ( \apply_filters( 'plugin_name_alert_localization', true ) ) {
new I18n_Notice_WordPressOrg(
array(
Expand Down
2 changes: 1 addition & 1 deletion plugin-name/phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ parameters:
scanFiles:
- plugin-name.php
- uninstall.php
# WPBPGen{{#if libraries_yoast__i18n-module}}
# WPBPGen{{#if libraries_wpbp__i18n-notice}}
- vendor/wpbp/i18n-notice/src/i18n-wordpressorg-v3.php
# {{/if}}
# WPBPGen{{#if libraries_freemius__wordpress-sdk}}
Expand Down

0 comments on commit d179a78

Please sign in to comment.