Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2022-02-03 00:38:31 +0300
committerGitHub <noreply@github.com>2022-02-03 00:38:31 +0300
commitd4b430cb5c8b64711be10cdb6e5dffef7caacd97 (patch)
treed32af6b735ca4c713ff02178dc20787c84e57e8b /core/Version.php
parent19cc16c4c0245bc47a3dd2c61d16843946a24c09 (diff)
Make unique index compatible with database without long key support (#18723)
* Make unique index compatible with database without long key support * Changed plugin_name to VARCHAR(60) and title index limit to 100
Diffstat (limited to 'core/Version.php')
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 9a98054701..d07e7ca1f8 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,7 +20,7 @@ final class Version
* The current Matomo version.
* @var string
*/
- const VERSION = '4.7.0-rc1';
+ const VERSION = '4.7.1-b1';
const MAJOR_VERSION = 4;