diff --git a/BSD_license.txt b/BSD_license.txt index 86c2d30e7..0e26cb305 100644 --- a/BSD_license.txt +++ b/BSD_license.txt @@ -1,4 +1,4 @@ -Copyright (c) 2005-2023, XOOPSCube Project. All rights reserved. +Copyright (c) 2005-2024, XOOPSCube Project. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ed553834..6fe2d8a74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,27 @@ All notable changes to this project will be documented in this file. -## The XOOPSCube Project 2023 +## The XOOPSCube Project 2024 #### Git Repository Refer please to repository Legacy Commits +## [2.4.0 RC PHP8] 2024-04-20 + +- Update Web Install Wizard +- Update Bundle Modules +- Update CKEditor4 extra plugins, darkmode +- Update Default Themes +- Update Templates +- Update jquery & UI +- Avatars, emoji, images +- Update Pico GD Library +- Update plugin json +- Add Pico Activity Overview +- Removed deprecated files + + ## [2.3.3 RC PHP8] 2023-04-18 **Update modules** diff --git a/README.md b/README.md index fdfd4648c..5bff83c8a 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,12 @@ ![X-Updare Store](https://img.shields.io/badge/X--Update%20Store-Online-green) -# XOOPSCube Legacy :: XCL Bundle Package 2.3 +# XOOPSCube Legacy :: XCL Bundle Package 2.4.0 ## Simple, Secure and Scalable ### Web Application Platform and Content Management System -XOOPSCube Legacy (XCL) is a free open-source Web Application Platform (WAP) well suited for general purpose +XOOPSCube Legacy (XCL) is a Web Application Platform (WAP) free and open source well suited for general purpose with a low code development approach maintained on GitHub. The XCL bundle package is designed for easy usage to benefit from the performance of XCube Core and the most popular web server stack: Apache, MySQL and PHP. @@ -21,7 +21,7 @@ Keep a tested high quality, up-to-date master/main branch for releases. | Branch | PHP Version | Commit / Pull request | |:-------------:|:-------------:|:-------------:| -| Master | PHP 7.4. - PHP 8.0 | Release Candidate (RC) | +| Master | PHP 7.4. - PHP 8.0 | Release Candidate | | Smarty3 | PHP 7.4. - PHP 8.0| Smarty v3 bug fixes | ## Features diff --git a/gpl-2.0_license.md b/gpl-2.0_license.md index 90ae12017..28fbecabf 100644 --- a/gpl-2.0_license.md +++ b/gpl-2.0_license.md @@ -358,4 +358,4 @@ you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the [GNU Lesser General Public License](https://www.gnu.org/licenses/lgpl.html) instead of this -License. \ No newline at end of file +License. diff --git a/html/modules/legacy/admin/templates/blocks/legacy_admin_block_menu.html b/html/modules/legacy/admin/templates/blocks/legacy_admin_block_menu.html index 559f22492..526fa3b64 100644 --- a/html/modules/legacy/admin/templates/blocks/legacy_admin_block_menu.html +++ b/html/modules/legacy/admin/templates/blocks/legacy_admin_block_menu.html @@ -2,6 +2,7 @@ .menu-overlay { background: rgba(0, 0, 0, 0); border:var(--ui-widget-content-border); + border-radius: var(--border-radius); display: block; pointer-events: none; position: fixed; @@ -14,7 +15,7 @@ z-index: 99999; } .menu-overlay .dialog { - border-radius: var(--border-radius); + border-radius: 10px; background: var(--ui-dialog-bg ); box-shadow: var(--ui-dialog-shadow ); margin: 10% auto; @@ -28,7 +29,7 @@ .menu-overlay:target { display: block; pointer-events: auto; - background: rgba(0, 0, 0, 0.3); + background: rgba(0, 0, 0, 0.5); transition: all 0.2s ease-out; } .menu-overlay:target .dialog { diff --git a/html/modules/legacy/admin/templates/components/admin-panel.html b/html/modules/legacy/admin/templates/components/admin-panel.html index f32ca104c..0f6316408 100644 --- a/html/modules/legacy/admin/templates/components/admin-panel.html +++ b/html/modules/legacy/admin/templates/components/admin-panel.html @@ -89,7 +89,7 @@