Athena Releases Notes

Athena Releases Notes

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

1.1.11

What's Changed

  • allow to customize the user model
  • Models from config
  • ui improvements

1.1.10

What's Changed

  • add support the migration for pgsql and fix typo

1.1.9

What's Changed

  • update composer

1.1.8

What's Changed

  • fix comments renderer

1.1.7

What's Changed

  • Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot
  • fix relation return type

1.1.6

What's Changed

  • Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot
  • prevent delete the form if lkrd with service

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

Zeus is an open-source project. Thanks to my sponsors for helping me maintain this project.