Skip to content

Commit

Permalink
Merge pull request #2763 from CalderaWP/feature/2761
Browse files Browse the repository at this point in the history
changelog for CF 1.7.3  #2761
  • Loading branch information
Shelob9 authored Oct 17, 2018
2 parents c05144a + f8452c2 commit 7780487
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 5 deletions.
4 changes: 2 additions & 2 deletions caldera-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin URI: https://CalderaForms.com
Description: Easy to use, grid based responsive form builder for creating simple to complex forms.
Author: Caldera Labs
Version: 1.7.3-a.1
Version: 1.7.3
Author URI: http://CalderaLabs.org
Text Domain: caldera-forms
GitHub Plugin URI: https://github.com/CalderaWP/caldera-forms
Expand Down Expand Up @@ -53,7 +53,7 @@ function caldera_forms_wp_version_nag()

define('CFCORE_PATH', plugin_dir_path(__FILE__));
define('CFCORE_URL', plugin_dir_url(__FILE__));
define( 'CFCORE_VER', '1.7.3-a.1' );
define( 'CFCORE_VER', '1.7.3' );
define('CFCORE_EXTEND_URL', 'https://api.calderaforms.com/1.0/');
define('CFCORE_BASENAME', plugin_basename(__FILE__));

Expand Down
2 changes: 1 addition & 1 deletion 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": "caldera-forms",
"version": "1.7.3-a.1",
"version": "1.7.3",
"description": "Apex WordPress Forms",
"main": "Gruntfile.js",
"repository": {
Expand Down
20 changes: 19 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: Shelob9, Desertsnowman, christiechirinos, andrewza, nahuelmahe
Tags: form, contact form, forms, form creator, form manager, mailchimp, paypal, stripe, login, payment, forms manager, forms creation
Requires at least: 4.7
Tested up to: 4.9.7
Stable tag: 1.7.3-a.1
Stable tag: 1.7.3
License: GPLv2
Requires PHP: 5.6

Expand Down Expand Up @@ -793,6 +793,24 @@ This could also be a sign of a more serious issue on your server, but is probabl


== Changelog ==
= Caldera Forms 1.7.3 (October 17, 2018) We're Working On Big Things, Sorry About The Wait, We Wanted You To Have Some Bug Fixes =
See: [https://calderaforms.com/updates/caldera-forms-1-7-3](https://calderaforms.com/updates/caldera-forms-1-7-3?utm_source=dotOrg&utm_medium=plugins&utm_campaign=caldera-forms&utm_term=1-7-3)
* FIXED: Settings for disabling enhanced delivery via Caldera Forms Pro not saving.
* FIXED: Improper validation for better phone fields.
* FIXED: Non admin users were not able to edit their entries in the front-end.
* FIXED: When resending emails, magic tag not parsed in recipients, causing fallback email to be used.
* FIXED: Major performance issue with select2 fields.
* FIXED: Email settings not copied when cloning forms.
* ADDED: Support for calculation value using caldera_forms_field_option_presets filter for field presets.
* ADDED: Translator comments for PII fields.
* ADDED: New action caldera_forms_admin_pre_enqueue - runs before admin assets are enqueued, after they are registered.
* IMPROVED: Markup for consent field link to privacy page.
* FIXED: Dollar sign was not localized in CF Pro marketing.
* FIXED: Could not select form in Gutenberg block if there was only one block.
* FIXED: Dead code from older location of CF Pro API client.
* FIXED: Conditionals from processors not saving if variables in use.


= Caldera Forms 1.7.2 (June 27, 2018) Infinite Jest =
See: [https://calderaforms.com/updates/caldera-forms-1-7-2](https://calderaforms.com/updates/caldera-forms-1-7-2?utm_source=dotOrg&utm_medium=plugins&utm_campaign=caldera-forms&utm_term=1-7-2)
* FIXED: [Incorrect usage of Gutenberg InspectorControls](https://github.com/CalderaWP/Caldera-Forms/issues/2612)
Expand Down

0 comments on commit 7780487

Please sign in to comment.