Skip to content

Commit

Permalink
Merge pull request #7 from ionutcalara/master
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
ionutcalara authored Jan 7, 2020
2 parents 194d3a0 + fb6e1d1 commit b9a87fe
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified paylike.ocmod.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion paylike.ocmod/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modification>
<code>00001</code>
<name>Paylike Payments Modification</name>
<version>1.0.5</version>
<version>1.0.6</version>
<author>Ljupcho Prchkovski</author>
<link>http://paylike.io</link>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
$_['text_description'] = 'Short description, maybe link to main website, support, api keys page, etc...';
$_['text_extension'] = 'Extensions';
$_['text_edit_settings'] = 'Edit Paylike';
$_['text_paylike_version'] = '1.0.5';
$_['text_paylike_version'] = '1.0.6';
$_['text_general_settings'] = 'General';
$_['text_advanced_settings'] = 'Advanced';
$_['text_capture_instant'] = 'Instant';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public function index()
$this->load->language('extension/payment/paylike');
$this->load->model('extension/payment/paylike');
$this->load->model('checkout/order');
$data['plugin_version'] = '1.0.5';
$data['plugin_version'] = '1.0.6';
$data['VERSION'] = VERSION;
$data['active_mode']=$this->config->get('payment_paylike_api_mode');

Expand Down

0 comments on commit b9a87fe

Please sign in to comment.