Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 11, 2018
1 parent bc07130 commit eddbff5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inkifi/core"
,"version": "0.1.1"
,"version": "0.1.2"
,"description": "A custom module for inkifi.com"
,"type": "magento2-module"
,"homepage": "https://github.com/inkifi/core"
Expand Down
7 changes: 7 additions & 0 deletions etc/df.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"sentry": {
"id": 5
,"key1": "89e866531ac74df2af5eb5f02fd99c35"
,"key2": "2c8cf82b7fb74a9094c554cfa237e5ec"
}
}
11 changes: 10 additions & 1 deletion lib/main.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<?php
use Exception as E;
use Inkifi\Core\Settings as S;
use Magento\Framework\DataObject;
use Magento\Sales\Model\Order as O;
use Magento\Store\Model\Store;
use Inkifi\Core\Settings as S;
/**
* 2018-08-16
* «Modify orders numeration for Mediaclip»
Expand All @@ -13,6 +15,13 @@
*/
function ikf_eti($v) {return df_last(explode('-', $v));}

/**
* 2018-09-11
* @used-by \Mangoit\MediaclipHub\Controller\Index\RenewMediaclipToken::execute()
* @param DataObject|mixed[]|mixed|E $v
*/
function ikf_log($v) {df_log_l('Inkifi_Core', $v); df_sentry('Inkifi_Core', $v);}

/**
* 2018-08-16
* «Modify orders numeration for Mediaclip»
Expand Down

0 comments on commit eddbff5

Please sign in to comment.