diff --git a/.craftplugin b/.craftplugin index 6ea4ccb..0b93202 100644 --- a/.craftplugin +++ b/.craftplugin @@ -1 +1,22 @@ -{"pluginName":"Agent","pluginDescription":"Query the server-side information from the users agent data.","pluginVersion":"1.0.0","pluginAuthorName":"Mark Notton","pluginVendorName":"marknotton","pluginAuthorUrl":"https://github.com/marknotton/craft-plugin-agent","pluginAuthorGithub":"craft-plugin-agent","codeComments":"","pluginComponents":["services","variables"],"consolecommandName":"","controllerName":"","cpsectionName":"","elementName":"","fieldName":"","modelName":"","purchasableName":"","recordName":"","serviceName":"","taskName":"","utilityName":"","widgetName":"","apiVersion":"api_version_3_0"} \ No newline at end of file +{"pluginName":"Agent", +"pluginDescription":"Query the server-side information from the users agent data.", +"pluginVersion":"1.1.3", +"pluginAuthorName":"Mark Notton", +"pluginVendorName":"marknotton", +"pluginAuthorUrl":"https://github.com/marknotton/craft-plugin-agent", +"pluginAuthorGithub":"craft-plugin-agent", +"codeComments":"", +"pluginComponents":["services", +"variables"],"consolecommandName":"", +"controllerName":"", +"cpsectionName":"", +"elementName":"", +"fieldName":"", +"modelName":"", +"purchasableName":"", +"recordName":"", +"serviceName":"", +"taskName":"", +"utilityName":"", +"widgetName":"", +"apiVersion":"api_version_3_0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 9786074..90d08bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## 1.1.2 - 2018-10-11 +## 1.1.2 / 1.1.3 - 2018-10-11 ### Fixed - Redirect function breaks in cases where user agents versions can't be read. To avoid new browsers from being redirected incorrectly, we have to allow browsers coming back with versions 0 regardless of any other criteria. diff --git a/README.md b/README.md index 1848a78..1245e2f 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Or manually in your compsoer.json: ``` "require": { - "marknotton/agent": "^1.1.2" + "marknotton/agent": "^1.1.3" } ``` diff --git a/composer.json b/composer.json index 512339e..d05b5c8 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "marknotton/agent", "description": "Query the server-side information from the users agent data.", "type": "craft-plugin", - "version": "1.1.2", + "version": "1.1.3", "keywords": [ "craft", "cms", @@ -33,7 +33,7 @@ "extra": { "name": "Agent", "handle": "agent", - "schemaVersion": "1.1.2", + "schemaVersion": "1.1.3", "hasCpSettings": false, "hasCpSection": false, "changelogUrl": "https://github.com/marknotton/craft-plugin-agent/blob/master/CHANGELOG.md",