Skip to content

Commit 6a2821b

Browse files
committed
vault: Fix released version number in various files
1 parent 33c8649 commit 6a2821b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

resources/sample_vaults/Tasks-Demo/How To/Access properties in frontmatter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Access properties in frontmatter
22

3-
These examples work with Tasks X.Y.Z and later.
3+
These examples work with Tasks 7.7.0 and later.
44

55
## Accessing a custom property for grouping
66

resources/sample_vaults/Tasks-Demo/How To/Find tasks in notes with particular tag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Suppose we wanted to find all tasks in notes that had a particular tag `#examples` in the frontmatter.
44

5-
Since Tasks X.Y.Z, this is now possible in Tasks queries:
5+
Since Tasks 7.7.0, this is now possible in Tasks queries:
66

77
```tasks
88
filter by function task.file.property('tags').includes('#examples')

resources/sample_vaults/Tasks-Demo/How To/Reuse instructions across the vault.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ TQ_extra_instructions: |-
77
---
88
# Reuse instructions across the vault
99

10-
These searches are for experimenting with, and understanding, the new "Includes" facility, which was released in Tasks X.Y.Z.
10+
These searches are for experimenting with, and understanding, the new "Includes" facility, which was released in Tasks 7.20.0.
1111

1212
presets values can be defined in the Tasks settings.
1313

resources/sample_vaults/Tasks-Demo/Manual Testing/Invalid dates with Sorting and Grouping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ hide task count
4545

4646
### Sort by due - built-in
4747

48-
The invalid task is sorted before the dated ones, since Tasks X.Y.Z.
48+
The invalid task is sorted before the dated ones, since Tasks 6.0.0.
4949

5050
==FIXED==: [Bug report](https://github.com/obsidian-tasks-group/obsidian-tasks/issues/2589): **`sort by due` and similar should put tasks with invalid dates before the tasks with valid dates.**
5151

0 commit comments

Comments
 (0)