Skip to content
This repository was archived by the owner on Nov 29, 2018. It is now read-only.

Commit 4f61658

Browse files
committed
chore(build): release 1.1.0
1 parent 1752e50 commit 4f61658

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="1.1.0"></a>
2+
# [1.1.0](https://github.com/hypeJunction/hypeSeo/compare/1.0.2...v1.1.0) (2018-09-03)
3+
4+
5+
### Bug Fixes
6+
7+
* **robots:** correctly append sitemap path to robots ([10cc708](https://github.com/hypeJunction/hypeSeo/commit/10cc708))
8+
* **sitemap:** do not add non-public pages to sitemap if nocrawl is on ([7e15458](https://github.com/hypeJunction/hypeSeo/commit/7e15458))
9+
10+
### Features
11+
12+
* **links:** follow links by trusted users ([9dd606b](https://github.com/hypeJunction/hypeSeo/commit/9dd606b))
13+
* **sef:** allow admins to define custom rewrite rules ([1752e50](https://github.com/hypeJunction/hypeSeo/commit/1752e50))
14+
15+
16+
117
<a name="1.0.2"></a>
218
## [1.0.2](https://github.com/hypeJunction/hypeSeo/compare/1.0.1...v1.0.2) (2017-06-15)
319

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hypejunction/hypeseo",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"type": "elgg-plugin",
55
"description": "SEO Tools",
66
"homepage": "http://hypejunction.com",

manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<description>Tools for search engine optimization</description>
88
<category>seo</category>
9-
<version type="dist">1.0.2</version>
9+
<version type="dist">1.1.0</version>
1010

1111
<author>Ismayil Khayredinov (info@hypejunction.com)</author>
1212
<website>http://www.hypejunction.com/</website>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hypeSeo",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"license": "GPL-2.0",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)