Changeset 2417607
- Timestamp:
- 11/13/2020 02:03:24 AM (4 years ago)
- Location:
- buddyforms-review
- Files:
-
- 72 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
buddyforms-review/trunk/includes/form-elements.php
r2411975 r2417607 73 73 ) ); 74 74 75 if ( buddyforms_m embers_fs()->is_not_paying() ) {75 if ( buddyforms_moderation_freemius()->is_not_paying() ) { 76 76 $element->setAttribute( 'disabled', 'disabled' ); 77 77 } -
buddyforms-review/trunk/loader.php
r2411975 r2417607 8 8 * Plugin URI: https://themekraft.com/products/review/ 9 9 * Description: Create new drafts or pending moderations from new or published posts without changing the live version. 10 * Version: 1.4.1 010 * Version: 1.4.11 11 11 * Author: ThemeKraft 12 12 * Author URI: https://themekraft.com/buddyforms/ … … 48 48 include_once dirname( __FILE__ ) . '/includes/shortcodes.php'; 49 49 define( 'BUDDYFORMS_MODERATION_ASSETS', plugins_url( 'assets/', __FILE__ ) ); 50 define( 'BUDDYFORMS_MODERATION_VERSION', '1.4.1 0' );50 define( 'BUDDYFORMS_MODERATION_VERSION', '1.4.11' ); 51 51 } 52 52 -
buddyforms-review/trunk/readme.txt
r2411975 r2417607 4 4 Requires at least: 3.9 5 5 Tested up to: 5.5 6 Stable tag: 1.4.1 06 Stable tag: 1.4.11 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 80 80 81 81 == 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 82 85 = 1.4.10 - 3 Nov 2020 = 83 86 Added: 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.