Skip to content

Commit

Permalink
Merge pull request #3321 from michalsn/rel_prep
Browse files Browse the repository at this point in the history
Changelog for 4.0.4 update
  • Loading branch information
michalsn authored Jul 15, 2020
2 parents 69cff58 + eeff5e5 commit 3357bbd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions user_guide_src/source/changelogs/v4.0.4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@ Enhancements:
- New command, ``make:seeder`` to generate a :doc:`Database Seed class </dbmgmt/seeds>` skeleton file.
- Colors now available on the CLI within Windows, as well as other Windows-related CLI improvements.
- New helper :doc:`mb_url_title </helpers/url_helper>` that functions like ``url_title`` but automatically escapes and extended URL characters.
- :doc:`Image library </libraries/images>` now supports ``webp` images.
- :doc:`Image library </libraries/images>` now supports ``webp`` images.
- Added Unicode support for regular expressions in the Router.
- Added support for removing hidden folders in the :doc:`delete_files </helpers/files>` helper
- ``fetchGlobal`` in the Request class now supports applying filters to arrays of data, not just the first item.
- ``file`` validation now works with arrays of files.
- URI class now supports a ``setSilent()`` method that will disable the throwing of Exceptions
- new argument to ``URI::getSegment()`` that allows us to change the default value returned if nothing exists.
- URI class now supports a ``setSilent()`` method that will disable the throwing of Exceptions.
- New argument to ``URI::getSegment()`` that allows us to change the default value returned if nothing exists.
- Implemented a ``withResource()`` in Image so that you can use method chaining instead of using the provided getResource() (used in tests). To just compress your image.
- Cookies and headers can be copied from the global Response object when doing a redirect using the new ``withCookies()`` and ``withHeaders()`` methods.
- Support for special prefix "hex2bin:" which can be used with ``$key`` parameter in :doc:`Encryption class</libraries/encryption>` or in .env file.


Bugs Fixed:
Expand Down

0 comments on commit 3357bbd

Please sign in to comment.