From 2beceae776d55bb7b973b6f1c78490eb370899d3 Mon Sep 17 00:00:00 2001 From: Oleksandr Zhyian Date: Wed, 10 Jul 2024 09:09:36 +0300 Subject: [PATCH 1/2] style: adjust icon background and margins --- resources/scss/components/_details.scss | 5 +++++ 1 file changed, 5 insertions(+) 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; } } } From 7014ab03a0aa1acdf8181349c2c246862b7bb309 Mon Sep 17 00:00:00 2001 From: Oleksandr Zhyian Date: Wed, 10 Jul 2024 12:27:16 +0300 Subject: [PATCH 2/2] Update changelog, version bump(1.0.3) --- CHANGELOG.md | 5 ++++- fau-degree-program-output.php | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) 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": [