Skip to content

Commit

Permalink
Bump version to 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kennym committed Apr 28, 2020
1 parent 1fca747 commit 1262aba
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 19 deletions.
2 changes: 1 addition & 1 deletion contact-form-7-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: Contact form 7 to api + Basic auth
* Plugin URI: https://github.com/kennym/cf7-to-api
* Description: Connect contact forms 7 to remote API using GET or POST.
* Version: 1.4.2
* Version: 1.4.3
* Author: Kenny Meyer
* Author URI: https://www.kennymeyer.net
* License: GPL-2.0+
Expand Down
41 changes: 23 additions & 18 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Contact form 7 TO API + Basic Auth
form 7 rest api,
- Requires at least: 4.7.0
- Tested up to: 5.2.2
- Stable tag: 1.4.2
- Stable tag: 1.4.3
- License: GPLv3 or later
- License URI: <http://www.gnu.org/licenses/gpl-3.0.html>

Expand All @@ -18,7 +18,7 @@ Description
-----------

Adds an option to send leads to remote API's such as CRM's ERP's and
other remote systems using POST/GET.\
other remote systems using POST/GET.
NOTE: This plugin requires Contact Form 7 version 4.2 or later.

- Supports XML and JSON\
Expand All @@ -31,11 +31,11 @@ Usage
Simply go to your form settings, choose the "Redirect Settings" tab and
set your required parameters,

1. Chose wether the specific form will use the API integrations\
2. Type the API url\
3. Select the method (POST/GET)\
1. Chose wether the specific form will use the API integrations
2. Type the API url
3. Select the method (POST/GET)
4. map the form fields (Each field that you use on the form will be
availble on this tab after saving the form)\
availble on this tab after saving the form)
5. choose wether you wish to debug and save the last transmited value.

Installation
Expand All @@ -45,16 +45,16 @@ Installing Contact form 7 TO API can be done either by searching for
"Contact form 7 TO API" via the "Plugins \> Add New" screen in your
WordPress dashboard, or by using the following steps:

1. Download the plugin via WordPress.org.\
2. Upload the ZIP file through the "Plugins" \> Add New \> Upload"
screen in your WordPress dashboard.\
3. Activate the plugin through the 'Plugins' menu in WordPress\
1. Download the plugin via WordPress.org.
2. Upload the ZIP file through the "Plugins" \> Add New \> Upload
screen in your WordPress dashboard.
3. Activate the plugin through the 'Plugins' menu in WordPress
4. Visit the settings screen and configure, as desired.

Frequently Asked Questions
--------------------------

= How can i redirect the user after success ? =\
= How can i redirect the user after success ? =
You can use another plugin for that - Contact Form 7 Redirection

<https://wordpress.org/plugins/wpcf7-redirect/>
Expand All @@ -67,14 +67,19 @@ You could set hidden fields for that

OR

simply append the constant parameters to the url\
simply append the constant parameters to the url
For example:

<http://my-api-url?const1=some_value&const2=some_value>

Changelog
---------

### 1.4.3

- Fixed bearer token Usage
- Update WooCommerce plugin name

### 1.4.2

- Bug fix
Expand All @@ -89,7 +94,7 @@ Changelog

### 1.2.0

- Added better support for checkbox arrays and radio buttons\
- Added better support for checkbox arrays and radio buttons
- Added record filter to override record structure
"cf7api\_create\_record"

Expand All @@ -99,11 +104,11 @@ Changelog

### 1.1.0

- Added send XML option.\
- Added send JSON option.\
- Added error log.\
- Debug log for each form\
- Debug log view changed\
- Added send XML option.
- Added send JSON option.
- Added error log.
- Debug log for each form
- Debug log view changed
- Debug log is now saved anyway

### 1.0.1
Expand Down

0 comments on commit 1262aba

Please sign in to comment.