Skip to content

Commit

Permalink
Bump version 2.3.0 (#1482)
Browse files Browse the repository at this point in the history
  • Loading branch information
djaiss authored Jun 14, 2018
1 parent ccf61f0 commit f0cfca5
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
18 changes: 15 additions & 3 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
UNRELEASED CHANGES:

* Fix resetting account not working
* Add support for nicknames
* Fix CSV import that can break if dates have the wrong format
*

RELEASED VERSIONS:

v2.3.0 - 2018-06-13
-------------------

* Add a new variable DB_USE_UTF8MB4. Please read instructions carefully for this one.
* Add support for nicknames
* Fix resetting account not working
* Fix CSV import that can break if dates have the wrong format
* Add default accounts email confirmation in setup:test
* Fix CSV import that can break if dates have the wrong format
* Set the default tooltip delay to 0 so the tooltip does not stay displayed for 200ms by default
* Replace queries with hardcoded "monica" database name to use the current default connection database
* Set the default_avatar_color property before saving a contact model.
* Move docs folder back to the repository

v2.2.1 - 2018-05-31
-------------------

Expand Down
2 changes: 1 addition & 1 deletion config/monica.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,5 @@
| bad things will happen.
|
*/
'app_version' => '2.2.1',
'app_version' => '2.3.0',
];
2 changes: 1 addition & 1 deletion public/js/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"/js/app.js": "/js/app.js?id=3631b826c7f3fdc84e3b",
"/js/app.js": "/js/app.js?id=a7702a860e5d944d6496",
"/css/app.css": "/css/app.css?id=1cb0aa6be3149610785a",
"/css/stripe.css": "/css/stripe.css?id=64c68c04c4e475fcc7c6",
"/js/vendor.js": "/js/vendor.js?id=490bf428af4c7224b600",
Expand Down

0 comments on commit f0cfca5

Please sign in to comment.