# Changelog

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

## 2.0.1 - 2023-04-15

### What's Changed

- updates by @atmonshi in https://github.com/still-code/ar-php-laravel/pull/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 https://github.com/still-code/ar-php-laravel/pull/21
- change the namespace from AtmCode to StillCode by @atmonshi in https://github.com/still-code/ar-php-laravel/pull/22
- Apply fixes from StyleCI by @atmonshi in https://github.com/still-code/ar-php-laravel/pull/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](https://github.com/khaled-alshamaa/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
