Skip to content

Commit

Permalink
chore(release): 1.1.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
app-publisher-bot committed Aug 3, 2019
1 parent ee19e39 commit 1e6c919
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ApiExtend.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public function register()
$this->description = plugin_lang_get("description");
$this->page = 'config';

$this->version = "1.1.2";
$this->version = "1.1.3";
$this->requires = array(
"MantisCore" => "2.0.0",
);
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# APIEXTEND CHANGE LOG

## Version 1.1.3 (August 3rd, 2019)

### Features

- show the success redirect when saving config settings

### Bug Fixes

- set cache-control-max-age on issues count badges

## Version 1.1.2 (August 2nd, 2019)

### Build System
Expand Down

0 comments on commit 1e6c919

Please sign in to comment.