You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG-v3.md
+5
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ Craft CMS 3.0 Working Changelog
7
7
-`craft\i18n\Formatter::asText` will now format DateTime objects to text.
8
8
-`craft\feeds\Feeds::getFeedItems()` no longer explicitly sets the cache duration to the `cacheDuration` config setting; it lets the data caching driver decide what the default should be (which is set based on the `cacheDuration` config setting… by default).
9
9
- The `cacheDuration` config setting can now be set to an integer (number of seconds).
10
+
-`craft\mail\Mailer::send()` now returns `false` if the message couldn’t be sent, rather than throwing a `SendEmailException`.
10
11
- Updated the Yii Debug Toolbar to 2.0.8.
11
12
- Updated d3.js to 4.6.0.0.
12
13
- Updated timepicker to 1.11.10.
@@ -18,6 +19,9 @@ Craft CMS 3.0 Working Changelog
18
19
- Updated Flysystem to 1.0.35.
19
20
- Updated Yii to 2.0.11.2.
20
21
22
+
### Removed
23
+
- Removed `craft\errors\SendEmailException`.
24
+
21
25
### Fixed
22
26
-#1373: Fixed a bug where Assets Indexing utility would generate an erroneous request at the end of the operation.
23
27
-#1392: Fixed a JS error that occurred on edit pages with a Color field, unless the `useCompressedJs` config setting was set to `false`.
@@ -26,6 +30,7 @@ Craft CMS 3.0 Working Changelog
26
30
- Fixed a bug where entries’ “Title” field would receive two identical validation errors if a brand new entry was immediately saved as a draft, and didn’t have a title yet.
27
31
-#1403: Fixed a bug where it was not possible to edit categories on anything but the primary site.
28
32
- Fixed a PHP type error that could occur when editing an entry or category, if its corresponding template was `NULL` in the database, for some reason.
33
+
-#1405: Fixed an exception that occurred when testing email settings, if the settings weren’t correct.
0 commit comments