Skip to content

Commit 9602f7a

Browse files
committed
Update GitHub repository URL
1 parent 0478a85 commit 9602f7a

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -394,9 +394,9 @@ Thanks to [Chloe with the Wordfence Threat Intelligence team](https://www.wordfe
394394
* Added icons for admin and front-end snippets to manage table.
395395
* Improved settings retrieval by caching settings.
396396
* Updated Russian translation by [Alexey Chumakov](http://chumakov.ru/).
397-
* Added filter switch to prevent a snippet from executing. ([#25](https://github.com/sheabunge/code-snippets/issues/25))
397+
* Added filter switch to prevent a snippet from executing. ([#25](https://github.com/codesnippetspro/code-snippets/issues/25))
398398
* Fixed errors in string translation.
399-
* Fixed bug in import process. ([#32](https://github.com/sheabunge/code-snippets/issues/32))
399+
* Fixed bug in import process. ([#32](https://github.com/codesnippetspro/code-snippets/issues/32))
400400

401401
## 2.2.3 (13 May 2015)
402402
* Fixed broken call to `export_snippet()` function.
@@ -535,7 +535,7 @@ Thanks to [Chloe with the Wordfence Threat Intelligence team](https://www.wordfe
535535
* Don't encode HTML entities in database.
536536

537537
## 1.7.1.2 (3 May 2013)
538-
* Correct path to admin menu icon. Fixes [#8](https://github.com/sheabunge/code-snippets/issues/8)
538+
* Correct path to admin menu icon. Fixes [#8](https://github.com/codesnippetspro/code-snippets/issues/8)
539539

540540
## 1.7.1.1 (29 April 2013)
541541
* Fixed a bug with custom capabilities and admin menus.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Code Snippets [![Build Status](https://travis-ci.org/sheabunge/code-snippets.svg?branch=master)](https://travis-ci.org/sheabunge/code-snippets)
1+
# Code Snippets
22

33
WordPress plugin for managing executable code snippets through a graphical interface.
44

code-snippets.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
* Code Snippets - An easy, clean and simple way to add code snippets to your site.
44
*
55
* If you're interested in helping to develop Code Snippets, or perhaps contribute
6-
* to the localization, please see https://github.com/sheabunge/code-snippets
6+
* to the localization, please see https://github.com/codesnippetspro/code-snippets
77
*
88
* @package Code_Snippets
99
* @author Shea Bunge <[email protected]>
1010
* @copyright 2012-2022 Shea Bunge
1111
* @license GPL-2.0-or-later https://spdx.org/licenses/GPL-2.0-or-later.html
1212
* @version 3.2.2
13-
* @link https://github.com/sheabunge/code-snippets
13+
* @link https://github.com/codesnippetspro/code-snippets
1414
*/
1515

1616
/*

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "sheabunge/code-snippets",
2+
"name": "codesnippetspro/code-snippets",
33
"description": "Manage code snippets running on a WordPress-powered site through a graphical interface",
44
"keywords": [
55
"wordpress",
@@ -17,8 +17,8 @@
1717
}
1818
],
1919
"support": {
20-
"issues": "https://github.com/sheabunge/code-snippets/issues",
21-
"source": "https://github.com/sheabunge/code-snippets"
20+
"issues": "https://github.com/codesnippetspro/code-snippets/issues",
21+
"source": "https://github.com/codesnippetspro/code-snippets"
2222
},
2323
"autoload": {
2424
"classmap": [

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"repository": {
1919
"type": "git",
20-
"url": "https://github.com/sheabunge/code-snippets.git"
20+
"url": "https://github.com/codesnippetspro/code-snippets.git"
2121
},
2222
"keywords": [
2323
"wordpress-plugin"
@@ -29,7 +29,7 @@
2929
},
3030
"license": "GPL-2.0-or-later",
3131
"bugs": {
32-
"url": "https://github.com/sheabunge/code-snippets/issues"
32+
"url": "https://github.com/codesnippetspro/code-snippets/issues"
3333
},
3434
"dependencies": {
3535
"@jcubic/tagger": "^0.4.2",

readme.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The snippet editor includes fields for a name, a visual editor-enabled descripti
3333

3434
https://youtu.be/29jD2BcBX5w
3535

36-
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).
36+
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).
3737

3838
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).
3939

@@ -114,10 +114,10 @@ You can run snippets across an entire multisite network by **Network Activating*
114114
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.
115115

116116
= Where can I go for help or suggest new features? =
117-
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)
117+
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)
118118

119119
= How can I help contribute to the development of the Code Snippets plugin? =
120-
The best way to do this is to fork the [repository on GitHub](https://github.com/sheabunge/code-snippets) and send a pull request.
120+
The best way to do this is to fork the [repository on GitHub](https://github.com/codesnippetspro/code-snippets) and send a pull request.
121121

122122
== Screenshots ==
123123

@@ -278,7 +278,7 @@ __New in Pro__
278278
* 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.
279279
* Fixed: Ensure that individual snippet action links use proper verification.
280280

281-
**[The full changelog is available on GitHub](https://github.com/sheabunge/code-snippets/blob/master/CHANGELOG.md)**
281+
**[The full changelog is available on GitHub](https://github.com/codesnippetspro/code-snippets/blob/master/CHANGELOG.md)**
282282

283283
== Upgrade Notice ==
284284

0 commit comments

Comments
 (0)