Christmas Invitation Management Tool - Release v1.01
We are excited to announce version 1.01 of the Christmas Invitation Management Tool! This minor update brings improvements based on user feedback and ensures a smoother experience with additional web server configuration details and security enhancements.
What's New in v1.01
- Nginx and Apache Configuration Documentation: Added detailed instructions for configuring Nginx and Apache to support PHP processing, enhancing setup ease for web server administrators.
- Improved Security Documentation: Expanded guidelines for securely managing the encryption key used for guest data protection.
- Updated PHP Requirement: Increased the minimum required PHP version to 7.0 for better security and compatibility.
- Minor Content Adjustments: Updated README to reflect new configuration options, providing more complete setup instructions.
- Bug Fixes and Performance Enhancements: Addressed small bugs in saving guest data and improved the overall responsiveness of the application.
Features
- Guest Management Features: Introduced the ability to add, edit, and remove guests, organized into "Attending" or "Not Attending" lists.
- Sorting Options: Added functionality to sort guests by name or company for easy organization.
- Data Persistence: Implemented server-side data persistence to save and load guest information securely.
- Export Functionality: Enabled exporting of guest lists to PDF and Excel formats.
- Undo Feature: Added undo capability to revert recent changes, making list management more user-friendly.
- Responsive Design: Ensured the application works smoothly on both desktop and mobile devices.
Features Overview
- Guest Management: Add, edit, and remove guests from "Attending" or "Not Attending" lists.
- Export Options: Export the guest list as a PDF or Excel spreadsheet for easy sharing.
- Undo Functionality: Revert recent actions for ease of use.
- Responsive Design: Fully optimized for both desktop and mobile devices.
How to Update
To update to version 1.01, please pull the latest changes from the repository:
git pull origin main
Ensure that you update your web server configuration by following the updated instructions provided in the README for Nginx and Apache.
Prerequisites
- PHP 7.0+ is now required to run the application.
- Ensure OpenSSL is enabled for encryption.
Notes
- Remember to update your encryption key in
save_guest_list.php
andload_guest_list.php
if you haven't done so already. - It is strongly recommended to run this tool over HTTPS to ensure the security of guest data.
Thank you to everyone who has provided feedback and contributed to this release. Your input helps make the Christmas Invitation Management Tool better for everyone!
Enjoy planning your celebration, and stay tuned for more updates!