Plugin Directory

Changeset 2760886


Ignore:
Timestamp:
07/24/2022 09:40:00 PM (4 years ago)
Author:
magicoli69
Message:

version 2.3.7

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

Legend:

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

    r2693962 r2760886  
    3434 * for places, land for sale and events.
    3535 */
    36 // define('OPENSIM_DB', true); // Set to false for search only, see above
    3736define('OPENSIM_DB_HOST', get_option('w4os_db_host'));
    3837define('OPENSIM_DB_NAME', get_option('w4os_db_database'));
    3938define('OPENSIM_DB_USER', get_option('w4os_db_user'));
    4039define('OPENSIM_DB_PASS', get_option('w4os_db_pass'));
     40define('OPENSIM_DB', (!empty(OPENSIM_DB_HOST) &! empty(OPENSIM_DB_NAME) &! empty(OPENSIM_DB_USER) &! empty(OPENSIM_DB_PASS)) ? true : false);
    4141
    4242/**
  • w4os-opensimulator-web-interface/trunk/readme.txt

    r2760107 r2760886  
    66Requires PHP: 5.6
    77Tested up to: 6.0.1
    8 Stable tag: 2.3.6
     8Stable tag: 2.3.7
    99License: AGPLv3
    1010License URI: https://www.gnu.org/licenses/agpl-3.0.txt
     
    154154== Changelog ==
    155155
     156= 2.3.7 =
     157* updated translations
     158* fix opensim db not loaded by helpers (not properly fixed in a6a3b5bbea1c9cfbd091a38b6ff33a79b2ddf9b3)
     159
    156160= 2.3.6 =
    157161* updated translations
     
    161165
    162166= 2.3.4 =
    163 * fix profile picture aspect ration (4/3, as in viewer)
     167* fix profile picture aspect ratio (4/3, as in viewer)
    164168
    165169= 2.3.3 =
  • w4os-opensimulator-web-interface/trunk/w4os.php

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