Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Commit

Permalink
Release 1.1.2
Browse files Browse the repository at this point in the history
- switch to MIT License
- dependencies updated
- minor changes
  • Loading branch information
drAlberT committed Nov 21, 2016
1 parent 27b6fc3 commit 07c0573
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
]
},
"archive": {
"exclude": [".*", "/composer.*", "/vendor", "*.zip", "*.tar", "*.md", "/*.jpg" ]
"exclude": [".*", "/composer.*", "/vendor", "*.zip", "*.tar", "/*.jpg", "*.md", "LICENSE"]
}
}
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion faktiva_clean_urls/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>faktiva_clean_urls</name>
<displayName><![CDATA[Faktiva Clean URLs]]></displayName>
<version><![CDATA[1.1.1]]></version>
<version><![CDATA[1.1.2]]></version>
<description><![CDATA[This override-Module allows you to remove URL ID&#039;s.]]></description>
<author><![CDATA[Faktiva]]></author>
<tab><![CDATA[seo]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion faktiva_clean_urls/faktiva_clean_urls.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function __construct()
{
$this->name = 'faktiva_clean_urls';
$this->tab = 'seo';
$this->version = '1.1.1';
$this->version = '1.1.2';
$this->author = 'Faktiva';
$this->need_instance = 0;
$this->ps_versions_compliancy = array('min' => '1.5', 'max' => _PS_VERSION_);
Expand Down

0 comments on commit 07c0573

Please sign in to comment.