From e5290a9f809872dedb3861b4da964f85268e1ebc Mon Sep 17 00:00:00 2001 From: Github Actions Date: Tue, 13 Feb 2024 20:52:31 +0000 Subject: [PATCH 1/2] Version bump --- box.json | 2 +- changelog.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/box.json b/box.json index d9215cf..ab368ae 100644 --- a/box.json +++ b/box.json @@ -1,6 +1,6 @@ { "name":"DocBox", - "version":"4.1.1", + "version":"4.2.0", "author":"Ortus Solutions, Corp", "location":"http://downloads.ortussolutions.com/ortussolutions/docbox/@build.version@/docbox-@build.version@.zip", "homepage":"https://forgebox.io/view/docbox", diff --git a/changelog.md b/changelog.md index df63419..5d06fa6 100644 --- a/changelog.md +++ b/changelog.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.1.1] - 2024-02-13 + ### Fixed - Missed branch identifier in build process @@ -166,6 +168,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated to DocBox styles -[Unreleased]: https://github.com/Ortus-Solutions/DocBox/compare/v4.1.0...HEAD +[Unreleased]: https://github.com/Ortus-Solutions/DocBox/compare/v4.1.1...HEAD + +[4.1.1]: https://github.com/Ortus-Solutions/DocBox/compare/v4.1.0...v4.1.1 [4.1.0]: https://github.com/Ortus-Solutions/DocBox/compare/e6d838c31f224f6a162e95612762f8fa9ee87280...v4.1.0 From 8fa9426b444bf49a02a29cce2ee9a5ea63921712 Mon Sep 17 00:00:00 2001 From: Luis Majano Date: Tue, 13 Feb 2024 21:56:50 +0100 Subject: [PATCH 2/2] - Using old `http` instead of `https` on download URL --- box.json | 4 ++-- changelog.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/box.json b/box.json index ab368ae..ccd1486 100644 --- a/box.json +++ b/box.json @@ -1,8 +1,8 @@ { "name":"DocBox", - "version":"4.2.0", + "version":"4.2.1", "author":"Ortus Solutions, Corp", - "location":"http://downloads.ortussolutions.com/ortussolutions/docbox/@build.version@/docbox-@build.version@.zip", + "location":"https://downloads.ortussolutions.com/ortussolutions/docbox/@build.version@/docbox-@build.version@.zip", "homepage":"https://forgebox.io/view/docbox", "documentation":"https://docbox.ortusbooks.com/", "repository":{ diff --git a/changelog.md b/changelog.md index 5d06fa6..0681df2 100644 --- a/changelog.md +++ b/changelog.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Using old `http` instead of `https` on download URL + ## [4.1.1] - 2024-02-13 ### Fixed