Plugin Directory

Changeset 3459474


Ignore:
Timestamp:
02/12/2026 02:48:57 AM (7 weeks ago)
Author:
blaureasonable
Message:

try fixing language load too early issue

Location:
reasonable-spread/tags/1.1.6
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • reasonable-spread/tags/1.1.6/languages/reasonable-spread-zh_CN.po

    r3459467 r3459474  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Reasonable Spread - Email Marketing 1.1.6\n"
     5"Project-Id-Version: Reasonable Spread - Email Marketing 1.1.7\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/reasonable-spread\n"
    77"POT-Creation-Date: 2024-06-13T10:06:54+02:00\n"
  • reasonable-spread/tags/1.1.6/readme.txt

    r3459467 r3459474  
    109109
    110110= 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
    111113* Maintenance: Confirmed PHP 5.4 compatibility (downgraded from PHP 7.4 requirement)
    112114* Maintenance: Version bump for WordPress.org release
     
    148150
    149151= 1.1.6 =
    150 Maintenance release: Confirmed compatibility with PHP 5.4 and higher.
     152Bug fix: Resolves translation loading warning in WordPress 6.7+. Confirmed compatibility with PHP 5.4 and higher.
    151153
    152154= 1.1.5 =
  • reasonable-spread/tags/1.1.6/reasonable-spread.php

    r3459467 r3459474  
    5757
    5858if( class_exists('Reasonable\\Init')){
    59     Reasonable\Init::register_services();
     59    add_action( 'init', array( 'Reasonable\\Init', 'register_services' ) );
    6060}
    6161
Note: See TracChangeset for help on using the changeset viewer.