Changeset 3459474
- Timestamp:
- 02/12/2026 02:48:57 AM (7 weeks ago)
- Location:
- reasonable-spread/tags/1.1.6
- Files:
-
- 3 edited
-
languages/reasonable-spread-zh_CN.po (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
reasonable-spread.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
reasonable-spread/tags/1.1.6/languages/reasonable-spread-zh_CN.po
r3459467 r3459474 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Reasonable Spread - Email Marketing 1.1. 6\n"5 "Project-Id-Version: Reasonable Spread - Email Marketing 1.1.7\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/reasonable-spread\n" 7 7 "POT-Creation-Date: 2024-06-13T10:06:54+02:00\n" -
reasonable-spread/tags/1.1.6/readme.txt
r3459467 r3459474 109 109 110 110 = 1.1.6 = 111 * Fix: Resolved "Translation loading triggered too early" warning in WordPress 6.7+ 112 * Fix: Hooked plugin initialization to 'init' action to ensure proper translation loading timing 111 113 * Maintenance: Confirmed PHP 5.4 compatibility (downgraded from PHP 7.4 requirement) 112 114 * Maintenance: Version bump for WordPress.org release … … 148 150 149 151 = 1.1.6 = 150 Maintenance release:Confirmed compatibility with PHP 5.4 and higher.152 Bug fix: Resolves translation loading warning in WordPress 6.7+. Confirmed compatibility with PHP 5.4 and higher. 151 153 152 154 = 1.1.5 = -
reasonable-spread/tags/1.1.6/reasonable-spread.php
r3459467 r3459474 57 57 58 58 if( class_exists('Reasonable\\Init')){ 59 Reasonable\Init::register_services();59 add_action( 'init', array( 'Reasonable\\Init', 'register_services' ) ); 60 60 } 61 61
Note: See TracChangeset
for help on using the changeset viewer.