Skip to content

Commit

Permalink
Issue #63: eBay results down and need to get onto https URL
Browse files Browse the repository at this point in the history
* Remove non-existent category ID from sample configuration.
* Update URL to be https in sample configuration.
  • Loading branch information
sprak3000 committed Jan 1, 2020
1 parent 63f2f1d commit c836a95
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 3.4.5 - 2020 January 01
### Bug Fixes
* Issue #63: eBay results down and need to get onto https URL

## 3.4.4 - 2019 January 07
### Bug Fixes
* Issue #61: Fixing PHP Warning in logs after upgrading to PHP 7.2
Expand Down
3 changes: 1 addition & 2 deletions application/config.json.sample
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"ebay": {
"url": "http://svcs.ebay.com/services/search/FindingService/v1?OPERATION-NAME=findItemsAdvanced&SERVICE-VERSION=1.0.0&SECURITY-APPNAME=__APIKEY__&RESPONSE-DATA-FORMAT=JSON&REST-PAYLOAD=true&keywords=__KEYWORDS__&sortOrder=StartTimeNewest&itemFilter(0).name=ExcludeCategory&__EXCLUDECATEGORIES__",
"url": "https://svcs.ebay.com/services/search/FindingService/v1?OPERATION-NAME=findItemsAdvanced&SERVICE-VERSION=1.0.0&SECURITY-APPNAME=__APIKEY__&RESPONSE-DATA-FORMAT=JSON&REST-PAYLOAD=true&keywords=__KEYWORDS__&sortOrder=StartTimeNewest&itemFilter(0).name=ExcludeCategory&__EXCLUDECATEGORIES__",

"apiKey": "<developer key for accessing eBay API>",

Expand All @@ -15,7 +15,6 @@

"categories": {
"exclude": [
"208",
"3632",
"4233",
"177661",
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lupin-encyclopedia",

"version": "3.4.4",
"version": "3.4.5",

"dependencies": {
"jquery": "~1.9.*",
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"description": "Lupin III Encyclopedia web site",

"version": "3.4.4",
"version": "3.4.5",

"type": "project",

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

"homepage": "http://www.lupinencyclopedia.com/",

"version": "3.4.4",
"version": "3.4.5",

"devDependencies": {
"grunt": "~0.4.1",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c836a95

Please sign in to comment.