Pie Calendar Enhancements
My personal enhancements to pie calendar.
by David Andrzejewski · github.com/dandrzejewski/pie-calendar-enhancements
★ 0stars
10release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/dandrzejewski/pie-calendar-enhancements/releases/download/v1.0.3/pie-calendar-enhancements-v1.0.3.zipDeclares an update source (dandrzejewski/pie-calendar-enhancements), so updates arrive through the plugin's own updater.
From the readme
# Pie Calendar Enhancements
WordPress plugin for Pie Calendar customizations.
Features
- Skip event popover and navigate directly to event pages
- Display formatted event date ranges with [gearseventdate] shortcode
Automatic Updates
This plugin integrates with WordPress's update system and automatically checks for new releases from GitHub.
Development & Releases
Creating a New Release
1. Update the version number in plugin.php header
2. Commit your changes
3. Create and push a git tag:
4. GitHub Actions will automatically create a release with the plugin zip file
Setup Instructions
Important: Before pushing tags, update the GitHub repository URL in plugin.php:
- Replace YOURGITHUBUSERNAME with your actual GitHub username in both locations:
- The GitHub Plugin URI header
- The update checker URL
How It Works
- Tags pushed to GitHub (format: v or x.x.x) trigger automatic release creation
- The GitHub Actions workflow packages the plugin into a zip file
- WordPress checks for updates by querying GitHub releases
- Users can update directly from the WordPress admin dashboard
Installation
1. Upload the plugin files to /wp-cont
Read the full README on GitHub →