Skip to content

Commit

Permalink
Merge pull request #277 from Nosto/release/5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
supercid authored Jul 21, 2020
2 parents a376d8f + 1a2a472 commit 0bfdbb8
Show file tree
Hide file tree
Showing 199 changed files with 1,264 additions and 1,114 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning (http://semver.org/).

## 5.1.0
* Upgrade vlucas/phpdotenv to support versions up to 3.6

## 5.0.0
* Namespace `Nosto\Object` renamed to `Nosto\Model`

Expand Down
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019, Nosto Solutions Ltd
* Copyright (c) 2020, Nosto Solutions Ltd
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down Expand Up @@ -28,7 +28,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* @author Nosto Solutions Ltd <[email protected]>
* @copyright 2019 Nosto Solutions Ltd
* @copyright 2020 Nosto Solutions Ltd
* @license http://opensource.org/licenses/BSD-3-Clause BSD 3-Clause
*
*/
Expand Down
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2019, Nosto Solutions Ltd
~ Copyright (c) 2020, Nosto Solutions Ltd
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, with or without modification,
Expand Down Expand Up @@ -29,7 +29,7 @@
~ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
~
~ @author Nosto Solutions Ltd <[email protected]>
~ @copyright 2019 Nosto Solutions Ltd
~ @copyright 2020 Nosto Solutions Ltd
~ @license http://opensource.org/licenses/BSD-3-Clause BSD 3-Clause
~
-->
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"require": {
"php": ">=5.4.0",
"phpseclib/phpseclib": "2.0.*",
"vlucas/phpdotenv": ">=2.4.0 <=3.0",
"vlucas/phpdotenv": ">=2.4.0 <=3.6",
"ext-json": "*",
"ext-curl": "*",
"mridang/pmd-annotations": "^0.0.2"
Expand Down
Loading

0 comments on commit 0bfdbb8

Please sign in to comment.