variety of premium plugins

Learn More
Athena Releases Notes

Athena Releases Notes

Changelogs and Releases Notes for Athena: Booking and Appointments Managements.

Running Lara Zeus packages and the website doesn't come for free. You can help support us by checking out relevant sponsors from the banner above.

1.1.5

What's Changed

  • Bump aglipanci/laravel-pt-action from 2.3.1 to 2.4 by @dependabot
  • fix get time diff

1.1.4

What's Changed

  • dix dark theme colors chat

1.1.3

What's Changed

  • add support for laravel 11

1.1.2

What's Changed

  • Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot
  • set slug to live on blur

1.1.1

What's Changed

  • add support for users and Services Manager
  • Customizable users list

customizg users list

to get the users list for services, yo can implement the method:

public static function athenaUsers(): Collection | array
{
    return config('auth.providers.users.model')::query()->pluck(self::getAthenaUserFullNameAttribute(), 'id');
}

1.1.0

What's Changed

  • add support for users and Services Manager

now you can assign services to users, and they will be able to. manage their requests.

first publish the migration:

php artisan vendor:publish --tag=zeus-athena-migrations

set the service manager:

customize the service manager by implementg the method isServicesManager

public function isServicesManager(): bool
{
    return str_ends_with($this->email, '@yourdoma.com');
}

1.0.15

What's Changed

  • customizable comments editor toolbar buttons

1.0.14

What's Changed

  • Bump ramsey/composer-stall from 2 to 3 by @dependabot
  • fire a new event when Appotment Created
    docs:

New Contributors

  • @dependabot made their first contribution

1.0.13

What's Changed

  • add user card component

1.0.12

What's Changed

  • add user card component

1.0.11

What's Changed

  • check for form extension for a service FE

1.0.10

What's Changed

  • fix small issues

New Contributors

  • @atmonshi made their first contribution

1.0.9

1.0.8

1.0.7

1.0.6

1.0.5

1.0.4

1.0.3

1.0.2

1.0.1

1.0.0