diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b7b021..9391207 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.0.3] - 2024-07-10 ### Fixed +- Adjust icon background and margins. - Degree program URL returns 404 for consuming websites. ## [1.0.2] - 2023-11-23 @@ -21,7 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release. -[Unreleased]: https://github.com/RRZE-Webteam/FAU-Studium-Embed/compare/1.0.2...HEAD +[Unreleased]: https://github.com/RRZE-Webteam/FAU-Studium-Embed/compare/1.0.3...HEAD +[1.0.2]: 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 [1.0.0]: https://github.com/RRZE-Webteam/FAU-Studium-Embed/releases/tag/1.0.0 diff --git a/fau-degree-program-output.php b/fau-degree-program-output.php index 0ba59b7..cb73535 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: 1.0.2 + * Version: 1.0.3 * Author: Syde GmbH * Author URI: https://syde.com/ * Update URI: false diff --git a/package.json b/package.json index 2fa926e..712e34b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rrze/fau-studium-embed", - "version": "1.0.2", + "version": "1.0.3", "description": "Fetch degree programs via the REST API and display them.", "author": "Syde GmbH", "browserslist": [ diff --git a/resources/scss/components/_details.scss b/resources/scss/components/_details.scss index e9968ed..51b64a7 100644 --- a/resources/scss/components/_details.scss +++ b/resources/scss/components/_details.scss @@ -30,11 +30,16 @@ position: relative; break-inside: avoid; + p { + padding: 0; + } + .fau-icon { fill: config.color('branding', 'primary'); position: absolute; left: 0; top: 5px; + background: none; } } }