Skip to content

Commit

Permalink
v2.8
Browse files Browse the repository at this point in the history
* fix database credential not shown in settings
* fix PHP Fatal error:  Uncaught Error: Call to undefined method MetaBox\Support\Arr::to_depth (updated metabox dependencies)
* Tested up to 6.7-RC1
  • Loading branch information
GuduleLapointe committed Oct 28, 2024
1 parent cf7a7cb commit 80a44fb
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.9
2.8.0
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Changelog

### 2.8
- fix database credential not shown in settings
- fix PHP Fatal error: Uncaught Error: Call to undefined method MetaBoxSupportArr::to_depth (updated metabox dependencies)
- Tested up to 6.7-RC1

### 2.7.9
- updated Economy settings instructions
- fix Offline Message url instructions for Robust (we used 'message' variable, which Firestorm Viewer seems to use for another purpose)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# w4os - OpenSimulator Web Interface

![Stable 2.7.9](https://badgen.net/badge/Stable/2.7.9/00aa00)
![WordPress 5.3.0 - 6.6.1](https://badgen.net/badge/WordPress/5.3.0%20-%206.6.1/3858e9)
![Stable 2.8.0](https://badgen.net/badge/Stable/2.8.0/00aa00)
![WordPress 5.3.0 - 6.7-RC1](https://badgen.net/badge/WordPress/5.3.0%20-%206.7-RC1/3858e9)
![Requires PHP 7.3](https://badgen.net/badge/PHP/7.3/7884bf)
![License AGPLv3](https://badgen.net/badge/License/AGPLv3/552b55)

Expand Down
2 changes: 1 addition & 1 deletion blocks/grid-info/grid-info-rtl.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@

.phpcs-doesnt-like-empty-css-file{background-color:pink}
2 changes: 1 addition & 1 deletion blocks/grid-info/grid-info.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@

.phpcs-doesnt-like-empty-css-file{background-color:pink}
2 changes: 1 addition & 1 deletion blocks/grid-status/grid-status-rtl.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@

.phpcs-doesnt-like-empty-css-file{background-color:pink}
2 changes: 1 addition & 1 deletion blocks/grid-status/grid-status.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@

.phpcs-doesnt-like-empty-css-file{background-color:pink}
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.7.9",
"version": "2.8.0",
"description": "WordPress interface for OpenSimulator (w4os)",
"main": "webpack.config.js",
"scripts": {
Expand Down
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Donate link: https://w4os.org/donate/
Tags: OpenSimulator, Second Life, web interface, hypergrid, standalone
Requires at least: 5.3.0
Requires PHP: 7.3
Tested up to: 6.6.1
Stable tag: 2.7.9
Tested up to: 6.7-RC1
Stable tag: 2.8
License: AGPLv3
License URI: https://www.gnu.org/licenses/agpl-3.0.txt

Expand Down Expand Up @@ -203,6 +203,11 @@ Divi Theme support is fixed in versions 2.4.5 and above.

== Changelog ==

= 2.8 =
* fix database credential not shown in settings
* fix PHP Fatal error: Uncaught Error: Call to undefined method MetaBoxSupportArr::to_depth (updated metabox dependencies)
* Tested up to 6.7-RC1

= 2.7.9 =
* updated Economy settings instructions
* fix Offline Message url instructions for Robust (we used 'message' variable, which Firestorm Viewer seems to use for another purpose)
Expand Down
6 changes: 2 additions & 4 deletions src/blocks/grid-info/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
* Replace them with your own styles or remove the file completely.
*/

.wp-block-w4os-gridinfo-block {
/* background-color: #000;
color: #fff;
padding: 2px; */
.phpcs-doesnt-like-empty-css-file {
background-color: pink;
}
6 changes: 2 additions & 4 deletions src/blocks/grid-status/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
* Replace them with your own styles or remove the file completely.
*/

.wp-block-grid-status {
/* background-color: #000;
color: #fff;
padding: 2px; */
.phpcs-doesnt-like-empty-css-file {
background-color: pink;
}
4 changes: 2 additions & 2 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => 'speculoos/w4os',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '075c8a1bc7ec6bfac3242a88eb12e196acb062c4',
'reference' => '779ff1167ced4eba9bdf92550f9bcb7dc935b39c',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down Expand Up @@ -76,7 +76,7 @@
'speculoos/w4os' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '075c8a1bc7ec6bfac3242a88eb12e196acb062c4',
'reference' => '779ff1167ced4eba9bdf92550f9bcb7dc935b39c',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
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.7.9
* Version: 2.8
* Author: Speculoos World
* Author URI: https://speculoos.world
* Plugin URI: https://w4os.org/
Expand Down

0 comments on commit 80a44fb

Please sign in to comment.