@@ -29,11 +29,11 @@ Enhancements
2929- New :doc: `command() helper function </cli/spark_commands >` to programatically run your CLI commands. Useful for testing and cron jobs.
3030- New command, ``make:seeder `` to generate a :doc: `Database Seed class </dbmgmt/seeds >` skeleton file.
3131- Colors now available on the CLI within Windows, as well as other Windows-related CLI improvements.
32- - New helper :doc: `mb_url_title </helpers/url_helper >` that functions like ``url_title `` but automatically escapes and extended URL characters.
32+ - New helper :doc: `mb_url_title() </helpers/url_helper >` that functions like ``url_title() `` but automatically escapes and extended URL characters.
3333- :doc: `Image library </libraries/images >` now supports ``webp `` images.
3434- Added Unicode support for regular expressions in the Router.
35- - Added support for removing hidden folders in the :doc: `delete_files </helpers/filesystem_helper >` helper
36- - ``fetchGlobal `` in the Request class now supports applying filters to arrays of data, not just the first item.
35+ - Added support for removing hidden folders in the :doc: `delete_files() </helpers/filesystem_helper >` helper
36+ - ``fetchGlobal() `` in the Request class now supports applying filters to arrays of data, not just the first item.
3737- ``file `` validation now works with arrays of files.
3838- URI class now supports a ``setSilent() `` method that will disable the throwing of Exceptions.
3939- New argument to ``URI::getSegment() `` that allows us to change the default value returned if nothing exists.
@@ -45,7 +45,7 @@ Bugs Fixed
4545----------
4646
4747- Fixed location for the SQLite3 database which by default will be now located in a ``writable `` folder instead of the ``public `` folder.
48- - Fixed bug where ``force_https `` could add ``https:// `` a second time.
48+ - Fixed bug where ``force_https() `` could add ``https:// `` a second time.
4949- Fixed a bug with CurlRequest that could result in incorrect "100 Continue" headers.
5050- Image::save() bug fixed when ``$target `` parameter was ``null ``
5151- fixes for ``set_checkbox() `` and ``set_radio() `` when the $default parameter is set to ``true ``
@@ -58,10 +58,10 @@ Bugs Fixed
5858- setting validation errors within a config file should now work
5959- Unicode characters are not escaped when saving JSON from Entities.
6060- redirecting with a custom HTTP code should work correctly now
61- - Time::setTimezone now working correctly
61+ - `` Time::setTimezone() `` now working correctly
6262- added full outer join support for Postgres
6363- some cast items in the Entity (like array, json) were not being set correctly during a ``fill() `` process.
6464- Fixed bug in Image GD handler that would try to compress images twice in certain cases
6565- Ensure get translation output logic work on selected locale, dashed locale, and fallback "en"
66- - Fix is_unique/ is_not_unique validation called on POST/PUT via API in Postgresql
67- - Fixed a bug where filter arguments were not passed to after()
66+ - Fix `` is_unique ``/`` is_not_unique `` validation called on POST/PUT via API in PostgreSQL.
67+ - Fixed a bug where filter arguments were not passed to `` after() ``
0 commit comments