Skip to content

Commit

Permalink
Changed
Browse files Browse the repository at this point in the history
- Version number as-per the last commit because the last set of changes didn't seem to appear in the commit.
  • Loading branch information
Mark Notton committed Oct 11, 2018
1 parent 55510bb commit 6d3ebb5
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 5 deletions.
23 changes: 22 additions & 1 deletion .craftplugin
Original file line number Diff line number Diff line change
@@ -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"}
{"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"}
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Or manually in your compsoer.json:

```
"require": {
"marknotton/agent": "^1.1.2"
"marknotton/agent": "^1.1.3"
}
```

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 6d3ebb5

Please sign in to comment.