Skip to content

Commit

Permalink
[SFT-122]: create a database table, records and service for storing a…
Browse files Browse the repository at this point in the history
…nd fetching rules (#670)

* feat(SFT-122): adding records, db tables and persistence

* chore: updating code style

* feat(SFT-122): fetching field rules from endpoint

* fix(SFT-122): fixing install migration

* fix(SFT-122): fixing create rules migration

* fix(SFT-122): fixed wrong API output on no form
  • Loading branch information
gustavs-gutmanis authored May 3, 2023
1 parent 9a93bd3 commit e6aaebd
Show file tree
Hide file tree
Showing 54 changed files with 1,021 additions and 307 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
'protected_to_private' => false,
'single_trait_insert_per_statement' => true,
'ternary_to_null_coalescing' => true,
'multiline_whitespace_before_semicolons' => ['strategy' => 'new_line_for_chained_calls'],
])
->setRiskyAllowed(true)
->setFinder($finder)
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "solspace/craft-freeform",
"description": "Reliable form builder that's ready for wherever your project takes you.",
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"type": "craft-plugin",
"authors": [
{
Expand Down Expand Up @@ -46,7 +46,7 @@
"post-update-cmd": "cghooks update"
},
"extra": {
"schemaVersion": "5.0.0",
"schemaVersion": "5.0.1",
"handle": "freeform",
"class": "Solspace\\Freeform\\Freeform",
"name": "Freeform",
Expand Down
Loading

0 comments on commit e6aaebd

Please sign in to comment.