Plugin Directory

Changeset 3302858


Ignore:
Timestamp:
05/29/2025 10:31:45 AM (10 months ago)
Author:
globaliser
Message:

Bugfix for sites using Polylang Plugin

Location:
globaliser
Files:
86 added
3 edited

Legend:

Unmodified
Added
Removed
  • globaliser/trunk/app/services/polylang-service.php

    r3230681 r3302858  
    3131        $pll_languages = PLL()->model->get_languages_list();
    3232
    33         $languages = clone $pll_languages;
     33        $languages = clone (object) $pll_languages;
    3434
    3535        foreach ($languages as $lang) {
  • globaliser/trunk/globaliser.php

    r3231149 r3302858  
    44   Plugin URI: https://www.globaliser.com/wordpress-hosting/
    55   Description:  This plugin enables Globaliser Cloud Speed, Security, and Reliability features for WordPress sites. It is intended for Globaliser clients only.
    6    Version: 0.9.6
     6   Version: 0.9.7
    77   Author: Globaliser, Inc.
    88   Author URI: https://www.globaliser.com
  • globaliser/trunk/readme.txt

    r3231149 r3302858  
    44Requires at least: 4.6
    55License: GPLv2 or later
    6 Tested up to: 6.7.1
    7 Stable tag: 0.9.6
     6Tested up to: 6.8.1
     7Stable tag: 0.9.7
    88Requires PHP: 8.1
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2727
    2828== Changelog ==
     29
     30= 0.9.7 =
     31* Bug fix sites using Polylang Plugin.
    2932
    3033= 0.9.6 =
Note: See TracChangeset for help on using the changeset viewer.