Skip to content

Commit 40e1f90

Browse files
authored
Merge pull request #7127 from kenjis/fix-docs-changelogs-v4.0.4
docs: fix changelogs v4.0.4
2 parents 32f3f29 + 1975369 commit 40e1f90

1 file changed

Lines changed: 24 additions & 20 deletions

File tree

user_guide_src/source/changelogs/v4.0.4.rst

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Release Date: July 15, 2020
99
:local:
1010
:depth: 2
1111

12+
BREAKING
13+
--------
14+
15+
- Added ``$arguments`` parameter to ``after()`` and ``before()`` in ``FilterInterface``. This is a breaking change, so all code implementing the ``FilterInterface`` must be updated.
16+
1217
Enhancements
1318
------------
1419

@@ -24,11 +29,11 @@ Enhancements
2429
- New :doc:`command() helper function </cli/spark_commands>` to programatically run your CLI commands. Useful for testing and cron jobs.
2530
- New command, ``make:seeder`` to generate a :doc:`Database Seed class </dbmgmt/seeds>` skeleton file.
2631
- Colors now available on the CLI within Windows, as well as other Windows-related CLI improvements.
27-
- 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.
2833
- :doc:`Image library </libraries/images>` now supports ``webp`` images.
2934
- Added Unicode support for regular expressions in the Router.
30-
- Added support for removing hidden folders in the :doc:`delete_files </helpers/filesystem_helper>` helper
31-
- ``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.
3237
- ``file`` validation now works with arrays of files.
3338
- URI class now supports a ``setSilent()`` method that will disable the throwing of Exceptions.
3439
- New argument to ``URI::getSegment()`` that allows us to change the default value returned if nothing exists.
@@ -40,24 +45,23 @@ Bugs Fixed
4045
----------
4146

4247
- Fixed location for the SQLite3 database which by default will be now located in a ``writable`` folder instead of the ``public`` folder.
43-
- Fixed bug where ``force_https`` could add ``https://`` a second time.
48+
- Fixed bug where ``force_https()`` could add ``https://`` a second time.
4449
- Fixed a bug with CurlRequest that could result in incorrect "100 Continue" headers.
45-
- Image::save() bug fixed when ``$target`` parameter was ``null``
46-
- fixes for ``set_checkbox()`` and ``set_radio()`` when the $default parameter is set to ``true``
47-
- fix for result object handling in Model class .
48-
- fixed escape character SQLite database
49-
- 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.
5055
- CLI scripts can now correctly recognize dashes within arguments.
51-
- CURLRequest now properly sets content length with multipart data
52-
- Misc. stability improvements for the ImageMagick handler
53-
- 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.
5459
- Unicode characters are not escaped when saving JSON from Entities.
55-
- redirecting with a custom HTTP code should work correctly now
56-
- Time::setTimezone now working correctly
57-
- 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.
5863
- some cast items in the Entity (like array, json) were not being set correctly during a ``fill()`` process.
59-
- Fixed bug in Image GD handler that would try to compress images twice in certain cases
60-
- Ensure get translation output logic work on selected locale, dashed locale, and fallback "en"
61-
- Fix is_unique/is_not_unique validation called on POST/PUT via API in Postgresql
62-
- Added ``$arguments`` parameter to after() and before() in FilterInterface. This is a breaking change, so all code implementing the FilterInterface must be updated
63-
- Fixed a bug where filter arguments were not passed to after()
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".
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

Comments
 (0)