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

Commit

Permalink
Release 1.2.2
Browse files Browse the repository at this point in the history
- fix composer.json
- update composer
- update dependencies
  • Loading branch information
drAlberT committed Mar 6, 2017
1 parent 6e76a0e commit 901b9d5
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 54 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,21 @@
"composer/installers": "^1.2"
},
"extra": {
"installer-name": "faktiva_seotk"
"installer-name": "faktiva_cleanurls"
},
"scripts": {
"chk-cs": [
"php bin/php-cs-fixer -vvv fix --dry-run"
"php-cs-fixer -vvv fix --dry-run"
],
"chk-sec": [
"php bin/security-checker -vv security:check"
"security-checker -vv security:check"
],
"check": [
"@chk-cs",
"@chk-sec"
],
"fix-cs": [
"php bin/php-cs-fixer -vvv fix"
"php-cs-fixer -vvv fix"
],
"zip": [
"git archive -o faktiva_clean_urls.zip --prefix=faktiva_cleanurls/ "
Expand Down
99 changes: 51 additions & 48 deletions composer.lock

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

Binary file modified composer.phar
Binary file not shown.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>faktiva_cleanurls</name>
<displayName><![CDATA[Faktiva Clean URLs]]></displayName>
<version><![CDATA[1.2.1]]></version>
<version><![CDATA[1.2.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_cleanurls.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function __construct()
{
$this->name = 'faktiva_cleanurls';
$this->tab = 'seo';
$this->version = '1.2.1';
$this->version = '1.2.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 901b9d5

Please sign in to comment.