From 9602f7a301bea3f75fda83a60040f370d6284292 Mon Sep 17 00:00:00 2001 From: Shea Bunge Date: Sat, 19 Nov 2022 14:45:18 +1100 Subject: [PATCH] Update GitHub repository URL --- CHANGELOG.md | 6 +++--- README.md | 2 +- code-snippets.php | 4 ++-- composer.json | 6 +++--- package.json | 4 ++-- readme.txt | 8 ++++---- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 112cca2e..0992077f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -394,9 +394,9 @@ Thanks to [Chloe with the Wordfence Threat Intelligence team](https://www.wordfe * Added icons for admin and front-end snippets to manage table. * Improved settings retrieval by caching settings. * Updated Russian translation by [Alexey Chumakov](http://chumakov.ru/). -* Added filter switch to prevent a snippet from executing. ([#25](https://github.com/sheabunge/code-snippets/issues/25)) +* Added filter switch to prevent a snippet from executing. ([#25](https://github.com/codesnippetspro/code-snippets/issues/25)) * Fixed errors in string translation. -* Fixed bug in import process. ([#32](https://github.com/sheabunge/code-snippets/issues/32)) +* Fixed bug in import process. ([#32](https://github.com/codesnippetspro/code-snippets/issues/32)) ## 2.2.3 (13 May 2015) * Fixed broken call to `export_snippet()` function. @@ -535,7 +535,7 @@ Thanks to [Chloe with the Wordfence Threat Intelligence team](https://www.wordfe * Don't encode HTML entities in database. ## 1.7.1.2 (3 May 2013) -* Correct path to admin menu icon. Fixes [#8](https://github.com/sheabunge/code-snippets/issues/8) +* Correct path to admin menu icon. Fixes [#8](https://github.com/codesnippetspro/code-snippets/issues/8) ## 1.7.1.1 (29 April 2013) * Fixed a bug with custom capabilities and admin menus. diff --git a/README.md b/README.md index cfe25a2a..931134db 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Code Snippets [![Build Status](https://travis-ci.org/sheabunge/code-snippets.svg?branch=master)](https://travis-ci.org/sheabunge/code-snippets) +# Code Snippets WordPress plugin for managing executable code snippets through a graphical interface. diff --git a/code-snippets.php b/code-snippets.php index 09b440dd..087235de 100644 --- a/code-snippets.php +++ b/code-snippets.php @@ -3,14 +3,14 @@ * Code Snippets - An easy, clean and simple way to add code snippets to your site. * * If you're interested in helping to develop Code Snippets, or perhaps contribute - * to the localization, please see https://github.com/sheabunge/code-snippets + * to the localization, please see https://github.com/codesnippetspro/code-snippets * * @package Code_Snippets * @author Shea Bunge * @copyright 2012-2022 Shea Bunge * @license GPL-2.0-or-later https://spdx.org/licenses/GPL-2.0-or-later.html * @version 3.2.2 - * @link https://github.com/sheabunge/code-snippets + * @link https://github.com/codesnippetspro/code-snippets */ /* diff --git a/composer.json b/composer.json index 42567c1d..91325a64 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "sheabunge/code-snippets", + "name": "codesnippetspro/code-snippets", "description": "Manage code snippets running on a WordPress-powered site through a graphical interface", "keywords": [ "wordpress", @@ -17,8 +17,8 @@ } ], "support": { - "issues": "https://github.com/sheabunge/code-snippets/issues", - "source": "https://github.com/sheabunge/code-snippets" + "issues": "https://github.com/codesnippetspro/code-snippets/issues", + "source": "https://github.com/codesnippetspro/code-snippets" }, "autoload": { "classmap": [ diff --git a/package.json b/package.json index 6ee872a4..81dde925 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/sheabunge/code-snippets.git" + "url": "https://github.com/codesnippetspro/code-snippets.git" }, "keywords": [ "wordpress-plugin" @@ -29,7 +29,7 @@ }, "license": "GPL-2.0-or-later", "bugs": { - "url": "https://github.com/sheabunge/code-snippets/issues" + "url": "https://github.com/codesnippetspro/code-snippets/issues" }, "dependencies": { "@jcubic/tagger": "^0.4.2", diff --git a/readme.txt b/readme.txt index 4252930f..5cc6e77a 100644 --- a/readme.txt +++ b/readme.txt @@ -33,7 +33,7 @@ The snippet editor includes fields for a name, a visual editor-enabled descripti https://youtu.be/29jD2BcBX5w -If you have any feedback, issues, or suggestions for improvements please leave a topic in the [Support Forum](https://wordpress.org/support/plugin/code-snippets), [join the community on Facebook](https://facebook.com/groups/codesnippetsplugin), or [check us out on GitHub](https://github.com/sheabunge/code-snippets). +If you have any feedback, issues, or suggestions for improvements please leave a topic in the [Support Forum](https://wordpress.org/support/plugin/code-snippets), [join the community on Facebook](https://facebook.com/groups/codesnippetsplugin), or [check us out on GitHub](https://github.com/codesnippetspro/code-snippets). If you like this plugin, or it is useful to you in some way, please consider reviewing it on [WordPress.org](https://wordpress.org/support/view/plugin-reviews/code-snippets). @@ -114,10 +114,10 @@ You can run snippets across an entire multisite network by **Network Activating* Snippets are stored in the `wp_snippets` table in the WordPress database. The table name may differ depending on what your table prefix is set to. = Where can I go for help or suggest new features? = -You can get help with Code Snippets, report bugs or errors, and suggest new features and improvements either on the [WordPress Support Forums](https://wordpress.org/support/plugin/code-snippets) or on [GitHub](https://github.com/sheabunge/code-snippets) +You can get help with Code Snippets, report bugs or errors, and suggest new features and improvements either on the [WordPress Support Forums](https://wordpress.org/support/plugin/code-snippets) or on [GitHub](https://github.com/codesnippetspro/code-snippets) = How can I help contribute to the development of the Code Snippets plugin? = -The best way to do this is to fork the [repository on GitHub](https://github.com/sheabunge/code-snippets) and send a pull request. +The best way to do this is to fork the [repository on GitHub](https://github.com/codesnippetspro/code-snippets) and send a pull request. == Screenshots == @@ -278,7 +278,7 @@ __New in Pro__ * Fixed: Check the referer on the import menu to prevent CSRF attacks. Thanks to [Chloe with the Wordfence Threat Intelligence team](https://www.wordfence.com/blog/author/wfchloe/) for reporting. * Fixed: Ensure that individual snippet action links use proper verification. -**[The full changelog is available on GitHub](https://github.com/sheabunge/code-snippets/blob/master/CHANGELOG.md)** +**[The full changelog is available on GitHub](https://github.com/codesnippetspro/code-snippets/blob/master/CHANGELOG.md)** == Upgrade Notice ==