Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
Merge pull request #5 from gnadelwartz/master
  • Loading branch information
Jakiboy committed Feb 20, 2021
1 parent 7798182 commit f623761
Show file tree
Hide file tree
Showing 27 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jakiboy/apaapi",
"version" : "1.0.6",
"version" : "1.0.7",
"type": "library",
"description": "Easy connection to Amazon Product Advertising API v5",
"keywords": ["php","amazon","product","api","apaapi","paapi5","jakiboy"],
Expand Down
1 change: 1 addition & 0 deletions src/exceptions/ResponseTypeException.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
/**
* @package Amazon Product Advertising API
* @version 1.0.7
* @copyright (c) 2019 - 2020 Jakiboy
* @author Jihad Sinnaour <[email protected]>
* @link https://jakiboy.github.io/apaapi/
Expand Down
1 change: 1 addition & 0 deletions src/interfaces/ItemOperationInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
/**
* @package Amazon Product Advertising API
* @version 1.0.7
* @copyright (c) 2019 - 2020 Jakiboy
* @author Jihad Sinnaour <[email protected]>
* @link https://jakiboy.github.io/apaapi/
Expand Down
1 change: 1 addition & 0 deletions src/interfaces/OperationInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
/**
* @package Amazon Product Advertising API
* @version 1.0.7
* @copyright (c) 2019 - 2020 Jakiboy
* @author Jihad Sinnaour <[email protected]>
* @link https://jakiboy.github.io/apaapi/
Expand Down
1 change: 1 addition & 0 deletions src/interfaces/RequestInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
/**
* @package Amazon Product Advertising API
* @version 1.0.7
* @copyright (c) 2019 - 2020 Jakiboy
* @author Jihad Sinnaour <[email protected]>
* @link https://jakiboy.github.io/apaapi/
Expand Down
1 change: 1 addition & 0 deletions src/interfaces/ResponseInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
/**
* @package Amazon Product Advertising API
* @version 1.0.7
* @copyright (c) 2019 - 2020 Jakiboy
* @author Jihad Sinnaour <[email protected]>
* @link https://jakiboy.github.io/apaapi/
Expand Down
1 change: 1 addition & 0 deletions src/interfaces/ResponseTypeInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
/**
* @package Amazon Product Advertising API
* @version 1.0.7
* @copyright (c) 2019 - 2020 Jakiboy
* @author Jihad Sinnaour <[email protected]>
* @link https://jakiboy.github.io/apaapi/
Expand Down
1 change: 1 addition & 0 deletions src/lib/ItemOperation.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
/**
* @package Amazon Product Advertising API
* @version 1.0.7
* @copyright (c) 2019 - 2020 Jakiboy
* @author Jihad Sinnaour <[email protected]>
* @link https://jakiboy.github.io/apaapi/
Expand Down
1 change: 1 addition & 0 deletions src/lib/Operation.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
/**
* @package Amazon Product Advertising API
* @version 1.0.7
* @copyright (c) 2019 - 2020 Jakiboy
* @author Jihad Sinnaour <[email protected]>
* @link https://jakiboy.github.io/apaapi/
Expand Down
1 change: 1 addition & 0 deletions src/lib/OperationProvider.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
/**
* @package Amazon Product Advertising API
* @version 1.0.7
* @copyright (c) 2019 - 2020 Jakiboy
* @author Jihad Sinnaour <[email protected]>
* @link https://jakiboy.github.io/apaapi/
Expand Down
1 change: 1 addition & 0 deletions src/lib/Request.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
/**
* @package Amazon Product Advertising API
* @version 1.0.7
* @copyright (c) 2019 - 2020 Jakiboy
* @author Jihad Sinnaour <[email protected]>
* @link https://jakiboy.github.io/apaapi/
Expand Down
1 change: 1 addition & 0 deletions src/lib/Resource.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
/**
* @package Amazon Product Advertising API
* @version 1.0.7
* @copyright (c) 2019 - 2020 Jakiboy
* @author Jihad Sinnaour <[email protected]>
* @link https://jakiboy.github.io/apaapi/
Expand Down
1 change: 1 addition & 0 deletions src/lib/Response.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
/**
* @package Amazon Product Advertising API
* @version 1.0.7
* @copyright (c) 2019 - 2020 Jakiboy
* @author Jihad Sinnaour <[email protected]>
* @link https://jakiboy.github.io/apaapi/
Expand Down
1 change: 1 addition & 0 deletions src/lib/ResponseType.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
/**
* @package Amazon Product Advertising API
* @version 1.0.7
* @copyright (c) 2019 - 2020 Jakiboy
* @author Jihad Sinnaour <[email protected]>
* @link https://jakiboy.github.io/apaapi/
Expand Down
1 change: 1 addition & 0 deletions src/lib/SignatureRequest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
/**
* @package Amazon Product Advertising API
* @version 1.0.7
* @copyright (c) 2019 - 2020 Jakiboy
* @author Jihad Sinnaour <[email protected]>
* @link https://jakiboy.github.io/apaapi/
Expand Down
1 change: 1 addition & 0 deletions src/operations/GetBrowseNodes.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
/**
* @package Amazon Product Advertising API
* @version 1.0.7
* @copyright (c) 2019 - 2020 Jakiboy
* @author Jihad Sinnaour <[email protected]>
* @link https://jakiboy.github.io/apaapi/
Expand Down
1 change: 1 addition & 0 deletions src/operations/GetItems.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
/**
* @package Amazon Product Advertising API
* @version 1.0.7
* @copyright (c) 2019 - 2020 Jakiboy
* @author Jihad Sinnaour <[email protected]>
* @link https://jakiboy.github.io/apaapi/
Expand Down
1 change: 1 addition & 0 deletions src/operations/GetVariations.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
/**
* @package Amazon Product Advertising API
* @version 1.0.7
* @copyright (c) 2019 - 2020 Jakiboy
* @author Jihad Sinnaour <[email protected]>
* @link https://jakiboy.github.io/apaapi/
Expand Down
1 change: 1 addition & 0 deletions src/operations/SearchItems.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
/**
* @package Amazon Product Advertising API
* @version 1.0.7
* @copyright (c) 2019 - 2020 Jakiboy
* @author Jihad Sinnaour <[email protected]>
* @link https://jakiboy.github.io/apaapi/
Expand Down
1 change: 1 addition & 0 deletions src/resources/BrowseNodeInfo.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
/**
* @package Amazon Product Advertising API
* @version 1.0.7
* @copyright (c) 2019 - 2020 Jakiboy
* @author Jihad Sinnaour <[email protected]>
* @link https://jakiboy.github.io/apaapi/
Expand Down
1 change: 1 addition & 0 deletions src/resources/BrowseNodes.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
/**
* @package Amazon Product Advertising API
* @version 1.0.7
* @copyright (c) 2019 - 2020 Jakiboy
* @author Jihad Sinnaour <[email protected]>
* @link https://jakiboy.github.io/apaapi/
Expand Down
1 change: 1 addition & 0 deletions src/resources/Images.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
/**
* @package Amazon Product Advertising API
* @version 1.0.7
* @copyright (c) 2019 - 2020 Jakiboy
* @author Jihad Sinnaour <[email protected]>
* @link https://jakiboy.github.io/apaapi/
Expand Down
1 change: 1 addition & 0 deletions src/resources/ItemInfo.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
/**
* @package Amazon Product Advertising API
* @version 1.0.7
* @copyright (c) 2019 - 2020 Jakiboy
* @author Jihad Sinnaour <[email protected]>
* @link https://jakiboy.github.io/apaapi/
Expand Down
1 change: 1 addition & 0 deletions src/resources/Offers.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
/**
* @package Amazon Product Advertising API
* @version 1.0.7
* @copyright (c) 2019 - 2020 Jakiboy
* @author Jihad Sinnaour <[email protected]>
* @link https://jakiboy.github.io/apaapi/
Expand Down
1 change: 1 addition & 0 deletions src/resources/ParentASIN.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
/**
* @package Amazon Product Advertising API
* @version 1.0.7
* @copyright (c) 2019 - 2020 Jakiboy
* @author Jihad Sinnaour <[email protected]>
* @link https://jakiboy.github.io/apaapi/
Expand Down
1 change: 1 addition & 0 deletions src/resources/SearchRefinements.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
/**
* @package Amazon Product Advertising API
* @version 1.0.7
* @copyright (c) 2019 - 2020 Jakiboy
* @author Jihad Sinnaour <[email protected]>
* @link https://jakiboy.github.io/apaapi/
Expand Down
1 change: 1 addition & 0 deletions src/resources/VariationSummary.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
/**
* @package Amazon Product Advertising API
* @version 1.0.7
* @copyright (c) 2019 - 2020 Jakiboy
* @author Jihad Sinnaour <[email protected]>
* @link https://jakiboy.github.io/apaapi/
Expand Down

0 comments on commit f623761

Please sign in to comment.