From 840a866f94c264f518e438e92a01afaa8d8511bc Mon Sep 17 00:00:00 2001 From: Joost de Valk Date: Fri, 12 Jan 2024 11:01:31 +0100 Subject: [PATCH 1/4] Update CONTRIBUTING.md --- .github/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index c3cf72d..63ae912 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -8,7 +8,7 @@ We use GitHub exclusively for well-documented bugs, feature requests and code co To receive free support for this plugin, go to [the support formus](https://wordpress.org/support/plugin/yoast-comment-hacks/). Thanks for your understanding. ## Security issues -Please do not report security issues here. Instead, report them per our [security policy](https://github.com/jdevalk/comment-hacks/security/policy). +Please do not report security issues here. Instead, report them per our [security policy](https://github.com/emilia-capital/comment-hacks/security/policy). ## I have found a bug Before opening a new issue, please: @@ -28,7 +28,7 @@ Community made patches, localizations, bug reports and contributions are very we When contributing please ensure you follow the guidelines below so that we can keep on top of things. #### Submitting an issue you found -Make sure your problem does not exist as a ticket already by searching through [the existing issues](https://github.com/jdevalk/comment-hacks/issues/). If you cannot find anything which resembles your problem, please [create a new issue](https://github.com/jdevalk/comment-hacks/issues/new). +Make sure your problem does not exist as a ticket already by searching through [the existing issues](https://github.com/emilia-capital/comment-hacks/issues/). If you cannot find anything which resembles your problem, please [create a new issue](https://github.com/emilia-capital/comment-hacks/issues/new). #### Fixing an issue From db30813befd6941be2e41586661eedbe2044a02a Mon Sep 17 00:00:00 2001 From: Joost de Valk Date: Fri, 12 Jan 2024 11:02:25 +0100 Subject: [PATCH 2/4] Update readme.md --- readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index a5bec27..15cf5e0 100644 --- a/readme.md +++ b/readme.md @@ -1,8 +1,8 @@ -[![CS](https://github.com/jdevalk/comment-hacks/actions/workflows/cs.yml/badge.svg)](https://github.com/jdevalk/comment-hacks/actions/workflows/cs.yml) -[![Lint](https://github.com/jdevalk/comment-hacks/actions/workflows/lint.yml/badge.svg)](https://github.com/jdevalk/comment-hacks/actions/workflows/lint.yml) -[![Test](https://github.com/jdevalk/comment-hacks/actions/workflows/test.yml/badge.svg)](https://github.com/jdevalk/comment-hacks/actions/workflows/test.yml) -[![Release Version](https://img.shields.io/github/release/jdevalk/comment-hacks.svg)](https://github.com/jdevalk/comment-hacks/releases/latest) -[![MIT License](https://img.shields.io/github/license/jdevalk/comment-hacks.svg)](https://github.com/devalk/comment-hacks/blob/trunk/LICENSE) +[![CS](https://github.com/emilia-capital/comment-hacks/actions/workflows/cs.yml/badge.svg)](https://github.com/emilia-capital/comment-hacks/actions/workflows/cs.yml) +[![Lint](https://github.com/emilia-capital/comment-hacks/actions/workflows/lint.yml/badge.svg)](https://github.com/emilia-capital/comment-hacks/actions/workflows/lint.yml) +[![Test](https://github.com/emilia-capital/comment-hacks/actions/workflows/test.yml/badge.svg)](https://github.com/emilia-capital/comment-hacks/actions/workflows/test.yml) +[![Release Version](https://img.shields.io/github/release/emilia-capital/comment-hacks.svg)](https://github.com/emilia-capital/comment-hacks/releases/latest) +[![MIT License](https://img.shields.io/github/license/emilia-capital/comment-hacks.svg)](https://github.com/emilia-capital/comment-hacks/blob/trunk/LICENSE) # Comment Hacks From ced29658c6a008a217e538b3a26d4d58afce5edf Mon Sep 17 00:00:00 2001 From: Joost de Valk Date: Fri, 12 Jan 2024 11:02:52 +0100 Subject: [PATCH 3/4] Update readme.txt --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 5b314bf..8daf623 100644 --- a/readme.txt +++ b/readme.txt @@ -32,7 +32,7 @@ See the screenshots to get an even better idea of the plugins' functionality. === Have you found an issue? === -If you have bugs to report, please go to [the plugin's GitHub repository](https://github.com/jdevalk/comment-hacks). For security issues, please use our [vulnerability disclosure program](https://patchstack.com/database/vdp/yoast-comment-hacks), which is managed by PatchStack. They will assist you with verification, CVE assignment, and, of course, notify us. +If you have bugs to report, please go to [the plugin's GitHub repository](https://github.com/emilia-capital/comment-hacks). For security issues, please use our [vulnerability disclosure program](https://patchstack.com/database/vdp/yoast-comment-hacks), which is managed by PatchStack. They will assist you with verification, CVE assignment, and, of course, notify us. == Installation == From 52ce75a1930ffbb860ac57ede135da9b593e0efd Mon Sep 17 00:00:00 2001 From: Joost de Valk Date: Fri, 12 Jan 2024 11:03:18 +0100 Subject: [PATCH 4/4] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fbcb324..4674263 100644 --- a/package.json +++ b/package.json @@ -7,13 +7,13 @@ "textdomain": "yoast-comment-hacks" }, "pot": { - "reportmsgidbugsto": "https://github.com/jdevalk/comment-hacks/issues", + "reportmsgidbugsto": "https://github.com/emilia-capital/comment-hacks/issues", "languageteam": "Yoast Translate ", "lasttranslator": "Yoast Translate Team " }, "repository": { "type": "git", - "url": "https://github.com/jdevalk/comment-hacks" + "url": "https://github.com/emilia-capital/comment-hacks" }, "devDependencies": { "@yoast/grunt-plugin-tasks": "^2.0.0"