Plugin Directory

Changeset 3031945


Ignore:
Timestamp:
02/06/2024 04:53:28 AM (2 years ago)
Author:
svenl77
Message:

New version: 2.8.7

Location:
buddyforms
Files:
980 added
3 edited

Legend:

Unmodified
Added
Removed
  • buddyforms/trunk/BuddyForms.php

    r3023795 r3031945  
    88 * Plugin URI:  https://themekraft.com/buddyforms/
    99 * Description: Contact Forms, Post Forms for User Generated Content and Registration Forms easily build in minutes. Ideal for User Submitted Posts. Extendable with Addons!
    10  * Version: 2.8.6
     10 * Version: 2.8.7
    1111 * Author: ThemeKraft
    1212 * Author URI: https://themekraft.com/buddyforms/
     
    4646         * @var string
    4747         */
    48         public  $version = '2.8.6' ;
     48        public  $version = '2.8.7' ;
    4949        /**
    5050         * @var array Frontend Global JS parameters
  • buddyforms/trunk/includes/form/form-elements.php

    r2820257 r3031945  
    100100            if ( $action === 'edit' ) {
    101101                $customfield_val = get_post_meta( $post_id, $slug, true );
     102                $customfield_val = apply_filters( 'buddyforms_edit_custom_field_value', $customfield_val, $customfield, $post_id, $slug );
    102103            }
    103104
  • buddyforms/trunk/readme.txt

    r3023795 r3031945  
    33Tags: custom form, form builder, registration, user registration, forms
    44Requires at least: 4.0
    5 Tested up to: 6.4.2
    6 Stable tag: 2.8.6
     5Tested up to: 6.4.3
     6Stable tag: 2.8.7
    77Requires PHP: 5.3
    88License: GPLv2
     
    265265
    266266== Changelog ==
     267= 2.8.7 - 06 Feb 2024 =
     268* Added new hook to filter custom field value.
     269* Tested up to WordPress 6.4.3
     270
    267271= 2.8.6 - 18 Jan 2024 =
    268272* Fixed XSS issue.
Note: See TracChangeset for help on using the changeset viewer.