From 0257907bf2a1bc1e243d0f1ae156f1f65118dd3f Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Thu, 21 Feb 2019 08:01:00 +0800 Subject: [PATCH 1/2] Update readme. Signed-off-by: Mior Muhammad Zaki --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d68c7f4..fbd1682 100644 --- a/README.md +++ b/README.md @@ -25,12 +25,6 @@ Messages Component bring a unified notification support for Laravel and Orchestr Laravel | Messages :----------|:---------- - 4.2.x | 2.2.x - 5.0.x | 3.0.x - 5.1.x | 3.1.x - 5.2.x | 3.2.x - 5.3.x | 3.3.x - 5.4.x | 3.4.x 5.5.x | 3.5.x 5.6.x | 3.6.x 5.7.x | 3.7.x @@ -42,7 +36,7 @@ To install through composer, simply put the following in your `composer.json` fi ```json { "require": { - "orchestra/messages": "^3.0" + "orchestra/messages": "^3.5" } } ``` @@ -53,7 +47,7 @@ And then run `composer install` from the terminal. Above installation can also be simplify by using the following command: - composer require "orchestra/messages=^3.0" + composer require "orchestra/messages=^3.5" ## Configuration From bb46f269b6eaee25e3d30ac2ff8d60ec4bc35e90 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Thu, 21 Feb 2019 08:02:40 +0800 Subject: [PATCH 2/2] Prepare v3.7.1 release. Signed-off-by: Mior Muhammad Zaki --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82944e7..a9a43ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ This changelog references the relevant changes (bug and security fixes) done to `orchestra/messages`. +## 3.7.1 + +Released: 2019-02-21 + +### Changes + +* Improve performance by prefixing all global functions calls with `\` to skip the look up and resolve process and go straight to the global function. + ## 3.7.0 Released: 2018-08-23