From b9d66ef818f56114d60e924b17a56c5dcbf62e4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Dumont?= Date: Wed, 3 Jan 2024 02:46:06 +0100 Subject: [PATCH] v1.0.5 --- CHANGELOG.md | 6 +- LICENSE.md | 2 +- README.md | 10 +- cocart-cors.php | 10 +- composer.json | 6 +- includes/class-cocart-cors.php | 8 +- package-lock.json | 1035 ++++---------------------------- package.json | 28 +- readme.txt | 27 +- 9 files changed, 168 insertions(+), 964 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b389d4..425dcd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # Changelog for CoCart CORS +## v1.0.5 - 3rd January, 2024 + +* Fixed fatal error if the version of CoCart is undefined because the main plugin is not found. + ## v1.0.4 - 6th November, 2023 ### What's Changed? -* Initiating the plugin on `plugins_loaded` hook instead of `cocart_init` hook. Fixes [#20](https://github.com/co-cart/cocart-cors/issues/20) +* Initiating the plugin on `plugins_loaded` hook instead of `cocart_init` hook. Fixes [#20](https://github.com/cocart-headless/cocart-cors/issues/20) ### Compatibility diff --git a/LICENSE.md b/LICENSE.md index ce51f33..0cd9d18 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -CoCart - CORS Support +CoCart CORS Support This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/README.md b/README.md index d9a8174..80ee17a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

CoCart - CORS

+

CoCart CORS

CoCart Logo

@@ -16,11 +16,11 @@ CoCart will now work across multiple domains. ## Bugs -If you find an issue, please [report the issue](https://github.com/co-cart/cocart-cors/issues/new). Thank you. +If you find an issue, please [report the issue](https://github.com/cocart-headless/cocart-cors/issues/new). Thank you. ## License -[![License](https://img.shields.io/badge/license-GPL--3.0%2B-red.svg)](https://github.com/co-cart/cocart-cors/blob/master/LICENSE.md) +[![License](https://img.shields.io/badge/license-GPL--3.0%2B-red.svg)](https://github.com/cocart-headless/cocart-cors/blob/master/LICENSE.md) Released under [GNU General Public License v3.0](http://www.gnu.org/licenses/gpl-3.0.html). @@ -35,7 +35,7 @@ We have different channels at your disposal where you can find information about