From a4deb2976ad31ce70be9476a240ac5d2a885ab86 Mon Sep 17 00:00:00 2001 From: Dan Garner Date: Thu, 24 Jan 2019 12:34:55 +0000 Subject: [PATCH 1/2] Update version string ahead of release. --- lib/Helper/Environment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Helper/Environment.php b/lib/Helper/Environment.php index 0243270a01..7b545f94b6 100644 --- a/lib/Helper/Environment.php +++ b/lib/Helper/Environment.php @@ -16,7 +16,7 @@ */ class Environment { - public static $WEBSITE_VERSION_NAME = '2.0.0-alpha1'; + public static $WEBSITE_VERSION_NAME = '2.0.0-beta'; public static $XMDS_VERSION = '5'; public static $XLF_VERSION = '2'; public static $VERSION_REQUIRED = '5.5'; From e941db5c8b28789bdac2b5800f07b3eafae44d71 Mon Sep 17 00:00:00 2001 From: Dan Garner Date: Thu, 24 Jan 2019 12:57:38 +0000 Subject: [PATCH 2/2] Update version string ahead of release (and test to suit). --- cypress/integration/unauthed_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/unauthed_spec.js b/cypress/integration/unauthed_spec.js index 106e0a15a9..f03e0cfa69 100644 --- a/cypress/integration/unauthed_spec.js +++ b/cypress/integration/unauthed_spec.js @@ -4,7 +4,7 @@ describe('Unauthenticated CMS access', function () { cy.url().should('include', '/login'); - cy.contains('Version 2.0.0-alpha1'); + cy.contains('Version 2.0.0-beta'); }); it('should redirect to login when an authenticated page is requested', function() {