Skip to content

Commit

Permalink
fix: updating readme and plugin definition to comply with Wordpress n…
Browse files Browse the repository at this point in the history
…aming conventions
  • Loading branch information
felipemontoya committed Oct 12, 2023
1 parent c1106f5 commit 291393a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
=== 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
Stable tag: 1.14.1
Stable tag: 1.14.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

You can sell your Open edX courses with WooCommerce using this free and open-source WordPress plugin.

== 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)
10 changes: 5 additions & 5 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
* Version: 1.14.0
* 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 All @@ -32,7 +32,7 @@
* Start at version 1.0.0 and use SemVer - https://semver.org
* Rename this for your plugin and update it as you release new versions.
*/
define( 'OPENEDX_WOOCOMMERCE_PLUGIN_VERSION', '1.14.1' );
define( 'OPENEDX_WOOCOMMERCE_PLUGIN_VERSION', '1.14.0' );

/**
* The code that runs during plugin activation.
Expand Down

0 comments on commit 291393a

Please sign in to comment.