Skip to content

Latest commit

 

History

History
87 lines (52 loc) · 3.37 KB

CHANGELOG.md

File metadata and controls

87 lines (52 loc) · 3.37 KB

Changelog

All notable changes to ar-php-laravel will be documented in this file

2.0.3 - 2024-04-02

What's Changed

  • Update README.md by @Smailancer in #33
  • Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in #34
  • Bump ramsey/composer-install from 2 to 3 by @dependabot in #35
  • Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #36
  • [Upgrade] Added support for Laravel 11 by @GoodM4ven in #37

New Contributors

  • @Smailancer made their first contribution in #33
  • @GoodM4ven made their first contribution in #37

Full Changelog: https://github.com/still-code/ar-php-laravel/compare/2.0.2...2.0.3

2.0.2 - 2023-11-07

What's Changed

  • Updates by @atmonshi in #25
  • Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #26
  • Bump aglipanci/laravel-pint-action from 2.2.0 to 2.3.0 by @dependabot in #27
  • Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in #28
  • Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #29
  • Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #31
  • Bump actions/checkout from 3 to 4 by @dependabot in #30
  • add support for php 8.2 by @atmonshi in #32

New Contributors

  • @dependabot made their first contribution in #26

Full Changelog: https://github.com/still-code/ar-php-laravel/compare/2.0.1...2.0.2

2.0.1 - 2023-04-15

What's Changed

  • updates by @atmonshi in #24

Full Changelog: https://github.com/still-code/ar-php-laravel/compare/2.0.0...2.0.1

2.0.0 - 2023-04-15

What's Changed

  • support laravel 10 by @atmonshi in #21
  • change the namespace from AtmCode to StillCode by @atmonshi in #22
  • Apply fixes from StyleCI by @atmonshi in #23

Full Changelog: https://github.com/still-code/ar-php-laravel/compare/1.7.0...1.8.0

1.5.0 - 2022-01-31

  • add translate function, useful for slug generating

1.4.0 - 2021-08-17

  • add support for php 8.0, thanks to @koossaayy
  • pump ar-php version to 6.2

1.3.1 - 2021-05-11

  • pump ar-php to version 6.1

1.3.0 - 2021-05-08

  • remove trait SearchAr in favor of using macrables
  • adding macros for Query Builder and Eloquent Builder

1.2.0 - 2021-05-04

  • support the function utf8Glyphs

1.1.0 - 2021-01-19

  • add the trait for Eloquent to search directly in Arabic

1.0.0 - 2021-04-06

  • the initial release of the library AR-PHP for laravel