diff --git a/README.md b/README.md index f970eea..78135a6 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,11 @@ No, you must run the command from the source Piwik server (the server which cont ## Changelog -**v1.0.5** +**v1.0.7** + +- Updated the plugin for compatibility with Piwik 2.10. + +**v1.0.6** - [#6](https://github.com/PiwikPRO/plugin-SiteMigration/issues/6): fixed a PHP 5.3 incompatibility diff --git a/plugin.json b/plugin.json index 65ef5fc..47c3e92 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "name": "SiteMigration", - "version": "1.0.6", + "version": "1.0.7", "description": "Migrate site and site data between Piwik installations", "keywords": ["migration", "import", "export"], "homepage": "https://github.com/PiwikPRO/plugin-SiteMigration", @@ -9,7 +9,7 @@ "license_page": "http://www.gnu.org/licenses/gpl.html", "require": { "php": ">=5.3.0", - "piwik": ">=2.9.1" + "piwik": ">=2.10.0-b10" }, "authors": [ {