Skip to content

Commit

Permalink
v2.9.1
Browse files Browse the repository at this point in the history
* fix admin header shown in SL viewer embed and modal
* fix permissions issues with $option_group
* fix crash if W4OS_NULL_KEY is called too early
* fix hop teleport links

v3 beta features (available from github or w4os website releases):
* new Connections settings page
* new encrypt simulators credentials
* enhanced Avatars list with modal profile preview
* enhanced fetch database credentials from console if console is enabled
* enhanced fetch ini config from console if available
* enhanced settings API
  • Loading branch information
GuduleLapointe committed Dec 30, 2024
1 parent 0e7ba9b commit a46815c
Show file tree
Hide file tree
Showing 7 changed files with 67 additions and 44 deletions.
66 changes: 31 additions & 35 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,57 +1,53 @@
# .gitattributes built automatically from .distignore, do not modify
# A set of files you probably don't want in your WordPress.org distribution export-ignore
.babelrc export-ignore
behat.yml export-ignore
/bin export-ignore
bitbucket-pipelines.yml export-ignore
.circleci/config.yml export-ignore
composer.json export-ignore
composer.lock export-ignore
_config.yaml export-ignore
dependencies.yml export-ignore
.deployignore export-ignore
.distignore export-ignore
.DS_Store export-ignore
.editorconfig export-ignore
.eslintignore export-ignore
.eslintrc export-ignore
Gemfile export-ignore
.git* export-ignore
.gitignore export-ignore
.gitattributes export-ignore
.github export-ignore
.gitignore export-ignore
.gitlab-ci.yml export-ignore
.phpcfbignore export-ignore
.travis.yml export-ignore
.wpignore export-ignore
.DS_Store export-ignore
Thumbs.db export-ignore
behat.yml export-ignore
bitbucket-pipelines.yml export-ignore
bin export-ignore
.circleci/config.yml export-ignore
composer.json export-ignore
composer.lock export-ignore
dependencies.yml export-ignore
/.gpt-po export-ignore
Gruntfile.js export-ignore
package.json export-ignore
package-lock.json export-ignore
phpunit.xml export-ignore
phpunit.xml.dist export-ignore
/_includes export-ignore
/_layouts export-ignore
multisite.xml export-ignore
multisite.xml.dist export-ignore
/node_modules/ export-ignore
package.json export-ignore
package-lock.json export-ignore
.phpcfbignore export-ignore
.phpcs.xml export-ignore
phpcs.xml export-ignore
.phpcs.xml.dist export-ignore
phpcs.xml.dist export-ignore
README.md export-ignore
webpack.config.js export-ignore
wp-cli.local.yml export-ignore
yarn.lock export-ignore
tests export-ignore
/node_modules/ export-ignore
phpunit.xml export-ignore
phpunit.xml.dist export-ignore
/_sass export-ignore
/sources/ export-ignore
*.sql export-ignore
/src/ export-ignore
*.tar.gz export-ignore
*.zip export-ignore
/sources/ export-ignore
/tests/ export-ignore
Thumbs.db export-ignore
/tmp/ export-ignore
/src/ export-ignore
_config.yaml export-ignore
/.gpt-po export-ignore
Gemfile export-ignore
/v3/ export-ignore
.gitattributes export-ignore
_config.yaml export-ignore
_includes export-ignore
_layouts export-ignore
_sass export-ignore
.travis.yml export-ignore
webpack.config.js export-ignore
wp-cli.local.yml export-ignore
.wpignore export-ignore
yarn.lock export-ignore
*.zip export-ignore
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.9.0
2.9.1
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
## Changelog

### 2.9.1
- fix admin header shown in SL viewer embed and modal
- fix permissions issues with $option_group
- fix crash if W4OS_NULL_KEY is called too early
- fix hop teleport links

v3 beta features (available from github or w4os website releases):
- new Connections settings page
- new encrypt simulators credentials
- enhanced Avatars list with modal profile preview
- enhanced fetch database credentials from console if console is enabled
- enhanced fetch ini config from console if available
- enhanced settings API

### 2.9.0
- fix crash on fresh install caused by calls to opensim db while it is not yet configured
- fix avatar-profile shortcode crashing php on fresh install
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# w4os - OpenSimulator Web Interface

![Stable 2.8](https://badgen.net/badge/Stable/2.8/00aa00)
![Stable 2.9.1](https://badgen.net/badge/Stable/2.9.1/00aa00)
![WordPress 5.3.0 - 6.7.1](https://badgen.net/badge/WordPress/5.3.0%20-%206.7.1/3858e9)
![Requires PHP 7.3](https://badgen.net/badge/PHP/7.3/7884bf)
![Requires PHP 8.3.6](https://badgen.net/badge/PHP/8.3.6/7884bf)
![License AGPLv3](https://badgen.net/badge/License/AGPLv3/552b55)

WordPress interface for OpenSimulator (w4os).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "w4os",
"version": "2.9.0",
"version": "2.9.1",
"description": "WordPress interface for OpenSimulator (w4os)",
"main": "webpack.config.js",
"scripts": {
Expand Down
21 changes: 17 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Contributors: gudulelapointe,magicoli69
Donate link: https://w4os.org/donate/
Tags: OpenSimulator, Second Life, web interface, hypergrid, standalone
Requires at least: 5.3.0
Requires PHP: 7.3
Requires PHP: 8.3.6
Tested up to: 6.7.1
Stable tag: 2.9.0
Stable tag: 2.9.1
License: AGPLv3
License URI: https://www.gnu.org/licenses/agpl-3.0.txt

Expand Down Expand Up @@ -210,6 +210,20 @@ or not. In either case, idk&idc.

== Changelog ==

= 2.9.1 =
* fix admin header shown in SL viewer embed and modal
* fix permissions issues with $option_group
* fix crash if W4OS_NULL_KEY is called too early
* fix hop teleport links

v3 beta features (available from github or w4os website releases):
* new Connections settings page
* new encrypt simulators credentials
* enhanced Avatars list with modal profile preview
* enhanced fetch database credentials from console if console is enabled
* enhanced fetch ini config from console if available
* enhanced settings API

= 2.9.0 =
* fix crash on fresh install caused by calls to opensim db while it is not yet configured
* fix avatar-profile shortcode crashing php on fresh install
Expand All @@ -224,8 +238,7 @@ or not. In either case, idk&idc.
Transitional release, progressively integrate upcoming v3 features as beta
Do not enabe v3 beta features in production environment

v3 beta features (available in github or w4os website releases):

v3 beta features (available from github or w4os website releases):
* option in classic settings to enable v3 beta features
* new v3 settings page (limited, main options still in classic settings page)
* new v3 avatars admin page, including
Expand Down
2 changes: 1 addition & 1 deletion w4os.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: w4os - OpenSimulator Web Interface
* Description: WordPress interface for OpenSimulator (w4os).
* Version: 2.9.0
* Version: 2.9.1
* Author: Speculoos World
* Author URI: https://speculoos.world
* Plugin URI: https://w4os.org/
Expand Down

0 comments on commit a46815c

Please sign in to comment.