Skip to content

Commit c324fd1

Browse files
authored
Merge pull request #267 from ma10/release-202409.0
Ver. 202409.0 (2024-09-26) リリース準備
2 parents 5243ffe + f5de0be commit c324fd1

File tree

4 files changed

+23
-13
lines changed

4 files changed

+23
-13
lines changed

en/source/intro/history.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,15 @@ For the changes to the original Japanese version, please refer to the `Japanese
1212
Changes After the Latest release
1313
================================
1414

15-
* Added a new guideline for mobile applications corresponding to WCAG 2.1 Success Criterion 2.5.1 and related explanations:
15+
`Ver. 202409.0 (Sep 26, 2024) <https://github.com/freee/a11y-guidelines/releases/202409.0>`__
16+
=============================================================================================
17+
18+
* Added a new guideline for mobile applications corresponding to WCAG 2.1 Success Criterion 2.5.1 and related explanations:
1619

17-
- Input Device: :ref:`gl-input-device-mobile-standard-gestures`
18-
- :ref:`exp-mobile-a11y-basics`
20+
- Input Device: :ref:`gl-input-device-mobile-standard-gestures`
21+
- :ref:`exp-mobile-a11y-basics`
1922

20-
* Updated the accessibility checklist to V5.1.0
23+
* Updated the accessibility checklist to V5.1.0
2124

2225
`Ver. 202408.0 (Aug 20, 2024) <https://github.com/freee/a11y-guidelines/releases/202408.0>`__
2326
=============================================================================================
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.. _ver-202409-0:
2+
3+
**********************************************************************************************
4+
`Ver. 202409.0 (2024年9月26日) <https://github.com/freee/a11y-guidelines/releases/202409.0>`__
5+
**********************************************************************************************
6+
7+
* WCAG 2.1の達成基準2.5.1に対応するモバイル・アプリケーションを対象としたガイドライン項目と関連する解説を追加:
8+
9+
- 入力ディバイス: :ref:`gl-input-device-mobile-standard-gestures`
10+
- :ref:`exp-mobile-a11y-basics`
11+
12+
* アクセシビリティー・チェック・リストをV5.1.0に更新
13+

ja/source/intro/history.rst

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,7 @@ Ver. 202205.0以降、チェック内容に関連する更新情報は :ref:`che
1111
最新リリース以降の変更点
1212
========================
1313

14-
* WCAG 2.1の達成基準2.5.1に対応するモバイル・アプリケーションを対象としたガイドライン項目と関連する解説を追加:
15-
16-
- 入力ディバイス: :ref:`gl-input-device-mobile-standard-gestures`
17-
- :ref:`exp-mobile-a11y-basics`
18-
19-
* アクセシビリティー・チェック・リストをV5.1.0に更新
20-
14+
.. include:: ChangeLog/2024/202409.0.rst
2115
.. include:: ChangeLog/2024/202408.0.rst
2216
.. include:: ChangeLog/2024/202405.0.rst
2317
.. include:: ChangeLog/2024/202404.0.rst

version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
guidelines_version = 'Ver. 202408.0'
1+
guidelines_version = 'Ver. 202409.0'
22
checksheet_version = '5.1.0'
33
checksheet_date = '2024-09-26'
4-
publishedDate = '2024-08-20'
4+
publishedDate = '2024-09-26'

0 commit comments

Comments
 (0)