Skip to content

Commit

Permalink
fix: delete unused workflows and generate zip with releases (#71)
Browse files Browse the repository at this point in the history
* fix: delete unused workflows and generate zip with releases

* docs: bumpversion and changelog

* docs: add fixes to the changelog
  • Loading branch information
MaferMazu authored Apr 5, 2024
1 parent 876ffa8 commit 66919d8
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 115 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/commit-linting.yml

This file was deleted.

95 changes: 0 additions & 95 deletions .github/workflows/continuous-integration.yml

This file was deleted.

9 changes: 3 additions & 6 deletions .github/workflows/upload-release-zip.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: Build & Upload zip
name: Upload zip to latest release

# Only trigger, when the build workflow succeeded
on:
workflow_run:
workflows: ["Continuous Integration"]
types:
- completed
release:
types: [published]

jobs:
upload_zip:
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v2.0.3 - 2024-04-02

### [2.0.3](https://github.com/openedx/openedx-wordpress-ecommerce/compare/v2.0.1...v2.0.3) (2024-04-02)

### Bug Fixes

* fix: remove the exclusion of NonceVerification in phpcs and fix the issues (#67)
* fix: internationalization and slug text domain congruence (#69)
* fix: add naming convention rule (#70)
* fix: delete unused workflows and generate zip with releases (#71)

## v2.0.2 - 2023-12-20

### [2.0.2](https://github.com/openedx/openedx-wordpress-ecommerce/compare/v2.0.1...v2.0.2) (2023-12-20)
Expand Down
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: openedx, open edx, ecommerce, lms, courses
Requires at least: 6.3
Tested up to: 6.3
Requires PHP: 8.0
Stable tag: 2.0.2
Stable tag: 2.0.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
4 changes: 2 additions & 2 deletions openedx-commerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Open edX Commerce
* Plugin URI: https://github.com/eduNEXT/openedx-wordpress-ecommerce
* Description: Easily connect your WooCommerce store to Open edX.
* Version: 2.0.2
* Version: 2.0.3
* Author: eduNEXT
* Author URI: https://edunext.co/
* License: GPL-2.0+
Expand Down Expand Up @@ -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_COMMERCE_VERSION', '2.0.2' );
define( 'OPENEDX_COMMERCE_VERSION', '2.0.3' );

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

0 comments on commit 66919d8

Please sign in to comment.