Skip to content

Commit

Permalink
Merge pull request #101 from ticktackk/develop
Browse files Browse the repository at this point in the history
2.0.17
  • Loading branch information
ticktackk authored Aug 8, 2024
2 parents 3bf3a35 + 3700825 commit 896a8ee
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
CHANGELOG
==========================

## 2.0.17 (`2001770`)

- **Fix:** Error rendering template: variable `@_input-dateInputWidth` is undefined (#100)

## 2.0.16 (`2001670`)

- **Change:** Change permission names to be consistent with that of XenForo itself (#94)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
&.input--time
{
height: 2.4em;
max-width: @_input-dateInputWidth;
position: relative;

&::-webkit-calendar-picker-indicator
Expand All @@ -13,4 +12,9 @@
position: absolute;
}
}

&.input--time
{
min-width: 125px;
}
}
4 changes: 2 additions & 2 deletions addon.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"legacy_addon_id": "",
"title": "Change Content Owner or Date",
"description": "This add-on allows you to change the owner of content or the timestamp content.",
"version_id": 2001670,
"version_string": "2.0.16",
"version_id": 2001770,
"version_string": "2.0.17",
"dev": "TickTackk",
"dev_url": "https://xenforo.com/community/members/90375/",
"faq_url": "",
Expand Down

0 comments on commit 896a8ee

Please sign in to comment.