Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LEDfan committed Aug 15, 2018
1 parent cd66998 commit 7e17ecc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Change Log
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.3.0] [15/08/2018]
### Added
- Basic Auth support [#103](https://github.com/LEDfan/keywi/pull/103) and [#114](https://github.com/LEDfan/keywi/pull/114). Read the [docs](https://github.com/LEDfan/keywi#http-basic-auth).

### Changed
- Use Crowdin for translations [#115](https://github.com/LEDfan/keywi/pull/115). Read the [docs](https://github.com/LEDfan/keywi#translations).

## [1.2.0] [01/01/2018]
### Fixed
- Fix websites using old version of jQuery validation plugin [#101](https://github.com/LEDfan/keywi/issues/101) & [#102](https://github.com/LEDfan/keywi/pull/102)
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Keywi",
"version": "1.2.0",
"version": "1.3.0",
"description": "__MSG_extensionDescription__",
"icons": {
"48": "icons/keywi-48.png",
Expand Down

0 comments on commit 7e17ecc

Please sign in to comment.