Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update the github urls and remove unnecessary mentions #78

Merged
merged 2 commits into from
Jun 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
120 changes: 60 additions & 60 deletions CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ If you need help setting up and configuring this plugin, visit the [documentatio

= Where can I report bugs or request features? =

Report bugs and request features on the [GitHub repository](https://github.com/eduNEXT/openedx-wordpress-ecommerce/issues).
Report bugs and request features on the [GitHub repository](https://github.com/openedx/openedx-wordpress-ecommerce/issues).

= Can I contribute? =

Expand All @@ -93,4 +93,4 @@ This project accepts all contributions, bug fixes, security fixes, maintenance w

== Changelog ==

You can find the [Changelog in the GitHub repository.](https://github.com/eduNEXT/openedx-wordpress-ecommerce/blob/main/CHANGELOG.md)
You can find the [Changelog in the GitHub repository.](https://github.com/openedx/openedx-wordpress-ecommerce/blob/main/CHANGELOG.md)
2 changes: 0 additions & 2 deletions admin/class-openedx-commerce-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
/**
* The admin-specific functionality of the plugin.
*
* @link https://edunext.co/
* @since 1.0.0
*
* @package Openedx_Commerce
Expand All @@ -35,7 +34,6 @@
*
* @package Openedx_Commerce
* @subpackage Openedx_Commerce/admin
* @author eduNEXT <[email protected]>
*/
class Openedx_Commerce_Admin {

Expand Down
1 change: 0 additions & 1 deletion admin/partials/openedx-commerce-admin-display.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
*
* This file is used to markup the admin-facing aspects of the plugin.
*
* @link https://edunext.co/
* @since 1.0.0
*
* @package Openedx_Commerce
Expand Down
2 changes: 0 additions & 2 deletions includes/class-openedx-commerce-activator.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* Fired during plugin activation
*
* @link https://edunext.co/
* @since 1.0.0
*
* @package Openedx_Commerce
Expand All @@ -19,7 +18,6 @@
* @since 1.0.0
* @package Openedx_Commerce
* @subpackage Openedx_Commerce/includes
* @author eduNEXT <[email protected]>
*/
class Openedx_Commerce_Activator {

Expand Down
2 changes: 0 additions & 2 deletions includes/class-openedx-commerce-deactivator.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* Fired during plugin deactivation
*
* @link https://edunext.co/
* @since 1.0.0
*
* @package Openedx_Commerce
Expand All @@ -19,7 +18,6 @@
* @since 1.0.0
* @package Openedx_Commerce
* @subpackage Openedx_Commerce/includes
* @author eduNEXT <[email protected]>
*/
class Openedx_Commerce_Deactivator {

Expand Down
2 changes: 0 additions & 2 deletions includes/class-openedx-commerce-i18n.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* Loads and defines the internationalization files for this plugin
* so that it is ready for translation.
*
* @link https://edunext.co/
* @since 1.0.0
*
* @package Openedx_Commerce
Expand All @@ -23,7 +22,6 @@
* @since 1.0.0
* @package Openedx_Commerce
* @subpackage Openedx_Commerce/includes
* @author eduNEXT <[email protected]>
*/
class Openedx_Commerce_I18n {

Expand Down
2 changes: 0 additions & 2 deletions includes/class-openedx-commerce-loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* Register all actions and filters for the plugin
*
* @link https://edunext.co/
* @since 1.0.0
*
* @package Openedx_Commerce
Expand All @@ -20,7 +19,6 @@
*
* @package Openedx_Commerce
* @subpackage Openedx_Commerce/includes
* @author eduNEXT <[email protected]>
*/
class Openedx_Commerce_Loader {

Expand Down
1 change: 0 additions & 1 deletion includes/class-openedx-commerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
* @since 1.0.0
* @package Openedx_Commerce
* @subpackage Openedx_Commerce/includes
* @author eduNEXT <[email protected]>
*/

namespace OpenedX_Commerce;
Expand Down
4 changes: 2 additions & 2 deletions openedx-commerce.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php
/**
* Plugin Name: Open edX Commerce
* Plugin URI: https://github.com/eduNEXT/openedx-wordpress-ecommerce
* Plugin URI: https://github.com/openedx/openedx-wordpress-ecommerce
* Description: Easily connect your WooCommerce store to Open edX.
* Version: 2.0.3
* Author: eduNEXT
* Author: edunext
* Author URI: https://edunext.co/
* License: GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
Expand Down
2 changes: 0 additions & 2 deletions public/class-openedx-commerce-public.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* The public-facing functionality of the plugin.
*
* @link https://edunext.co/
* @since 1.0.0
*
* @package Openedx_Commerce
Expand All @@ -19,7 +18,6 @@
*
* @package Openedx_Commerce
* @subpackage Openedx_Commerce/public
* @author eduNEXT <[email protected]>
*/
class Openedx_Commerce_Public {

Expand Down
1 change: 0 additions & 1 deletion public/partials/openedx-commerce-public-display.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
*
* This file is used to markup the public-facing aspects of the plugin.
*
* @link https://edunext.co/
* @since 1.0.0
*
* @package Openedx_Commerce
Expand Down
1 change: 0 additions & 1 deletion uninstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
* For more information, see the following discussion:
* https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate/pull/123#issuecomment-28541913
*
* @link https://edunext.co/
* @since 1.0.0
*
* @package Openedx_Commerce
Expand Down
Loading