Skip to content

Commit 1975369

Browse files
committed
docs: add periods
1 parent a604d8e commit 1975369

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

user_guide_src/source/changelogs/v4.0.4.rst

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Enhancements
3232
- 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
35+
- Added support for removing hidden folders in the :doc:`delete_files() </helpers/filesystem_helper>` helper.
3636
- ``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.
@@ -47,21 +47,21 @@ Bugs Fixed
4747
- Fixed location for the SQLite3 database which by default will be now located in a ``writable`` folder instead of the ``public`` folder.
4848
- 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.
50-
- Image::save() bug fixed when ``$target`` parameter was ``null``
51-
- fixes for ``set_checkbox()`` and ``set_radio()`` when the $default parameter is set to ``true``
52-
- fix for result object handling in Model class .
53-
- fixed escape character SQLite database
54-
- fix for inserts on Postgres and Entities when the primary key was null
50+
- Image::save() bug fixed when ``$target`` parameter was ``null``.
51+
- fixes for ``set_checkbox()`` and ``set_radio()`` when the $default parameter is set to ``true``.
52+
- fix for result object handling in Model class.
53+
- fixed escape character SQLite database.
54+
- fix for inserts on Postgres and Entities when the primary key was null.
5555
- CLI scripts can now correctly recognize dashes within arguments.
56-
- CURLRequest now properly sets content length with multipart data
57-
- Misc. stability improvements for the ImageMagick handler
58-
- setting validation errors within a config file should now work
56+
- CURLRequest now properly sets content length with multipart data.
57+
- Misc. stability improvements for the ImageMagick handler.
58+
- setting validation errors within a config file should now work.
5959
- Unicode characters are not escaped when saving JSON from Entities.
60-
- redirecting with a custom HTTP code should work correctly now
61-
- ``Time::setTimezone()`` now working correctly
62-
- added full outer join support for Postgres
60+
- redirecting with a custom HTTP code should work correctly now.
61+
- ``Time::setTimezone()`` now working correctly.
62+
- 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.
64-
- Fixed bug in Image GD handler that would try to compress images twice in certain cases
65-
- Ensure get translation output logic work on selected locale, dashed locale, and fallback "en"
64+
- Fixed bug in Image GD handler that would try to compress images twice in certain cases.
65+
- Ensure get translation output logic work on selected locale, dashed locale, and fallback "en".
6666
- 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()``
67+
- Fixed a bug where filter arguments were not passed to ``after()``.

0 commit comments

Comments
 (0)