From 606f475ebb36871893dc9b06e784f04037b0efe0 Mon Sep 17 00:00:00 2001 From: Adam Grohs Date: Fri, 23 Oct 2020 07:11:16 -0500 Subject: [PATCH 1/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d52e726..e289801 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Dowload the latest version of the extension at: https://github.com/agnostack/mag Additional detailed instructions on configuring agnoStack for the new version can be found at: https://agnostack.com/faqs/setup-onboarding/configuring-magento-1. +> As of September 7th, 2020 agnoStack has now officially taken over support and maintenance of this Extension from Zendesk. Learn more at: https://agnostack.com/press-releases/agno-stack-takes-over-zendesk-magento-1-extension # Zendesk Extension for Magento From 091c81304f19593b076465c24de953a7b99d62d3 Mon Sep 17 00:00:00 2001 From: Adam Grohs Date: Thu, 10 Dec 2020 12:10:41 -0600 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e289801..600ce8f 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ This Extension makes Zendesk work seamlessly with Magento 1 to enable stores to ### General Notes -The extension provides its own custom RESTful API, which is intended to be used by the [agnoStack app](https://www.zendesk.com/apps/support/agnostack-commerce---by-particular/). The custom API allows for a consistent interface across all Magento versions, regardless of whether they support XML-RPC, SOAP or REST interfaces, and provides exactly the data that the app requires. +The extension provides its own custom RESTful API, which is intended to be used by the [agnoStack app](https://www.zendesk.com/apps/support/agnostack-commerce/). The custom API allows for a consistent interface across all Magento versions, regardless of whether they support XML-RPC, SOAP or REST interfaces, and provides exactly the data that the app requires. The base URL of the API is `http://your_site_base_url/zendesk/api/`. From ad535de450979ea11f613fef6489a48a2a7dc122 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 17:51:01 +0000 Subject: [PATCH 3/3] Add renovate.json --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..5db72dd --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ] +}