Skip to content

Commit 25a21e2

Browse files
committed
version 1.1.0
1 parent 8440663 commit 25a21e2

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,16 @@
33
[![GitHub release](https://img.shields.io/github/release/FirefoxBar/HeaderEditor.svg)](https://github.com/FirefoxBar/HeaderEditor/releases)
44
[![license](https://img.shields.io/github/license/FirefoxBar/HeaderEditor.svg)](https://github.com/FirefoxBar/HeaderEditor/blob/master/LICENSE)
55

6-
An extension which can modify the request, include request headers, response headers, redirect requests, and cancel requests.
6+
An extension which can modify the request, include request headers, response headers, redirect requests, and cancel requests. Lastest release is [1.1.0](https://github.com/FirefoxBar/xStyle/releases/tag/1.1.0)
77

88
You can install from [AMO](https://addons.mozilla.org/zh-CN/firefox/addon/header-editor/) or install [our self-distribution version](https://github.com/FirefoxBar/HeaderEditor/releases).
99

1010
This is a WebExtension. Require Firefox 52 or later.
1111

12-
For more documentation, Please visit [wiki](https://github.com/FirefoxBar/HeaderEditor/wiki)
12+
For more documentation, Please visit [wiki](https://github.com/FirefoxBar/HeaderEditor/wiki)
13+
14+
## For contributors
15+
16+
You can contribute codes by [submit a pull request](https://github.com/FirefoxBar/HeaderEditor/compare).
17+
18+
You can help us to translate this extension on [transifex](https://www.transifex.com/sytec/header-editor/).

build/build.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
$gecko_id = $manifest['applications']['gecko']['id'];
1111
$exclude = ['.git', '.vscode', 'build', '.gitignore', 'README.md'];
1212
$xpi = new XpiBuild([
13-
'name' => 'xstyle',
13+
'name' => 'HeaderEditor',
1414
'output_dir' => __DIR__ . '/output/firefox'
1515
]);
1616
$dh = opendir(EXTENSION_DIR);

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"name": "__MSG_extName__",
1010
"short_name": "__MSG_extName__",
11-
"version": "1.0.5",
11+
"version": "1.1.0",
1212
"description": "__MSG_description__",
1313
"homepage_url": "http://team.firefoxcn.net",
1414
"manifest_version": 2,

0 commit comments

Comments
 (0)