Skip to content

Commit 419fd90

Browse files
author
Orzo Cogorzo
authored
Merge pull request #2 from codeccoop/build/4.1.0
build(release): bump version to 4.1.0
2 parents 5a4cc84 + 79845ba commit 419fd90

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

forms-bridge/forms-bridge.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010
* Text Domain: forms-bridge
1111
* Domain Path: /languages
12-
* Version: 4.0.6
12+
* Version: 4.1.0
1313
* Requires PHP: 8.0
1414
* Requires at least: 6.7
1515
*

forms-bridge/readme.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: odoo, dolibarr, listmonk, forms, woocommerce
44
Donate link: https://buymeacoffee.com/codeccoop
55
License: GPLv2 or later
66
License URI: http://www.gnu.org/licenses/gpl-2.0.html
7-
Stable Tag: 4.0.6
7+
Stable Tag: 4.1.0
88
Tested up to: 6.8
99

1010
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.
@@ -98,6 +98,14 @@ Browse the plugin's documentation on [formsbridge.codeccoop.org](https://formsbr
9898

9999
== Changelog ==
100100

101+
= 4.1.0 =
102+
* feat: php unit testing
103+
* feat: wordpress conding standards
104+
* feat: http bridge refactor
105+
* feat: repository directory refactor
106+
* feat: test and lint ci jobs
107+
* feat: github actions workflows
108+
101109
= 4.0.6 =
102110
* fix: field serialization based on field type
103111
* feat: add accpet-language http header on odoo's rpc api calls

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "forms-bridge",
3-
"version": "4.0.5",
3+
"version": "4.1.0",
44
"author": "Còdec",
55
"license": "GPL-2.0-or-later",
66
"scripts": {

0 commit comments

Comments
 (0)