Skip to content

Commit b72ffd1

Browse files
authored
docs: Bump the next version to 2.0.0 in more docs files (#1787)
Because the fixes to date range searches do change existing behaviour, even though they are definite improvements.
1 parent 7b67ea5 commit b72ffd1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/advanced/api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ has_toc: false
2323
## Tasks API Interface
2424

2525
{: .released }
26-
The Tasks API Interface was introduced in Tasks 1.26.0.
26+
The Tasks API Interface was introduced in Tasks 2.0.0.
2727

2828
Tasks exposes an API that can be used to integrate Tasks in other Plugins, scripts or
2929
dynamic code blocks.
@@ -52,7 +52,7 @@ export interface TasksApiV1 {
5252
## `createTaskLineModal(): Promise<string>;`
5353

5454
{: .released }
55-
This method was introduced in Tasks 1.26.0.
55+
This method was introduced in Tasks 2.0.0.
5656

5757
This method opens the Tasks [Create or edit task UI]({{ site.baseurl }}{% link getting-started/create-or-edit-task.md %}) and returns the Markdown for the task entered.
5858
If data entry is cancelled, an empty string is returned.

docs/getting-started/create-or-edit-task.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ If you have a [global filter]({{ site.baseurl }}{% link getting-started/global-f
6464
The description box can be enlarged by dragging its corner. Multi-line text can be pasted in, or dragged-and-dropped in, and Tasks will remove the end-of-line characters automatically.
6565

6666
{: .released }
67-
Description field became resizable in Tasks 1.26.0.
67+
Description field became resizable in Tasks 2.0.0.
6868

6969
### Priority
7070

@@ -144,7 +144,7 @@ A read-only checkbox, showing whether the task is completed.
144144
### Created on
145145

146146
{: .released }
147-
Created date was introduced in Tasks 1.26.0.
147+
Created date was introduced in Tasks 2.0.0.
148148

149149
A read-only display of the task's [created date]({{ site.baseurl }}{% link getting-started/dates.md %}#-created), if any.
150150

docs/getting-started/dates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Image of the default settings for tracking task histories.
113113
### ➕ Created
114114

115115
{: .released }
116-
Created date was introduced in Tasks 1.26.0.
116+
Created date was introduced in Tasks 2.0.0.
117117

118118
If you enable 'Set created date on every added task' in settings (and restart Obsidian), the Tasks plugin will help you track when your tasks were created.
119119

0 commit comments

Comments
 (0)