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

fix: updating readme and plugin definition to comply with Wordpress naming conventions #49

Merged
merged 2 commits into from
Oct 12, 2023
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
12 changes: 6 additions & 6 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=== Open edX WooCommerce Plugin ===
=== Open edX Ecommerce ===
Contributors: felipemontoya, julianrg2, mafermazu
Tags: openedx, open edx, woocommerce, lms, courses
Tags: openedx, open edx, ecommerce, lms, courses
Requires at least: 6.3
Tested up to: 6.3.1
Requires PHP: 8.0
Expand All @@ -12,7 +12,7 @@ You can sell your Open edX courses with WooCommerce using this free and open-sou

== Description ==

The "Open edX WooCommerce Plugin" is a free and open-source WordPress plugin that allows you to integrate WooCommerce with your Open edX platform.
The "Open edX Ecommerce" package is a free and open-source WordPress plugin that allows you to integrate WooCommerce with your Open edX platform.

**What does this mean?**
You can create Open edX courses as products in WooCommerce, and when you perform purchase or refund operations for these products, your Open edX platform will reflect these changes.
Expand Down Expand Up @@ -50,7 +50,7 @@ Below are some links to help you get started with Open edX WooCommerce Plugin:

= Manual installation =

- Download the ZIP version in our [GitHub repository](https://github.com/eduNEXT/openedx-woocommerce-plugin/releases).
- Download the ZIP version in our [GitHub repository](https://github.com/eduNEXT/openedx-wordpress-ecommerce/releases).

<img src="https://i.ibb.co/YTSLYf4/zip-from-release.png" alt="Download ZIP from release">

Expand All @@ -64,7 +64,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-woocommerce-plugin/issues).
Report bugs and request features on the [GitHub repository](https://github.com/eduNEXT/openedx-wordpress-ecommerce/issues).

= Can I contribute? =

Expand All @@ -76,4 +76,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-woocommerce-plugin/blob/main/CHANGELOG.md)
You can find the [Changelog in the GitHub repository.](https://github.com/eduNEXT/openedx-wordpress-ecommerce/blob/main/CHANGELOG.md)
6 changes: 3 additions & 3 deletions openedx-woocommerce-plugin.php → openedx-ecommerce.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?php
/**
* Plugin Name: Open edX WooCommerce Plugin
* Plugin URI: https://github.com/eduNEXT/openedx-woocommerce-plugin
* Plugin Name: Open edX Ecommerce
* Plugin URI: https://github.com/eduNEXT/openedx-wordpress-ecommerce
* Description: Easily connect your WooCommerce store to Open edX.
* Version: 1.14.1
* Author: eduNEXT
* Author URI: https://edunext.co/
* License: GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
* Text Domain: openedx-woocommerce-plugin
* Text Domain: openedx-ecommerce
* Domain Path: /languages
* Requires at least: 6.3
* Requires PHP: 8.0
Expand Down