Plugin Directory

Changeset 2693995


Ignore:
Timestamp:
03/15/2022 03:37:37 AM (4 years ago)
Author:
magicoli69
Message:

version 2.3.2 fix regression in 2.3.1

Location:
w4os-opensimulator-web-interface
Files:
224 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • w4os-opensimulator-web-interface/trunk/includes/init.php

    r2693994 r2693995  
    8888require_once __DIR__ . '/profile.php';
    8989require_once __DIR__ . '/cron.php';
    90 if(!function_exists('xmlrpc_encode_request')) {
     90if(function_exists('xmlrpc_encode_request')) {
    9191  require_once dirname(__DIR__) . '/helpers/wp-load.php';
    9292}
  • w4os-opensimulator-web-interface/trunk/readme.txt

    r2693994 r2693995  
    66Requires PHP: 5.6
    77Tested up to: 5.9
    8 Stable tag: 2.3.1
     8Stable tag: 2.3.2
    99License: AGPLv3
    1010License URI: https://www.gnu.org/licenses/agpl-3.0.txt
     
    154154== Changelog ==
    155155
     156= 2.3.2 =
     157* fix regression in 2.3.1
     158
    156159= 2.3.1 =
    157160* fix fatal error and warnings with popular-places shortcode
  • w4os-opensimulator-web-interface/trunk/w4os.php

    r2693994 r2693995  
    33 * Plugin Name:       w4os - OpenSimulator Web Interface
    44 * Description:       WordPress interface for OpenSimulator (w4os).
    5  * Version:           2.3.1
     5 * Version:           2.3.2
    66 * Author:            Speculoos World
    77 * Author URI:        https://speculoos.world
Note: See TracChangeset for help on using the changeset viewer.