contributte / datagrid

:muscle: DataGrid for Nette Framework: filtering, sorting, pagination, tree view, table view, translator, etc
https://contributte.org/packages/contributte/datagrid/
MIT License
290 stars 193 forks source link

Rename package name from `Ublaboo` to `Contributte` #1067

Closed radimvaculik closed 1 year ago

radimvaculik commented 1 year ago

It's obvious from the title.

- namespace Ublaboo\DataGrid;
+ namespace Contributte\Datagrid;
lilianalillyy commented 1 year ago

In the next major release, the namespace can be renamed to Contributte with Ublaboo aliases like in https://github.com/nette/security/blob/master/src/compatibility.php for example

radimvaculik commented 1 year ago

@paveljanda @f3l1x Could you please give your opinion? Thanks.

paveljanda commented 1 year ago

Yep, I agree, you can send a PR 👍

radimvaculik commented 1 year ago

@lilianalillyy Could you prepare a PR on next branch with compatibility.php file? 🙏

lilianalillyy commented 1 year ago

Sure!

lilianalillyy commented 1 year ago

@radimvaculik Sorry it took so long (had to dedicate most of my time to work during the week) but PR is opened now :)