2.9.1 #171
HugoFara
announced in
Announcements
2.9.1
#171
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This patch is mainly made of bug fixes.
Yet it also features a new JS documentation https://hugofara.github.io/lwt/docs/js/ and an enhanced PHP documentation https://hugofara.github.io/lwt/docs/php/.
Special @ProgramComputer for his insights, pull requests and issues. @HenryWales and @PeterHero were also great to contributor to this release by documenting bugs. Thank you all!
Added
docs/js/
.docs/php/
.LWT_LANGUAGES_ARRAY
, that replaces$langDefs
(ininc/langdefs.php
). Part of Replace globals by constants #163.Changed
resulting in error.
Fixed
upload_words.php
, "update only empty fields" was broken.click_slower
and
click_faster
were declared two times insrc/js/audio_controller.js
.text_id is unknown
error was triggered.This is fixed, and the SQL file was made more readable.
WoStatusChange
default value to '1970-01-01 01:00:01', it was impossible to install the demo DB out of LWT (related to (Invalid default value for 'WoStatusChanged' #78).resulting in broken path (Wrong media URI after choosing file from list #161).
no-minify
composer command was fixed, suggested as a part of PR Old theme and enhance Test page frontend #154 by@ProgramComputer.
Deprecated
docs/html
) is now deprecated and will be removed in 3.0.0.$langDefs
is deprecated in favor ofLWT_LANGUAGES_ARRAY
(Replace globals by constants #163).new_pos
to set audio position is deprecated. Please uselwt_audio_controller.setPosition
.Full Changelog
This discussion was created from the release 2.9.1.
Beta Was this translation helpful? Give feedback.
All reactions