Quick links: Content - sections - sub sections
EN FR

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:changelog:1.7.x [2023/04/17 09:42] laurenten:changelog:1.7.x [2023/11/08 14:35] (current) – [Jelix 1.7.15] laurent
Line 2: Line 2:
  
 This page is listing updates and enhancements added since 1.7.0 version. This page is listing updates and enhancements added since 1.7.0 version.
 +
 +====== Jelix 1.7.17 ======
 +
 +Released on october the 24th, 2023
 +
 +  * Fix regression into @@jFormsBase::getModifiedControls()@@: some controls like submit were considered as modified  although it does not make sens
 +  * Fix regression into the debugging of jMailer: the output was not made anymore into logs
 +  * Fix error in create:dao command with nullable fields
 +  * Fix jforms choice widget, display control value: add a space betwen label and value.
 +  * Fix some PHP warning about passing null values to htmlspecialchars
 +  * Fix the version into the JELIX_VERSION constant. It was not updated in the latest release.
 +  * Fix the migration 1.6->1.7 of configuration file of entry points.
 +
 +====== Jelix 1.7.16 ======
 +
 +Released on july the 30th, 2023
 +
 +  * Support of a default @@Reply-To@@ header into jMailer
 +  * new method @@ConfigurationHelpers::updateEntryPointFile()@@
 +  * new method @@InstallHelpers::updateEntryPointFile()@@ and @@InstallHelpers::removeEntryPoint()@@
 +  * Update header of API documentation
 +  * Fix @@Jelix\Utilities\utf8_*@@ functions
 +  * tests: fix error into the ldap docker image at startup
 +  * tests: fix a warning in upgraderValidityTest with PHP 8.2
  
 ====== Jelix 1.7.15 ====== ====== Jelix 1.7.15 ======
Line 9: Line 33:
   * Fix package build: zip and tar.gz did not contain the vendor directory.   * Fix package build: zip and tar.gz did not contain the vendor directory.
   * Installer:    * Installer: 
-    * fix error about undefined method `Jelix\IniFile\IniModifierReadOnly::setValue()in legacy installers/upgraders +    * fix error about undefined method @@Jelix\IniFile\IniModifierReadOnly::setValue()@@ in legacy installers/upgraders 
-    * Fix `jInstallerEntryPoint::getSingleLocalConfigIni()`+    * Fix @@jInstallerEntryPoint::getSingleLocalConfigIni()@@
   * tests: upgrade Qunit   * tests: upgrade Qunit
  
Line 37: Line 61:
  
   * jForms:   * jForms:
-    * `jFormsBase::saveFile`: new boolean parameter to delete original file +    * @@jFormsBase::saveFile@@: new boolean parameter to delete original file 
-    * support of `filterhtmlon `<input>`+    * support of @@filterhtml@@ on @@<input>@@
     * Fix loading of jforms js: return http 404 when the corresponding form doesn't exist     * Fix loading of jforms js: return http 404 when the corresponding form doesn't exist
     * Fix html form widget, when retrieving the jquery.js from current webassets collection     * Fix html form widget, when retrieving the jquery.js from current webassets collection
Line 47: Line 71:
   * Fix File logger: date and ip were duplicated   * Fix File logger: date and ip were duplicated
   * Fix notices into pagelinks tpl plugin   * Fix notices into pagelinks tpl plugin
-  * Fix jAcl2Authentication adapter: use jAcl2JAuthAdapter by default+  * Fix @@jAcl2Authentication@@ adapter: use @@jAcl2JAuthAdapter@@ by default
  
  

en/changelog/1.7.x.txt · Last modified: 2023/11/08 14:35 by laurent

Recent changes RSS feed Creative Commons License