From 9354769af733b6349dd9b6b07e7f447829390ca3 Mon Sep 17 00:00:00 2001 From: Laurent MINGUET Date: Fri, 29 Dec 2017 15:46:34 +0100 Subject: [PATCH] udpate some old links --- CHANGELOG.md | 18 +++++++++--------- composer.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63a38c3..a0b9389 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,8 @@ All notable changes to this project will be documented in this file. -## [3.1.0] - 2017-12-28 -[3.1.0]: https://git.smile.fr/magento2/module-debug-toolbar/compare/3.0.1...3.1.0 +## [3.1.0] - 2017-12-29 +[3.1.0]: https://github.com/Smile-SA/magento2-module-debug-toolbar/compare/3.0.1...3.1.0 * implement new design * lots of minor fixes @@ -12,12 +12,12 @@ All notable changes to this project will be documented in this file. * add doc ## [3.0.1] - 2017-12-12 -[3.0.1]: https://git.smile.fr/magento2/module-debug-toolbar/compare/3.0.0...3.0.1 +[3.0.1]: https://github.com/Smile-SA/magento2-module-debug-toolbar/compare/3.0.0...3.0.1 * fix minor issue on preference table ## [3.0.0] - 2017-11-13 -[3.0.0]: https://git.smile.fr/magento2/module-debug-toolbar/compare/1.2.2...3.0.0 +[3.0.0]: https://github.com/Smile-SA/magento2-module-debug-toolbar/compare/1.2.2...3.0.0 WARNING: Break compatibility with Magento 2.1 @@ -25,17 +25,17 @@ WARNING: Break compatibility with Magento 2.1 * Fix issue on message display conflict with the layout debug zone ## [1.2.2] - 2017-10-10 -[1.2.2]: https://git.smile.fr/magento2/module-debug-toolbar/compare/1.2.1...1.2.2 +[1.2.2]: https://github.com/Smile-SA/magento2-module-debug-toolbar/compare/1.2.1...1.2.2 * fix issue on event name - must be in lower case ## [1.2.1] - 2017-10-09 -[1.2.1]: https://git.smile.fr/magento2/module-debug-toolbar/compare/1.2.0...1.2.1 +[1.2.1]: https://github.com/Smile-SA/magento2-module-debug-toolbar/compare/1.2.0...1.2.1 * fix issue on layout zone - crash on the top menu ## [1.2.0] - 2017-09-29 -[1.2.0]: https://git.smile.fr/magento2/module-debug-toolbar/compare/1.1.1...1.2.0 +[1.2.0]: https://github.com/Smile-SA/magento2-module-debug-toolbar/compare/1.1.1...1.2.0 * add the "observer" zone * add the "plugin" zone @@ -43,13 +43,13 @@ WARNING: Break compatibility with Magento 2.1 * add the "layout" zone ## [1.1.1] - 2017-09-20 -[1.1.1]: https://git.smile.fr/magento2/module-debug-toolbar/compare/1.1.0...1.1.1 +[1.1.1]: https://github.com/Smile-SA/magento2-module-debug-toolbar/compare/1.1.0...1.1.1 * fix bug on profiler class detection * fix bug on old toolbar cleaning ## [1.1.0] - 2017-09-20 -[1.1.0]: https://git.smile.fr/magento2/module-debug-toolbar/compare/1.0.0...1.1.0 +[1.1.0]: https://github.com/Smile-SA/magento2-module-debug-toolbar/compare/1.0.0...1.1.0 * add the "profiler" zone * refactoring the templates diff --git a/composer.json b/composer.json index 33f3088..33203a6 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "smile/module-debug-toolbar", "type": "magento2-module", "description": "Smile Debug Toolbar", - "homepage": "https://git.smile.fr/magento2/module-debug-toolbar", + "homepage": "https://github.com/Smile-SA/magento2-module-debug-toolbar", "keywords": ["magento2", "debug", "toolbar"], "authors": [ {