Skip to content

Commit

Permalink
Update GitHub repository URL
Browse files Browse the repository at this point in the history
  • Loading branch information
sheabunge committed Nov 19, 2022
1 parent 0478a85 commit 9602f7a
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
4 changes: 2 additions & 2 deletions code-snippets.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @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
*/

/*
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": [
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down Expand Up @@ -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 ==

Expand Down Expand Up @@ -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 ==

Expand Down

0 comments on commit 9602f7a

Please sign in to comment.