Skip to content

Commit

Permalink
3.5.1 release config files
Browse files Browse the repository at this point in the history
  • Loading branch information
nandadubey committed Jan 4, 2018
1 parent 6061527 commit e803eb8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:

package: validate_version
mkdir -p ./var/
cd ./extension && tar -cvf ../var/Affirm_Affirm-3.5.0.tgz *
cd ./extension && tar -cvf ../var/Affirm_Affirm-3.5.1.tgz *
cd ./build && ./magento-tar-to-connect.phar affirm_tar_to_connect_config.php

clean:
Expand Down
6 changes: 3 additions & 3 deletions build/affirm_tar_to_connect_config.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php
return array(
'base_dir' => realpath('../var/'),
'archive_files' => 'Affirm_Affirm-3.5.0.tgz',
'archive_files' => 'Affirm_Affirm-3.5.1.tgz',
'extension_name' => 'Affirm_Magento',
'skip_version_compare' => true,
'extension_version' => '3.5.0',
'archive_connect' => 'Affirm_Affirm-3.5.0.tgz',
'extension_version' => '3.5.1',
'archive_connect' => 'Affirm_Affirm-3.5.1.tgz',
'path_output' => realpath('../var/'),

'stability' => 'stable',
Expand Down
2 changes: 1 addition & 1 deletion extension/app/code/community/Affirm/Affirm/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config>
<modules>
<Affirm_Affirm>
<version>3.5.0</version>
<version>3.5.1</version>
</Affirm_Affirm>
</modules>
<global>
Expand Down
2 changes: 1 addition & 1 deletion extension/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>Affirm_Affirm</name>
<version>3.4.0</version>
<version>3.5.1</version>
<stability>stable</stability>
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL-3.0</license>
<channel>community</channel>
Expand Down

0 comments on commit e803eb8

Please sign in to comment.