From 3fd998569c75c3bc860af79babe2589a1b7f9e6d Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Tue, 29 Aug 2023 12:31:19 +0200 Subject: [PATCH] Documentation: Update changelog and bump Chamilo version in preparation for 1.11.24 --- documentation/changelog.html | 58 ++++++++++++++++++++++++++++++++++++ main/install/version.php | 2 +- 2 files changed, 59 insertions(+), 1 deletion(-) diff --git a/documentation/changelog.html b/documentation/changelog.html index bc7d2ab614..4170afff2b 100755 --- a/documentation/changelog.html +++ b/documentation/changelog.html @@ -109,6 +109,64 @@
+ +
+ +

Chamilo 1.11.24 -

+

Release notes - summary

+

Chamilo 1.11.22 is a security fix release on top of 1.11.22.

+

Release name

+

[city (country)] is [description].

+

Security fixes

+ +

Notable new Features

+

For end-users, teachers and Chamilo admins

+ These features are immediately available to users through the web interface.
+ +

For developers and sysadmins

+ Although most features here will be used by teachers or Chamilo admins, they require sysadmin privileges to enable them on the server. + +
  • [2023-08-08] (649c3982 - BT#20460) Webservice: Add possibility to get all users with filter status=* in get_users WS
  • Improvements (minor features) and debug

    + In reverse chronological order... + +

    Stylesheets and theming

    + +

    Web services

    + +

    Removals

    + +

    Known issues

    + +
    + +

    Chamilo 1.11.22 - Morella, 3rd of August 2023

    diff --git a/main/install/version.php b/main/install/version.php index fc949a4393..53f9c4ca31 100755 --- a/main/install/version.php +++ b/main/install/version.php @@ -13,7 +13,7 @@ /** * Variables used from the main/install/index.php. */ -$new_version = '1.11.22'; +$new_version = '1.11.24'; $new_version_status = 'stable'; $new_version_last_id = 0; $new_version_stable = true;