Skip to content

Releases: 4msar/bill-organizer

Release v1.3.5

07 Mar 06:30
758bf56

Choose a tag to compare

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

  1. Download the bill-organizer-v1.3.5.zip file
  2. Extract to your web server directory
  3. Copy .env.example to .env and configure your environment
  4. Run php artisan key:generate to generate application key
  5. Configure your database and run php artisan migrate
  6. Set up your web server to point to the public directory

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

20 Feb 04:38
29bc616

Choose a tag to compare

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

  1. Download the bill-organizer-v1.3.4.zip file
  2. Extract to your web server directory
  3. Copy .env.example to .env and configure your environment
  4. Run php artisan key:generate to generate application key
  5. Configure your database and run php artisan migrate
  6. Set up your web server to point to the public directory

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

07 Feb 16:19
7d89387

Choose a tag to compare

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

  1. Download the bill-organizer-v1.3.3.zip file
  2. Extract to your web server directory
  3. Copy .env.example to .env and configure your environment
  4. Run php artisan key:generate to generate application key
  5. Configure your database and run php artisan migrate
  6. Set up your web server to point to the public directory

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

07 Feb 08:08
73f3ba9

Choose a tag to compare

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

  1. Download the bill-organizer-v1.3.2.zip file
  2. Extract to your web server directory
  3. Copy .env.example to .env and configure your environment
  4. Run php artisan key:generate to generate application key
  5. Configure your database and run php artisan migrate
  6. Set up your web server to point to the public directory

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

07 Feb 07:27

Choose a tag to compare

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

  1. Download the bill-organizer-v1.3.1.zip file
  2. Extract to your web server directory
  3. Copy .env.example to .env and configure your environment
  4. Run php artisan key:generate to generate application key
  5. Configure your database and run php artisan migrate
  6. Set up your web server to point to the public directory

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

06 Feb 09:31

Choose a tag to compare

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

  1. Download the bill-organizer-v1.3.0.zip file
  2. Extract to your web server directory
  3. Copy .env.example to .env and configure your environment
  4. Run php artisan key:generate to generate application key
  5. Configure your database and run php artisan migrate
  6. Set up your web server to point to the public directory

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

04 Feb 18:29
93f7732

Choose a tag to compare

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

  1. Download the bill-organizer-v1.2.16.zip file
  2. Extract to your web server directory
  3. Copy .env.example to .env and configure your environment
  4. Run php artisan key:generate to generate application key
  5. Configure your database and run php artisan migrate
  6. Set up your web server to point to the public directory

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

04 Feb 11:13
71420e7

Choose a tag to compare

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

  1. Download the bill-organizer-v1.2.15.zip file
  2. Extract to your web server directory
  3. Copy .env.example to .env and configure your environment
  4. Run php artisan key:generate to generate application key
  5. Configure your database and run php artisan migrate
  6. Set up your web server to point to the public directory

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

04 Feb 08:58
24a314c

Choose a tag to compare

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

  1. Download the bill-organizer-v1.2.14.zip file
  2. Extract to your web server directory
  3. Copy .env.example to .env and configure your environment
  4. Run php artisan key:generate to generate application key
  5. Configure your database and run php artisan migrate
  6. Set up your web server to point to the public directory

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

02 Feb 17:49
f025135

Choose a tag to compare

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

  1. Download the bill-organizer-v1.2.13.zip file
  2. Extract to your web server directory
  3. Copy .env.example to .env and configure your environment
  4. Run php artisan key:generate to generate application key
  5. Configure your database and run php artisan migrate
  6. Set up your web server to point to the public directory

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