# Releases
๐ Fix: dynamic parameter not working for optimized manifest (#28, thanks @janfejtek!)
Bumped!
Diff: v0.5.0...v0.6.0
Changes:
- Open v0.6-dev [9059d86] (@mabar)
- Update README.md, Fixed versions table syntax. [597bce1] (@Gappa)
- Update README.md [8062216] (@Gappa)
- Composer: relax PHP version [a1e2c4f] (@f3l1x)
- Readme: polished (#22), User Deprecated Neon: keyword 'off' is deprecated, use true/yes or false/no, fixed loading of annotations from Gedmo [cb22b7a] (@petrparolek)
- improvements, - polished docs, - travis -> GitHub Actions [01ddb7a] (@petrparolek)
- updated phpstan and QA [3743e2c] (@petrparolek)
- Std [004]: kodiak [81ee74d] (@f3l1x)
- Repo: maintenance sync (nette/tester, phpstan, makefile, readme) [a72a338] (@f3l1x)
- Composer: upgrade to latest gedmo [5be4241] (@f3l1x)
Bump! ๐๐ป
Diff: v6.0.1...v6.0.2
Improvements
- fix of compatibility with PHP 8.0
- added PHPStan and PHPCS (ninjify/qa)
- impoved code reported by PHPCS and PHPStan
- updated composer dev dependencies
Bumped!
Diff: v3.0.6...v3.1.0
Changes:
- Reset form events after removeAction [97b5577] (@MartkCz)
- run ci on php7.3 [51a826a] (@adaamz)
- Merge pull request #38 from CZechBoY/patch-1, run ci on php7.3 [dc38459]
- contributte [0a4fd39]
- removed var_dump [38e0a3c]
- min. php 7.2 [7764aba]
- add onRemove event [a9168cc]
- Multiplier::resetFormEvents() resets only onSuccess, onError [bb32af3]
- addSetup() replace with getResultDefinition()->addSetup() [5cde978]
- Add master alias [84f6e45] (@mabar)
- reset onSubmit when copy is removed [446afa0]
- sent values is loaded from BaseControl::loadHttpData() [closes #22] [ad255ef]
- ComponentResolver: $values rename to $defaults [5fb27d8]
- fix qa [9afdae2]
- fix latte dev dependency, fix qa [c247598] (@Mistrfilda)
- Fix typo in method name [1a96884] (@Thoronir42)
- Collapse needless creation code [fdf04a8] (@Thoronir42)
- Recreate containers on setValues [8e0aa35] (@Thoronir42)
- call whenAttached() immediately when form is attached [Fix #45] [e3a337b] (@MartkCz)
- attached method is deprecated [67977c2] (@MartkCz)
- Fixed Argument 2 passed to Contributte\FormMultiplier\ComponentResolver::__construct() must be of the type array, object given [715c51c] (@martenb)
- Test: add nested Multiplier [f2cf6fb] (@martenb)
- Multiplier::getCreateButtons returns empty array when limit reached [close #50] [a0f4318] (@MartkCz)
- Prevent validation in remove button, make it work, Although setValidationScope([]) in RemoveButton class, removing fields keeps validating. [9e0847c] (@diegosardina)
- Removed empty line [7b32bd7] (@diegosardina)
- polish docs [9750742] (@petrparolek)
- Update README.md [111fa19] (@krajicj)
- License: MIT [1c7602e] (@vody105)
- Std [004]: kodiak [7fb8f41] (@f3l1x)
- Editorconfig [ee5293d] (@f3l1x)
- Travis -> Github Actions [b3f98e9] (@f3l1x)
- Composer: upgrade deps (conflict with nette/forms 3.1) [c8edbde] (@f3l1x)
- Readme: update [cb44df5] (@f3l1x)
- Maintenance: makefile, phpstan, git [551624e] (@f3l1x)
- Codeception: upgrade to v4 [9949659] (@f3l1x)
Bumped!
Diff: v3.2.0...v3.2.1
Changes:
- Fix of runtime errors caused by new DI schema (#12) [d5742de] (@vagovszky)
Bumped!
Diff: v0.6.0...v0.7.0
Changes:
- Open v0.7-dev [caa675f] (@mabar)
- Std [004]: kodiak [d9bef49] (@f3l1x)
- Housekeep: Github Actions [0997bee] (@radimvaculik)
- Housekeep: PHPStan 0.12+ [819a22c] (@radimvaculik)
- Drop Travis support [6f033f1] (@radimvaculik)
- Make tests green [3eb14e9] (@radimvaculik)
- Support PHP 8.0 [3689d50] (@radimvaculik)
- PHPStan: Fix last ignored error [7318a29] (@radimvaculik)
- Add missing PSR4 for tests/cases [af12aa8] (@radimvaculik)
- New README [2104250] (@radimvaculik)
- Coveralls: travis-ci -> github-actions [9513b9a] (@radimvaculik)
a9dc5d4 Support Nette/Schema
Bumped!
Diff: v1.3.0...v1.3.1
Changes:
- Add support for onCreateConfigurator (#23) [2465e4e] (@universe-42)
- implement isSameSite (base on interface) [0867428] (@universe-42)
- QA: fix cs (#25) [2c9da74] (@adaamz)
- Prevent double slash in paths [9291c24] (@lukascellar)
- Std [004]: kodiak [03f82d1] (@f3l1x)
- Travis -> Github Actions [65f8b97] (@f3l1x)
- Composer: allow PHP 8 [254ffc1] (@f3l1x)
- Composer: upgrade deps [03e81b8] (@f3l1x)
- Readme: update [1a177a3] (@f3l1x)
- Repo: maintenance update (makefile, editorconfig, codeception, codestyle, coveralls) [7ca99da] (@f3l1x)
- DI: Added config schema validation
- Added basic tests
- Removed AppName to presenter mapping feature
- Removed deprecated Logger log level feature
Bumped!
Diff: v0.1.0...v0.2.0
Changes:
- Open v0.2-dev [15b8b7a] (@mabar)
- Update README.md [9671853] (@Gappa)
- Composer: relax PHP version [e92d684] (@f3l1x)
- License: MIT [480875a] (@vody105)
- improvements, - polished docs, - travis -> GitHub Actions [41b6f2f] (@petrparolek)
- improved QA [8e1a78e] (@petrparolek)
- Std [004]: kodiak [9e2321e] (@f3l1x)
- Repo: maintenance sync (upgrade deps, nette/tester, makefile, github actions, editorconfig) [f812cf2] (@f3l1x)
Bumped!
Diff: v0.1.0...v0.2.0
Changes:
- Open v0.2-dev [4f7cd52] (@mabar)
- ICachePoolFactory create(...) method return type changed to PSR-6 interface (#2) [146e120] (@miloshavlicek)
- Compatibility with PHP 8.0 [56f5973] (@miloshavlicek)
- License: MIT [7efaecc] (@vody105)
- Std [004]: kodiak [fbd7a81] (@f3l1x)
- Updated nette/caching dependency to allow installing version 3.1 and higher up until 4.0 (excluded) [1e20b1f] (@hubipe)
- Phpunit -> Nette Tester [4f1dee2] (@f3l1x)
- Travis -> Github Actions [5c32d25] (@f3l1x)
- Phpstan: v0.12 [73c8edd] (@f3l1x)
- Repo: sync maintenance [6840b52] (@f3l1x)
Bumped!
Diff: v3.1.0...v3.2.0
Changes:
- Travis: less strictness outdated dependencies [94a1e09] (@f3l1x)
- License: MIT [a538b2f] (@vody105)
- Std [004]: kodiak [9d820a4] (@f3l1x)
- Fixes contributte/di compatibility break. [776b8a5]
- Tests: update test files [a7fb83d] (@f3l1x)
- Travis -> Github Actions [e967a2b] (@f3l1x)
- Makefile: init [aba541a] (@f3l1x)
- EditorConfig: update [7349dc1] (@f3l1x)
- Git: update [f311986] (@f3l1x)
- Composer: move scripts to makefile [28a2255] (@f3l1x)
- Composer: upgrade QA [3f4b945] (@f3l1x)
- Composer: upgrade ninjify nunjuck [6b1eaab] (@f3l1x)
- Composer: relax deps [297df49] (@f3l1x)
- Composer: open 3.3.x [95d3abe] (@f3l1x)
- Readme: newer [3bff63e] (@f3l1x)
- Composer: license [c17cbff] (@f3l1x)
- Phpstan: fixes [a027cc2] (@f3l1x)
- DI: switch to newer nette/schema [e342b81] (@f3l1x)
Bumped!
Diff: v0.2.0...v0.3.0
Changes:
- Readme: change highlighting [e0c35b7] (@f3l1x)
- Typo in documentation [ff1d155] (@michalhlavka)
- License: MIT [8145ebb] (@vody105)
- Std [004]: kodiak [2f9ebf0] (@f3l1x)
- Makefile: update [32cf007] (@f3l1x)
- CI: update, travis -> github actions [9193129] (@f3l1x)
- Composer: allow PHP 8 [72fe710] (@f3l1x)
- QA: update codesniffer [104a532] (@f3l1x)
- EditorConfig: update [f8c0cee] (@f3l1x)
- Phpstan: v0.12 [555d167] (@f3l1x)
- Tests: phpunit -> nette/tester [e6729b7] (@f3l1x)
- Composer: change lincese [1ecef73] (@f3l1x)
- Composer: updat authors [55ad1d0] (@f3l1x)
- Composer: upgrade deps (temporary rely on oauth2-facebook fork with PHP 8) [1741097] (@f3l1x)
- Readme: update [f4f21c1] (@f3l1x)
- Tests: fixtures folder name [0868a54] (@f3l1x)
- Composer: fix autoload-dev [1342c27] (@f3l1x)
- CI: use composer v2 [430d41f] (@f3l1x)
Bumped!
Diff: v3.3.1...v3.4.0
Changes:
- Readme: absolute link to invisibleRecaptcha (#37) [ec74e54] (@suchoproduction)
- Readme: contributte style [2bfaa14] (@f3l1x)
- Readme++ [52db8f6] (@f3l1x)
- Travis -> Github Actions [d20899b] (@f3l1x)
- Makefile: simplify [0d7f914] (@f3l1x)
- Tests: fixes [1ae4714] (@f3l1x)
- Composer: raise nunjuck [aea2a41] (@f3l1x)
- Composer: drop phpstan-shim [c662d9f] (@f3l1x)
- Composer: allow PHP 8 [ee2f41a] (@f3l1x)
- Readme++ [89836ee] (@f3l1x)
- Composer.json: Nette Utils should be ^3.0 for future compatibility. [b4f2254] (@janbarasek)
- Fix test [0c5ab3b] (@janbarasek)
- Std [004]: kodiak [e2f1366] (@f3l1x)
- Resolve reCaptcha on submit to prevent timeout, Documentation warns against resolving reCaptcha on page load [29edb10] (@xpavp03)
- See changes to invisibleRecaptcha.js [4c34a9d] (@xpavp03)
- Makefile: update [cd00a73] (@f3l1x)
- CI: update [c99157f] (@f3l1x)
- Composer: switch to contributte/di to keep in sync with nette/di + nette/schema [51e3606] (@f3l1x)
- Composer: upgrade codesniffer [0141762] (@f3l1x)
- Phpstan: v0.12 [a44a602] (@f3l1x)
Bumped!
Diff: v0.7.0...v0.7.1
Changes:
- Readme: typo [6fb871a] (@f3l1x)
- Tests: coveralls [1ecba19] (@f3l1x)
- CI: update [f276107] (@f3l1x)
- Phpstan: v0.12 [44cea38] (@f3l1x)
- QA: upgrade codesniffer [b763c48] (@f3l1x)
- Composer: upgrade deps [990ed4c] (@f3l1x)
- Composer: open v0.8 [3a6be48] (@f3l1x)
- Readme: upgrade [8e70390] (@f3l1x)
- Makefile: update [7e7d217] (@f3l1x)
Bumped!
Diff: v0.8.0...v0.8.1
Changes:
- doctrine/common: allow v3 [4ddb101] (@solcik)
- Readme++ [7a0dcfc] (@f3l1x)
- Composer: minimal version of nette/di and nette/schema [124f891] (@f3l1x)
- Tests: fix messages [9476e34] (@f3l1x)
- Readme: support [1c16cf8] (@f3l1x)
- Std [004]: kodiak [88043f1] (@f3l1x)
- Composer: minimal version of phpstan [a86e9ec] (@f3l1x)
Bumped!
Diff: v0.12...v0.12.1
Changes:
- Open v0.13 [98805df] (@f3l1x)
- Composer: minimal PHP 7.3 [06746db] (@f3l1x)
- Travis -> Github Actions [9bed57a] (@f3l1x)
- Readme: modernize [aefa4d0] (@f3l1x)
- Bin: show installed coding standard only if CI env is not presented [d59b185] (@f3l1x)
- Composer: allow PHP 7.2 [20492ee] (@f3l1x)
- CI: update php matrix [a43584b] (@f3l1x)
DIFF
CHANGES
- Added Apple Pay to payment instruments (#77) thx @Trsak
- Support PHP 7.2 and higher
- Support Nette 2.4 and 3.0
- Money objects are used (BC break)
- Config parametersย
goId
,clientId
andclientSecret
are strings (BC break) - Added type hints, strict_types
Migrating to v2
- Parameters
goId
,clientId
andclientSecret
inGopayInline\Config
are strings. You may need to change yourconfig.neon
file. Payment
works withMoney
object in'amount'
field, does not accept'currency'
anymore
Bumped!
Diff: v0.2.2...v0.3.0
Changes:
- Travis to github actions [5a17a6d] (@vody105)
- Open for php8 [288105f] (@vody105)
- Readme: modernize [f63f180] (@Roman3349)
- License: MIT [7852dd9] (@vody105)
- Add support for multiple hosts (connections to cluster) [a6db3b6] (@fmasa)
- show correctly tracy panel when using array of hosts [615f67c] (@dakorpar)
- serialize data before writing it to redis [95e324e] (@dakorpar)
- Clear only current database, not all of them [26d4f36] (@dakorpar)
- Std [004]: kodiak [69554b0] (@f3l1x)
- Update readme: add sessions and cache config example [e2bb211] (@dakorpar)
Bumped!
Diff: v0.11.1...v0.11.2
Changes:
- Don't force ternary operator
- Removed deprecated sniffs
Bump!
Diff: v0.6.0...v0.7.0
Changes:
- PHP 8
- Travis -> Github Actions
- PHPStan v0.12
- More tests
- Readme modernize
- Docs polished
Bump!
Changes:
- Initial release
- switched to contributte from kdyby
- applied contributte coding styles
- added phpstan
- all prerequirements for php 8
Bumped! ๐๐ผ
Diff: v0.1...v0.2
Changes:
- PHP 8
- Travis -> Github Actions
- Phpstan 0.12
- Fix tests
- Repair extension
Bump!
Diff: v0.4.0...v0.5.0
Changes:
- PHP 8
- Relax nette versions
- Travis -> Github Actions
- PHPStan v0.12
- Readme modernize