Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion forms-bridge/forms-bridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: forms-bridge
* Domain Path: /languages
* Version: 4.0.6
* Version: 4.1.0
* Requires PHP: 8.0
* Requires at least: 6.7
*
Expand Down
10 changes: 9 additions & 1 deletion forms-bridge/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: odoo, dolibarr, listmonk, forms, woocommerce
Donate link: https://buymeacoffee.com/codeccoop
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Stable Tag: 4.0.6
Stable Tag: 4.1.0
Tested up to: 6.8

Bridge your WordPress forms without code, add custom fields, use field mappers, set up a workflow and make your data flow seamlessly to your backend.
Expand Down Expand Up @@ -98,6 +98,14 @@ Browse the plugin's documentation on [formsbridge.codeccoop.org](https://formsbr

== Changelog ==

= 4.1.0 =
* feat: php unit testing
* feat: wordpress conding standards
* feat: http bridge refactor
* feat: repository directory refactor
* feat: test and lint ci jobs
* feat: github actions workflows

= 4.0.6 =
* fix: field serialization based on field type
* feat: add accpet-language http header on odoo's rpc api calls
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "forms-bridge",
"version": "4.0.5",
"version": "4.1.0",
"author": "Còdec",
"license": "GPL-2.0-or-later",
"scripts": {
Expand Down