History log of /plugin/today/ (Results 1 – 13 of 13)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
67e32d2224-Aug-2025 Michael Große <mic.grosse@googlemail.com>

chore(release): 1.1.0

c2de205a24-Aug-2025 Michael Große <mic.grosse@googlemail.com>

feat: allow specifying date format

This enabled two new features:
* dynamically prepending the year
* linking to this week's page

Closes #2

6fbe939617-Nov-2023 Michael Große <mic.grosse@googlemail.com>

feat: add ?do=today handling to link to today's page

So that I can create a browser bookmark always pointing to the right
page.

8fb8448123-Aug-2025 Michael Große <mic.grosse@googlemail.com>

refactor: move syntax class to subdirectory

This will allow us to add further classes with more syntax options.

Also includes some type hardening.

1cfa218923-Aug-2025 Michael Große <mic.grosse@googlemail.com>

refactor: replace deprecated assertions

b4e6808923-Aug-2025 Michael Große <mic.grosse@googlemail.com>

build: update commitlint workflow

Based on the repo's readme:
https://github.com/wagoid/commitlint-github-action

a3db433623-Aug-2025 Michael Große <mic.grosse@googlemail.com>

build: new workflows on GitHub

7cd47a4f13-Mar-2021 Michael Große <mic.grosse@googlemail.com>

chore(release): 1.0.0

3a27fcdf13-Mar-2021 Michael Große <mic.grosse@googlemail.com>

ci: drop .travis, add GitHub workflows

869b4ef613-Mar-2021 Michael Große <mic.grosse@googlemail.com>

refactor!: code syntax improvements, added types etc

Also fixes some spacing issues that phpcs was complaining about.

BREAKING CHANGE: PHP < 7.2 is no longer supported

17cc5d3d13-Mar-2021 Michael Große <mic.grosse@googlemail.com>

test: add test for syntax component

5e5975cd13-Mar-2021 Michael Große <mic.grosse@googlemail.com>

test: use standard format for general test file

This now also works on PHP 8 without config files.

ced89be407-Aug-2019 Michael Große <mic.grosse@googlemail.com>

Initial commit