Skip to content

Commit

Permalink
chore: bump version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyian committed Jul 23, 2024
1 parent 84de72c commit 98ddde8
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 12 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.0] - 2024-07-24

### Added

- Support pre-applied values for the admission requirements filter.
Expand Down Expand Up @@ -47,7 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release.

[Unreleased]: https://github.com/RRZE-Webteam/FAU-Studium-Embed/compare/1.0.3...HEAD
[Unreleased]: https://github.com/RRZE-Webteam/FAU-Studium-Embed/compare/2.0.0...HEAD
[2.0.0]: https://github.com/RRZE-Webteam/FAU-Studium-Embed/compare/1.0.3...2.0.0
[1.0.3]: https://github.com/RRZE-Webteam/FAU-Studium-Embed/compare/1.0.2...1.0.3
[1.0.2]: https://github.com/RRZE-Webteam/FAU-Studium-Embed/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/RRZE-Webteam/FAU-Studium-Embed/compare/1.0.0...1.0.1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "^8.0",
"inpsyde/assets": "^2.8",
"rrze/fau-studium-common": "dev-dev",
"rrze/fau-studium-common": "dev-main",
"inpsyde/modularity": "^1.5",
"inpsyde/wp-context": "^1.5"
},
Expand Down
15 changes: 7 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fau-degree-program-output.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: FAU Degree Program Output
* Plugin URI: https://github.com/RRZE-Webteam/FAU-Studium-Embed
* Description: Fetch degree programs via the REST API and display them.
* Version: 2.0.0-beta.6
* Version: 2.0.0
* Author: Syde GmbH
* Author URI: https://syde.com/
* Update URI: false
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rrze/fau-studium-embed",
"version": "1.0.3",
"version": "2.0.0",
"private": true,
"description": "Fetch degree programs via the REST API and display them.",
"homepage": "https://github.com/RRZE-Webteam/FAU-Studium-Embed",
Expand Down

0 comments on commit 98ddde8

Please sign in to comment.