https://github.com/nielslange/smntcs-simple-events-widget
Sidebar widget to show (upcoming and previous) events.
https://github.com/nielslange/smntcs-simple-events-widget
smntcs smntcs-plugin widget wordpress wordpress-plugin
Last synced: about 1 month ago
JSON representation
Sidebar widget to show (upcoming and previous) events.
- Host: GitHub
- URL: https://github.com/nielslange/smntcs-simple-events-widget
- Owner: nielslange
- License: gpl-2.0
- Created: 2018-04-08T14:53:06.000Z (about 7 years ago)
- Default Branch: trunk
- Last Pushed: 2025-03-23T09:24:13.000Z (about 2 months ago)
- Last Synced: 2025-03-23T10:25:35.982Z (about 2 months ago)
- Topics: smntcs, smntcs-plugin, widget, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://wordpress.org/plugins/smntcs-simple-events-widget/
- Size: 791 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SMNTCS Simple Events Widget







Sidebar widget to show (upcoming and previous) events.
## Installation
1. Upload `smntcs-simple-events-widget` to the `/wp-content/plugins/` directory.
2. Activate the plugin through the `Plugins` menu in WordPress.
3. Go to post or page and provide a start date of the event.
4. If wanted, also provide an end date of the event.
5. Go to `Customize » Widgets`, add the `Simple Events Widget` to the required sidebar.
6. Adjust the widget settings according to you needs.## Plugin page
You can find the plugin on [Wordpress.org](https://wordpress.org/plugins/smntcs-simple-events-widget/).
## Changelog
### 2.4 (2025.03.23)
- Tested up to WordPress 6.8
### 2.3 (2024.04.07)
- Tested up to WordPress 6.5
### 2.2 (2023.11.12)
- Fix datepicker issue
### 2.1 (2023.11.12)
- Convert to OOP
### 2.0 (2023.10.28)
- Fix i18n issue
### 1.9 (2023.10.21)
- Tested up to WordPress 6.4
### 1.8 (2023.05.28)
- Fix warning when regarding undefined array key
### 1.7 (2023.05.07)
- Only execute plugin on posts and pages
- Remove line break after event list### 1.6 (2023.05.07)
- Show message when no events are available.
- Tested up to WordPress 6.2### 1.5 (2022.12.03)
- Tested up to WordPress 6.1
### 1.4 (2022.05.29)
- Tested up to WordPress 6.0
### 1.3 (2022.01.01)
- Tested up to WordPress 5.9
### 1.2 (2019.12.31)
- Tested up to WordPress 5.8
### 1.1 (2019.02.19)
- Tested up to WordPress 5.0
### 1.0 (2018.04.09)
- Initial release