Releases: 4msar/bill-organizer
Releases · 4msar/bill-organizer
Release v1.3.5
Bill Organizer Release v1.3.5
What's New
- Incremented patch version to v1.3.5
- Committed changes since last release:
- Refactor payment method retrieval and formatting; improve date handling in reports and enhance Terms page content presentation
- Refactor BillController to improve code readability; streamline unpaid and paid count calculations, and enhance bill retrieval logic with slug support.
Installation
- Download the
bill-organizer-v1.3.5.zipfile - Extract to your web server directory
- Copy
.env.exampleto.envand configure your environment - Run
php artisan key:generateto generate application key - Configure your database and run
php artisan migrate - Set up your web server to point to the
publicdirectory
Requirements
- PHP 8.4 or higher
- MySQL 8.0+ or compatible database
- Web server (Apache/Nginx)
- Composer (for any additional setup)
Build Information
- Built on: 758bf56
- Laravel Version: 12.x
- PHP Version: 8.4
Release v1.3.4
Bill Organizer Release v1.3.4
What's New
- Incremented patch version to v1.3.4
- Committed changes since last release:
- Use nullsafe operator for currency symbol retrieval in TrialEndNotification and UpcomingBillNotification
- Add API welcome route with documentation links for improved user guidance
Installation
- Download the
bill-organizer-v1.3.4.zipfile - Extract to your web server directory
- Copy
.env.exampleto.envand configure your environment - Run
php artisan key:generateto generate application key - Configure your database and run
php artisan migrate - Set up your web server to point to the
publicdirectory
Requirements
- PHP 8.3 or higher
- MySQL 8.0+ or compatible database
- Web server (Apache/Nginx)
- Composer (for any additional setup)
Build Information
- Built on: 29bc616
- Laravel Version: 12.x
- PHP Version: 8.3
Release v1.3.3
Bill Organizer Release v1.3.3
What's New
- Incremented patch version to v1.3.3
- Committed changes since last release:
- Add session management functionality; implement SessionController for handling user sessions and API tokens, update routes and UI for session management
Installation
- Download the
bill-organizer-v1.3.3.zipfile - Extract to your web server directory
- Copy
.env.exampleto.envand configure your environment - Run
php artisan key:generateto generate application key - Configure your database and run
php artisan migrate - Set up your web server to point to the
publicdirectory
Requirements
- PHP 8.3 or higher
- MySQL 8.0+ or compatible database
- Web server (Apache/Nginx)
- Composer (for any additional setup)
Build Information
- Built on: 7d89387
- Laravel Version: 12.x
- PHP Version: 8.3
Release v1.3.2
Bill Organizer Release v1.3.2
What's New
- Incremented patch version to v1.3.2
- Committed changes since last release:
- Refactor CalculateBillStatusAction and Bill model for improved status calculation; add markAsPaid method and dynamic status accessor
Installation
- Download the
bill-organizer-v1.3.2.zipfile - Extract to your web server directory
- Copy
.env.exampleto.envand configure your environment - Run
php artisan key:generateto generate application key - Configure your database and run
php artisan migrate - Set up your web server to point to the
publicdirectory
Requirements
- PHP 8.3 or higher
- MySQL 8.0+ or compatible database
- Web server (Apache/Nginx)
- Composer (for any additional setup)
Build Information
- Built on: 73f3ba9
- Laravel Version: 12.x
- PHP Version: 8.3
Release v1.3.1
Bill Organizer Release v1.3.1
What's New
- Incremented patch version to v1.3.1
- Committed changes since last release:
- Refactor TeamController to remove direct TeamService dependency in removeMember method; update Postman collection for improved API documentation and add new endpoints for team and category management
- Refactor Category and Team controllers to streamline service usage and improve code clarity; update tests for consistency and clarity in error messages
- Refactor actions and services to improve code organization and readability; remove Action interface and streamline bill, note, and category handling
- Refactor TeamController to utilize TeamService for team retrieval and enhance code organization
- Refactor reporting and team actions into services
- Refactor Category, Note, and Team Controllers to use action classes for better separation of concerns
- Refactor bill and transaction management by introducing dedicated services and queries
- refactor: improve code formatting and readability across multiple files
- Refactor API Controllers to Use Form Requests for Validation
- refactor: improve code formatting and readability across multiple files
- Add APIs for common application routes
- Add Laravel Boost guidelines and MCP configuration
- feat: add Laravel Sanctum for API authentication and create personal access tokens migration
Installation
- Download the
bill-organizer-v1.3.1.zipfile - Extract to your web server directory
- Copy
.env.exampleto.envand configure your environment - Run
php artisan key:generateto generate application key - Configure your database and run
php artisan migrate - Set up your web server to point to the
publicdirectory
Requirements
- PHP 8.3 or higher
- MySQL 8.0+ or compatible database
- Web server (Apache/Nginx)
- Composer (for any additional setup)
Build Information
- Built on: b763b67
- Laravel Version: 12.x
- PHP Version: 8.3
Release v1.3.0
Bill Organizer Release v1.3.0
What's New
- Incremented patch version to v1.3.0
- Committed changes since last release:
- Update license to dual licensing: free for personal use, paid for commercial use
- feat: remove automatic backup creation and add confirmation prompt for cleanup after deployment
Installation
- Download the
bill-organizer-v1.3.0.zipfile - Extract to your web server directory
- Copy
.env.exampleto.envand configure your environment - Run
php artisan key:generateto generate application key - Configure your database and run
php artisan migrate - Set up your web server to point to the
publicdirectory
Requirements
- PHP 8.3 or higher
- MySQL 8.0+ or compatible database
- Web server (Apache/Nginx)
- Composer (for any additional setup)
Build Information
- Built on: 3e004fd
- Laravel Version: 12.x
- PHP Version: 8.4
Release v1.2.16
Bill Organizer Release v1.2.16
What's New
- Incremented patch version to v1.2.16
- Committed changes since last release:
- feat: update PHP version to 8.4 in setup and composer configuration
- feat: add Cloudflare R2 configuration to filesystem and update deployment script to keep more releases
- Change Button to Link component for bill navigation
Installation
- Download the
bill-organizer-v1.2.16.zipfile - Extract to your web server directory
- Copy
.env.exampleto.envand configure your environment - Run
php artisan key:generateto generate application key - Configure your database and run
php artisan migrate - Set up your web server to point to the
publicdirectory
Requirements
- PHP 8.3 or higher
- MySQL 8.0+ or compatible database
- Web server (Apache/Nginx)
- Composer (for any additional setup)
Build Information
- Built on: 93f7732
- Laravel Version: 12.x
- PHP Version: 8.3
Release v1.2.15
Bill Organizer Release v1.2.15
What's New
- Incremented patch version to v1.2.15
- Committed changes since last release:
- feat: enhance bill status calculation logic and add isYearly method; update debug route for testing
- fix: update Response import to use Symfony component for consistency
- feat: implement user impersonation functionality with controller, model updates, and UI integration
Installation
- Download the
bill-organizer-v1.2.15.zipfile - Extract to your web server directory
- Copy
.env.exampleto.envand configure your environment - Run
php artisan key:generateto generate application key - Configure your database and run
php artisan migrate - Set up your web server to point to the
publicdirectory
Requirements
- PHP 8.3 or higher
- MySQL 8.0+ or compatible database
- Web server (Apache/Nginx)
- Composer (for any additional setup)
Build Information
- Built on: 71420e7
- Laravel Version: 12.x
- PHP Version: 8.3
Release v1.2.14
Bill Organizer Release v1.2.14
What's New
- Incremented patch version to v1.2.14
- Committed changes since last release:
- feat: enhance bill management features with improved pagination, updated trial handling, and new language support
- feat: update pagination condition to include previous page URL and enhance attachment layout in transaction details
Installation
- Download the
bill-organizer-v1.2.14.zipfile - Extract to your web server directory
- Copy
.env.exampleto.envand configure your environment - Run
php artisan key:generateto generate application key - Configure your database and run
php artisan migrate - Set up your web server to point to the
publicdirectory
Requirements
- PHP 8.3 or higher
- MySQL 8.0+ or compatible database
- Web server (Apache/Nginx)
- Composer (for any additional setup)
Build Information
- Built on: 24a314c
- Laravel Version: 12.x
- PHP Version: 8.3
Release v1.2.13
Bill Organizer Release v1.2.13
What's New
- Incremented patch version to v1.2.13
- Committed changes since last release:
- feat: add slug functionality to teams and bills, including validation and UI updates
Installation
- Download the
bill-organizer-v1.2.13.zipfile - Extract to your web server directory
- Copy
.env.exampleto.envand configure your environment - Run
php artisan key:generateto generate application key - Configure your database and run
php artisan migrate - Set up your web server to point to the
publicdirectory
Requirements
- PHP 8.3 or higher
- MySQL 8.0+ or compatible database
- Web server (Apache/Nginx)
- Composer (for any additional setup)
Build Information
- Built on: f025135
- Laravel Version: 12.x
- PHP Version: 8.3