Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance price handling for MediaRSS #617

Merged
merged 1 commit into from
Feb 15, 2023

Conversation

PatrickGotthard
Copy link
Member

This change enhances the price and currency representation in MediaModule.

Closes #372

@PatrickGotthard PatrickGotthard changed the base branch from master to 2.x February 15, 2023 19:48
@PatrickGotthard PatrickGotthard merged commit 82d9b99 into 2.x Feb 15, 2023
@PatrickGotthard PatrickGotthard deleted the enhance-price-handling-in-media-module branch February 15, 2023 19:48
antoniosanct added a commit to antoniosanct/rome that referenced this pull request Feb 16, 2023
* Remove deprecated modules (rometools#614)

* Bump Java from 6 to 11 (rometools#615)

Co-authored-by: Antonio Santos <[email protected]>

* Support parsing of URLs with spaces (rometools#616)

* Enhance price handling for Media RSS (rometools#617)

* Add support for self links (rometools#618)

Co-authored-by: neroux <[email protected]>

* Prevent OPML20Generator from creating empty <docs /> element (rometools#619)

Co-authored-by: Antonio Santos <[email protected]>

* Polish ContentItemTest (rometools#620)

Co-authored-by: Antonio Santos <[email protected]>
Closes rometools#583

* Fix sunset attribute in Yahoo weather module (rometools#621)

Co-authored-by: thisismana <[email protected]>

---------

Co-authored-by: Patrick Gotthard <[email protected]>
Co-authored-by: neroux <[email protected]>
Co-authored-by: thisismana <[email protected]>
@PatrickGotthard PatrickGotthard added this to the 2.0.0 milestone Feb 16, 2023
benkard added a commit to benkard/mulkcms2 that referenced this pull request Apr 2, 2023
This MR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [com.rometools:rome](http://rometools.com) ([source](https://github.com/rometools/rome)) | compile | major | `1.19.0` -> `2.0.0` |

---

### Release Notes

<details>
<summary>rometools/rome</summary>

### [`v2.0.0`](https://github.com/rometools/rome/releases/tag/2.0.0)

[Compare Source](rometools/rome@1.19.0...2.0.0)

<!-- Release notes generated using configuration in .github/release.yml at 2.0.0 -->

#### What's Changed

##### 🔥 Breaking Changes

-   Switch from Java 6 to Java 11 ([#&#8203;615](rometools/rome#615))
-   Remove deprecated modules ([#&#8203;614](rometools/rome#614))
-   Support parsing of URLs with spaces ([#&#8203;616](rometools/rome#616))
-   Enhance price handling for Media RSS ([#&#8203;617](rometools/rome#617))

##### ⭐ New Features

-   Add support for self links ([#&#8203;618](rometools/rome#618))

##### 🐞 Bug Fixes

-   Fix sunset attribute in Yahoo weather module ([#&#8203;621](rometools/rome#621))
-   Prevent OPML20Generator from creating empty \<docs /> element ([#&#8203;619](rometools/rome#619))
-   Allow zero lengths for enclosures ([#&#8203;625](rometools/rome#625))

##### 🧹 Cleanup

-   Polish ContentItemTest ([#&#8203;620](rometools/rome#620))
-   Remove unused dependencies ([#&#8203;626](rometools/rome#626))

##### ✔ Other Changes

-   Bump actions/checkout from 2.4.0 to 3.3.0 by [@&#8203;dependabot](https://github.com/dependabot) in ([#&#8203;624](rometools/rome#624))
-   Bump maven-compiler-plugin from 3.8.1 to 3.10.1 by [@&#8203;dependabot](https://github.com/dependabot) in ([#&#8203;623](rometools/rome#623))
-   Deprecate URL support in XmlReader ([#&#8203;627](rometools/rome#627))

**Full Changelog**: rometools/rome@1.19.0...2.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjQuMCJ9-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Media RSS price tag uses Double for the price amount
1 participant