Skip to content

Commit

Permalink
Prepare release 1.2.0 (#849)
Browse files Browse the repository at this point in the history
* Preapre 1.2.0 release

* [review] Update changelog and add assets used by accessibility statment in NOTICE.txt
  • Loading branch information
ludovic35 authored Aug 23, 2024
1 parent 90a2ee0 commit d151479
Show file tree
Hide file tree
Showing 128 changed files with 3,581 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/Orange-OpenSource/ods-ios/compare/1.1.0...qualif)
## [1.2.0](https://github.com/Orange-OpenSource/ods-ios/compare/1.1.0...1.2.0) - 2024-08-23

### Added

Expand Down
4 changes: 4 additions & 0 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@ Any use or displaying shall constitute an infringement under intellectual proper

# Documentation

./docs/1.2.0/accessibilityStatement/favicon.ico
./docs/1.2.0/accessibilityStatement/orange-logo.svg
./docs/accessibilityStatement/orange-logo.svg
./docs/accessibilityStatement/favicon.ico
./docs/components/images/buttons_layout_small_with_icon.png
./docs/components/images/list_items_selection_circle_light.png
./docs/components/images/buttons_functional_negative.png
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@
/* Begin PBXFileReference section */
021ED547747F959E94B4EA22 /* Pods-OrangeDesignSystemDemo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OrangeDesignSystemDemo.release.xcconfig"; path = "Target Support Files/Pods-OrangeDesignSystemDemo/Pods-OrangeDesignSystemDemo.release.xcconfig"; sourceTree = "<group>"; };
070E3C012B6152F3008A8856 /* .xcode-version */ = {isa = PBXFileReference; lastKnownFileType = text; path = ".xcode-version"; sourceTree = "<group>"; };
071B009F2C78820100C31A3E /* DEVELOP.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = DEVELOP.md; path = ../.github/DEVELOP.md; sourceTree = "<group>"; };
071B00A02C78820100C31A3E /* CONTRIBUTING.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = CONTRIBUTING.md; path = ../.github/CONTRIBUTING.md; sourceTree = "<group>"; };
071F1CEF2B7BC69D00833A33 /* MoreAppsModule.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MoreAppsModule.swift; sourceTree = "<group>"; };
071F1CF12B7BC6AE00833A33 /* MoreAppsModuleModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MoreAppsModuleModel.swift; sourceTree = "<group>"; };
071F1CF32B7BC6BC00833A33 /* MoreAppsModuleDemo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MoreAppsModuleDemo.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -270,7 +272,6 @@
079DDC0B2AE6A18D0073A542 /* Recipe+id.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Recipe+id.swift"; sourceTree = "<group>"; };
07AA3D4D28AE8B160001B75E /* Pods_OrangeDesignSystemDemo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Pods_OrangeDesignSystemDemo.framework; sourceTree = BUILT_PRODUCTS_DIR; };
07B030592AB0B454001764E7 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
07B0305A2AB0B4A9001764E7 /* CONTRIBUTING.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = CONTRIBUTING.md; path = ../CONTRIBUTING.md; sourceTree = "<group>"; };
07B1A09B2B1E191F00ABF0A1 /* InputChipsVariant.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InputChipsVariant.swift; sourceTree = "<group>"; };
07B543E62B289B2000A2B6ED /* ListItemSelectionVariantModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ListItemSelectionVariantModel.swift; sourceTree = "<group>"; };
07B94DE82AD9239700AAD1A5 /* ListItemStandardVariantOptions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ListItemStandardVariantOptions.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -369,11 +370,12 @@
07210C472A8FAD0000507988 /* Fastlane */,
F913B86227679A13001CB0AA /* Scripts */,
07210C462A8FACAA00507988 /* LICENSE */,
071B00A02C78820100C31A3E /* CONTRIBUTING.md */,
071B009F2C78820100C31A3E /* DEVELOP.md */,
07210C412A8FAC6500507988 /* NOTICE.txt */,
07210C422A8FAC6500507988 /* README.md */,
07210C402A8FAC6500507988 /* THIRD-PARTY.md */,
FDDAB0F62809AB2100ACE5F4 /* CHANGELOG.md */,
07B0305A2AB0B4A9001764E7 /* CONTRIBUTING.md */,
);
name = "🛠";
sourceTree = "<group>";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
[
{
"version": "1.2.0",
"date": "2024-08-23",
"news": "Rename the Recirculation module to MoreApps\n- Various accessibility fixes\n-Update the accessibility statement\n-Add documentation versionning"
},
{
"version": "1.1.0",
"date": "2024-03-08",
Expand Down
7 changes: 7 additions & 0 deletions docs/1.2.0/about/Cookies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: detail
title: "Cookies"
description: Manage cookies preferences.
---

At any time, you can manage your cookies preferences for this website from the <a href="javascript:tarteaucitron.userInterface.openPanel();">cookies management panel</a>.
6 changes: 6 additions & 0 deletions docs/1.2.0/about/Cookies_docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: main
title: Cookies
content_page: Cookies.md
back-to-top: false
---
35 changes: 35 additions & 0 deletions docs/1.2.0/about/License.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
layout: detail
title: License
description: Commonly asked questions about ODS iOS open source license.
---

## ODS iOS license

ODS iOS is released under the MIT license and is copyright Orange SA, which is released under MIT license.

## It requires you to:

- Keep the license and copyright notice included in ODS iOS Swift files when you use them in your works

## It permits you to:

- Freely download and use ODS iOS, in whole or in part, for personal, private, company internal, or commercial purposes
- Use ODS iOS in packages or distributions that you create
- Modify the source code
- Grant a sublicense to modify and distribute ODS iOS to third parties not included in the license

## It forbids you to:

- Hold the authors and license owners liable for damages as ODS iOS is provided without warranty
- Hold the creators or copyright holders of ODS iOS liable
- Redistribute any piece of ODS iOS without proper attribution
- Use any marks owned by Orange SA in any way that might state or imply that Orange SA endorses your distribution
- Use any marks owned by Orange SA in any way that might state or imply that you created the Orange SA software in question

## It does not require you to:

- Include the source of ODS iOS itself, or of any modifications you may have made to it, in any redistribution you may assemble that includes it
- Submit changes that you make to ODS iOS back to its project (though such feedback is encouraged)

For more information, the full ODS iOS license is located [in the project repository](https://github.com/Orange-OpenSource/ods-ios/blob/main/LICENSE).
6 changes: 6 additions & 0 deletions docs/1.2.0/about/License_docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: main
title: License
content_page: License.md
back-to-top: false
---
29 changes: 29 additions & 0 deletions docs/1.2.0/about/Team.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
layout: detail
title: Team
description: An overview of the founding team and core contributors to ODS iOS.
---

ODS iOS is maintained by the core team and a small group of invaluable core contributors, with the support and involvement of our community.

{% if page.version == "" %}
{% assign key_suffix = "" %}
{% else %}
{% capture key_suffix %}_{{ page.version | replace: '.', '_' }}{% endcapture %}
{% endif %}
{% capture team_key %}team{{ key_suffix }}{% endcapture %}
{% assign team = site.data[team_key] %}
{% if team.ODS_iOS[0] %}
<div class="list-group mb-3">
{% for team_member in team.ODS_iOS %}
<a class="list-group-item list-group-item-action d-flex align-items-center" href="https://github.com/{{ team_member.gh_pseudo }}">
<img src="https://github.com/{{ team_member.gh_pseudo }}.png" alt="@{{ team_member.gh_pseudo }}" width="32" height="32" class="me-2" loading="lazy">
<span class="fw-normal">
<strong>{{ team_member.name }}</strong> @{{ team_member.gh_pseudo }}
</span>
</a>
{% endfor %}
</div>
{% endif %}

Get involved with ODS iOS development by [opening an issue](https://github.com/Orange-OpenSource/ods-ios/issues/new/choose) or submitting a pull request. Read our [contributing guidelines](https://github.com/Orange-OpenSource/ods-ios/blob/main/CONTRIBUTING.md) for information on how we develop.
6 changes: 6 additions & 0 deletions docs/1.2.0/about/Team_docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: main
title: Team
content_page: Team.md
back-to-top: false
---
12 changes: 12 additions & 0 deletions docs/1.2.0/accessibilityStatement/boosted-grid.min.css

Large diffs are not rendered by default.

Binary file added docs/1.2.0/accessibilityStatement/favicon.ico
Binary file not shown.
Loading

0 comments on commit d151479

Please sign in to comment.