Date Block
Simple date block for the WordPress block editor.
by Pixel Albatross · github.com/pixelalbatross/date-block · website
★ 1stars
1.6kcomposer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/pixelalbatross/date-block/archive/refs/heads/main.zipAlso on Packagist as pixelalbatross/date-block:
composer require pixelalbatross/date-blockDeclares an update source (https://pixelalbatross.pt/), so updates arrive through the plugin's own updater.
From the readme
Date Block
The date block lets users display a date on a page.
Description
Simple date block for the WordPress block editor.
Users have the option to select one of the pre-defined date formats or specify a custom format of their choice for displaying the date.
No styling is provided.
The icons are from Themify Icons.
Installation
Manual Installation
1. Download the plugin ZIP file from the GitHub repository.
2. Go to Plugins Add New Upload Plugin in your WordPress admin area.
3. Upload the ZIP file and click Install Now.
4. Activate the plugin.
Install with Composer
To include this plugin as a dependency in your Composer-managed WordPress project:
1. Add the plugin to your project using the following command:
2. Run composer install to install the plugin.
3. Activate the plugin from your WordPress admin area or using WP-CLI.
Usage
This plugin requires no configuration.
Changelog
A complete listing of all notable changes to this project are documented in CHANGELOG.md.
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 0.8.0 | Oct 26, 2025 |
| 0.7.2 | Oct 15, 2025 |
| 0.7.1 | Dec 8, 2024 |
| 0.7.0 | Dec 7, 2024 |
| 0.6.0 | Aug 4, 2024 |
| 0.5.0 | Aug 4, 2024 |
| 0.4.0 | Sep 7, 2023 |
| 0.3.0 | Sep 1, 2023 |
| 0.2.0 | Apr 19, 2023 |
| 0.1.0 | Apr 17, 2023 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.