2.6.0: a last stand #84
HugoFara
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is and will be probably my biggest LWT release. It fixes many different topics, so please take your time looking at it. Once again, great thanks to @jzohrab for it's incredible support toward this release!
Added
Changed
getWordTagList
behavior changed (inc/session_utility.php
).do_test.php
,edit_texts.php
,edit_words.php
andset_test_status.php
now explicitly require a running session. They were silently failing before this release.save_setting_redirect.php
moved toinc/save_setting_redirect.php
.escape
andunescape
were replaced by modern equivalentsencodeURIcomponent
anddecodeURIcomponent
. This may lead to changes in cookies, notably making them work better.words
table, replaced the default timestamp0000-00-00 00:00:00
by0000-00-00 00:00:01
.composer.lock
.Deprecated
do_test_test_css
indo_test_test.php
is deprecated since it was causing display issues. Its CSS rules were trimmed.Removed
Fixed
inc/ajax_save_text_position.php
) was broken for all texts. This is fixed.get_first_value
documentation updated since it was also returningfloat
andint
.get_similar_terms
insimterms.php
officially returns int.inc/ajax_save_setting.php
.edit_texts.php
was never shown.media
folder in...
, corrected to..
.ADD DROP INDEX TiTextLC
alteringtemptextitems
inupdate_database
ofdatabase_connect.php
.Full Changelog
This discussion was created from the release 2.6.0: a last stand.
Beta Was this translation helpful? Give feedback.
All reactions