Skip to content

Commit d179a78

Browse files
committed
feat(changelog): updated
1 parent 508dc7b commit d179a78

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 3.3.1
2+
3+
* Fix: Replaced Yoast i18n-module with wpbp/i18n-notice to keep support
4+
* Enhancement: Improvements on Initialize for class detection
5+
16
## 3.3.0
27

38
* Enhancement: wp-scripts integration

plugin-name/backend/Notices.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function initialize() {
6161
* Alert after few days to suggest to contribute to the localization if it is incomplete
6262
* on translate.wordpress.org, the filter enables to remove globally.
6363
*/
64-
// WPBPGen{{#if libraries_yoast__i18n-module}}
64+
// WPBPGen{{#if libraries_wpbp__i18n-notice}}
6565
if ( \apply_filters( 'plugin_name_alert_localization', true ) ) {
6666
new I18n_Notice_WordPressOrg(
6767
array(

plugin-name/phpstan.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ parameters:
2323
scanFiles:
2424
- plugin-name.php
2525
- uninstall.php
26-
# WPBPGen{{#if libraries_yoast__i18n-module}}
26+
# WPBPGen{{#if libraries_wpbp__i18n-notice}}
2727
- vendor/wpbp/i18n-notice/src/i18n-wordpressorg-v3.php
2828
# {{/if}}
2929
# WPBPGen{{#if libraries_freemius__wordpress-sdk}}

0 commit comments

Comments
 (0)