Skip to content

Releases: CottaCush/yii2-utils

v3.1.0

28 Sep 08:39
384ccce
Compare
Choose a tag to compare
v3.1.0 Pre-release
Pre-release

Dependencies update

v3.0.1

26 Feb 00:28
Compare
Choose a tag to compare
fix issue with params type

v3.0.0

22 Feb 12:41
Compare
Choose a tag to compare
fix issue with Handlebar

v2.1.0

16 Nov 22:47
e2c6ab1
Compare
Choose a tag to compare

(BaseController): Added functions to handle permissions;

Added function to set session and redirect;

v2.0.5

03 Nov 12:41
6c544c7
Compare
Choose a tag to compare

(BaseModel): Specify the table name when fetching the models using findActive()

v2.0.4

03 Nov 10:22
cf08523
Compare
Choose a tag to compare

Allow for extra fields to be updated while marking model as deleted

v2.0.3

27 Oct 14:17
Compare
Choose a tag to compare
  • Implement login check before executing actions
  • Modify getStatusHtml to allow tag and baseClass params

v2.0.1

29 Sep 14:47
Compare
Choose a tag to compare
Merge pull request #30 from CottaCush/features/international-number

(Utils): Add international formatting of number

2.0.0

06 Jul 14:35
Compare
Choose a tag to compare

Add returnUrl to returnError and returnSuccess methods and fixes bug in renderWidgetAsAjax all in BaseController class. Changes made to returnSuccesss is used in Save and Update actions

1.16.0

03 Jul 14:38
Compare
Choose a tag to compare
  • Added method to get dropdown data from method
  • Redirect to URL if there is an error with rendering widget via AJAX