Plugin Directory

Changeset 2417607


Ignore:
Timestamp:
11/13/2020 02:03:24 AM (4 years ago)
Author:
gfirem
Message:

Release 1.4.11

Location:
buddyforms-review
Files:
72 added
3 edited

Legend:

Unmodified
Added
Removed
  • buddyforms-review/trunk/includes/form-elements.php

    r2411975 r2417607  
    7373    ) );
    7474
    75     if ( buddyforms_members_fs()->is_not_paying() ) {
     75    if ( buddyforms_moderation_freemius()->is_not_paying() ) {
    7676        $element->setAttribute( 'disabled', 'disabled' );
    7777    }
  • buddyforms-review/trunk/loader.php

    r2411975 r2417607  
    88 * Plugin URI: https://themekraft.com/products/review/
    99 * Description: Create new drafts or pending moderations from new or published posts without changing the live version.
    10  * Version: 1.4.10
     10 * Version: 1.4.11
    1111 * Author: ThemeKraft
    1212 * Author URI: https://themekraft.com/buddyforms/
     
    4848        include_once dirname( __FILE__ ) . '/includes/shortcodes.php';
    4949        define( 'BUDDYFORMS_MODERATION_ASSETS', plugins_url( 'assets/', __FILE__ ) );
    50         define( 'BUDDYFORMS_MODERATION_VERSION', '1.4.10' );
     50        define( 'BUDDYFORMS_MODERATION_VERSION', '1.4.11' );
    5151    }
    5252   
  • buddyforms-review/trunk/readme.txt

    r2411975 r2417607  
    44Requires at least: 3.9
    55Tested up to: 5.5
    6 Stable tag: 1.4.10
     6Stable tag: 1.4.11
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8080
    8181== Changelog ==
     82= 1.4.11 - 12 Nov 2020 =
     83* Fixed issue related with Form Builder and caused by a bad implementation of the Freemius SDK.
     84
    8285= 1.4.10 - 3 Nov 2020 =
    8386Added: Pro labels in the "Frontend Moderators Role" selector. This option was pointless on the free version.
Note: See TracChangeset for help on using the changeset viewer.