File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 (
Original file line number Diff line number Diff 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}}
You can’t perform that action at this time.
0 commit comments