Skip to content

Commit 9346f4f

Browse files
authored
Merge pull request #360 from itk-dev/hotfix/toc_bug
Added hotfix
2 parents d8f9317 + 2ff47be commit 9346f4f

File tree

4 files changed

+19
-10
lines changed

4 files changed

+19
-10
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,15 @@ Versioning](https://semver.org/spec/v2.0.0.html).
88

99
## [Unreleased]
1010

11+
## [1.1.1]
12+
13+
- [PR-360](https://github.com/itk-dev/os2loop/pull/360)
14+
Fix bug in toc
15+
1116
## [1.1.0]
17+
1218
- Update config to mach drupal version.
13-
- [PR-358] (https://github.com/itk-dev/os2loop/pull/358)
19+
- [PR-358](https://github.com/itk-dev/os2loop/pull/358)
1420
Update pdf css to ensure display of all paragraphs
1521

1622
## [1.0.0]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
https://github.com/itk-dev/os2loop/pull/358# OS2loop
1+
# OS2loop
22

33
[![Github](https://img.shields.io/badge/source-os2loop/os2loop-blue?style=flat-square)](https://github.com/os2loop/os2loop)
44
[![Release](https://img.shields.io/github/v/release/os2loop/os2loop?sort=semver&style=flat-square)](https://github.com/os2loop/os2loop/releases)

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,9 @@
205205
},
206206
"drupal/masquerade": {
207207
"https://www.drupal.org/project/masquerade/issues/2962970#comment-13391256": "https://www.drupal.org/files/issues/2019-12-13/temporary%20unmask%20workaround-2962970-8.patch"
208+
},
209+
"drupal/toc_api": {
210+
"https://www.drupal.org/project/toc_api/issues/3417862": "https://www.drupal.org/files/issues/2024-02-07/toc_api-3417862-anchors_add_01-1.patch"
208211
}
209212
}
210213
},

composer.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)