Skip to content

Releases: tutida/Pack

Support for cakephp ~3.7

27 Aug 13:01
Compare
Choose a tag to compare

Fix helper loading

05 Aug 06:54
aaca36b
Compare
Choose a tag to compare

Follow plugin notation

Update README, composer.json

04 Aug 06:27
eb056ea
Compare
Choose a tag to compare
Merge pull request #5 from NaoyaMiyagawa/ver2

modify readme

Support for cakephp 4

04 Aug 06:10
f84c69c
Compare
Choose a tag to compare
  • Replaced the following methods:
    • subject() (deprecated since cake3.4) -> getSubject()
    • helpers() (deprecated since cake3.4) -> setHelpers()

Fix undefind variables in Helper

08 Sep 01:37
Compare
Choose a tag to compare
Merge pull request #3 from tutida/fix_unde_variable

fix undefind variables in Helper

Code refactoring

07 Sep 12:13
Compare
Choose a tag to compare
  • refactoring
  • move namespace to PackVariables
  • move escape encode to PackHelper
  • add option script attribute
  • change string template in PackHelper

Changed the way for passing variables.

02 Aug 14:02
Compare
Choose a tag to compare

How to pass variables was changed from Helper's $_defaultConfig to Static Variable Class.

This release will be able to use "PackCompoment->set()" in your Controller's beforeRender().

First release.

22 Jul 14:01
Compare
Choose a tag to compare
0.3

initial commit