diff --git a/CHANGELOG.md b/CHANGELOG.md index 5784c77..a6eef6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/composer.json b/composer.json index 350ed31..56c6831 100644 --- a/composer.json +++ b/composer.json @@ -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" }, diff --git a/composer.lock b/composer.lock index bc5390e..23dd264 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d38609ffddf282cdc7334ff140e2d30e", + "content-hash": "caf37a9a7e03b5b4a8fa1ed8a636e1ce", "packages": [ { "name": "inpsyde/assets", @@ -407,16 +407,16 @@ }, { "name": "rrze/fau-studium-common", - "version": "dev-dev", + "version": "dev-main", "source": { "type": "git", "url": "https://github.com/RRZE-Webteam/FAU-Studium-Common.git", - "reference": "d83e8ea07501f8ab93d52fd2de7c44020751ec1d" + "reference": "d8cb53c2cf24a6f28b07109cec9bb67c1d51d743" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/RRZE-Webteam/FAU-Studium-Common/zipball/d83e8ea07501f8ab93d52fd2de7c44020751ec1d", - "reference": "d83e8ea07501f8ab93d52fd2de7c44020751ec1d", + "url": "https://api.github.com/repos/RRZE-Webteam/FAU-Studium-Common/zipball/d8cb53c2cf24a6f28b07109cec9bb67c1d51d743", + "reference": "d8cb53c2cf24a6f28b07109cec9bb67c1d51d743", "shasum": "" }, "require": { @@ -438,7 +438,6 @@ "suggest": { "inpsyde/modularity": "Modular PSR-11 implementation for WordPress Plugins, Themes or Libraries" }, - "default-branch": true, "type": "library", "autoload": { "psr-4": { @@ -486,10 +485,10 @@ ], "description": "Shared kernel for FAU Degree Program and FAU Degree Program Output plugins.", "support": { - "source": "https://github.com/RRZE-Webteam/FAU-Studium-Common/tree/dev", + "source": "https://github.com/RRZE-Webteam/FAU-Studium-Common/tree/main", "issues": "https://github.com/RRZE-Webteam/FAU-Studium-Common/issues" }, - "time": "2024-07-16T06:54:30+00:00" + "time": "2024-07-23T13:46:52+00:00" }, { "name": "webmozart/assert", diff --git a/fau-degree-program-output.php b/fau-degree-program-output.php index 9a1a7ba..63fe0c8 100644 --- a/fau-degree-program-output.php +++ b/fau-degree-program-output.php @@ -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 diff --git a/package.json b/package.json index f85040d..3eecf0d 100644 --- a/package.json +++ b/package.json @@ -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",