From b1e559b8e1229ee2613fcafaf180b53175a5e6d7 Mon Sep 17 00:00:00 2001 From: David Decker Date: Tue, 13 Aug 2019 00:36:35 +0200 Subject: [PATCH] v1.0.1 of the plugin - fix activation error - readme updates --- CHANGES.md | 9 ++++++++- README.md | 15 +++++++++++++-- includes/admin/tbexgive-settings.php | 2 +- readme.txt | 13 +++++++++++-- toolbar-extras-givewp.php | 4 ++-- 5 files changed, 35 insertions(+), 8 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d09bc74..5ed580d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -13,12 +13,19 @@ ## Changelog of the Plugin +### ⚡ 1.0.1 - 2019-08-13 + +* Tweak: Updated `.pot` file plus all German translations (formal, informal) and language packs +* Tweak: Enhanced, improved and corrected Readme.txt file here +* Fix: Fixed fatal error on activation (sorry!) + + ### 🎉 1.0.0 - 2019-08-12 * *Plugin launch. Everything's new!* * New: 8 Free GiveWP extensions supported/ integrated * New: 19 Premium GiveWP extensions supported/ integrated -* New: 30 Settings - Toolbar-related, unique this Add-On +* New: 30 Settings - Toolbar-related, unique for this Add-On ### ⚡ 0.9.0 - 2019-08-06 diff --git a/README.md b/README.md index 2685409..4222fc8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ **Requires at least:** 4.7 **Tested up to:** 5.2 **Requires PHP:** 5.6 -**Stable tag:** 1.0.0 +**Stable tag:** 1.0.1 **License:** GPL-2.0-or-later **License URI:** https://opensource.org/licenses/GPL-2.0 @@ -318,11 +318,18 @@ The normal use case is a single WordPress install with Toolbar Extras, plus Give ([For the full changelog of this plugin visit its website at ToolbarExtras.com](https://toolbarextras.com/changelog/)) +### ⚡ 1.0.1 - 2019-08-13 +* Tweak: Updated `.pot` file plus all German translations (formal, informal) and language packs +* Tweak: Enhanced, improved and corrected Readme.txt file here +* Fix: Fixed fatal error on activation (sorry!) + + + ### 🎉 1.0.0 - 2019-08-12 * *Plugin launch. Everything's new!* * New: 8 Free GiveWP extensions supported/ integrated * New: 19 Premium GiveWP extensions supported/ integrated -* New: 30 Settings - Toolbar-related, unique this Add-On +* New: 30 Settings - Toolbar-related, unique for this Add-On @@ -337,6 +344,10 @@ The normal use case is a single WordPress install with Toolbar Extras, plus Give ## Upgrade Notice +### 1.0.1 +Plugin launch. Everything's new! First tweaks and improvements. - **Update highly recommended.** + + ### 1.0.0 Plugin launch. Everything's new! diff --git a/includes/admin/tbexgive-settings.php b/includes/admin/tbexgive-settings.php index ddab0ff..40e53ad 100644 --- a/includes/admin/tbexgive-settings.php +++ b/includes/admin/tbexgive-settings.php @@ -109,7 +109,7 @@ function ddw_tbexgive_register_settings_givewp() { //$status_testmode = ddw_tbexgive_is_give_test_mode() ? ' plugin-give-test-mode' : $plugin_inactive; $status_testmode = ! ddw_tbexgive_is_give_test_mode() ? ' tbex-remove-settings-field' : ''; - $formfeat_status = ddw_tbex_get_option( 'givewp', 'formfeat_display' ); + $formfeat_status = get_option( 'tbex-options-givewp', 'no' )[ 'formfeat_display' ]; //ddw_tbex_get_option( 'givewp', 'formfeat_display' ); /** Status for special sub settings */ $status_special_subsettings = ( 'no' === $formfeat_status ) ? $plugin_inactive : ''; diff --git a/readme.txt b/readme.txt index f5bcfaf..df84b31 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: toolbar, adminbar, admin bar, givewp, donations, fundraising, donate, dona Requires at least: 4.7 Tested up to: 5.2 Requires PHP: 5.6 -Stable tag: 1.0.0 +Stable tag: 1.0.1 License: GPL-2.0-or-later License URI: https://opensource.org/licenses/GPL-2.0 @@ -246,11 +246,17 @@ The normal use case is a single WordPress install with Toolbar Extras, plus Give ([For the full changelog of this plugin visit its website at ToolbarExtras.com](https://toolbarextras.com/changelog/)) += ⚡ 1.0.1 - 2019-08-13 = +* Tweak: Updated `.pot` file plus all German translations (formal, informal) and language packs +* Tweak: Enhanced, improved and corrected Readme.txt file here +* Fix: Fixed fatal error on activation (sorry!) + + = 🎉 1.0.0 - 2019-08-12 = * *Plugin launch. Everything's new!* * New: 8 Free GiveWP extensions supported/ integrated * New: 19 Premium GiveWP extensions supported/ integrated -* New: 30 Settings - Toolbar-related, unique this Add-On +* New: 30 Settings - Toolbar-related, unique for this Add-On = ⚡ 0.9.0 - 2019-08-06 = @@ -262,6 +268,9 @@ The normal use case is a single WordPress install with Toolbar Extras, plus Give == Upgrade Notice = += 1.0.1 = +Plugin launch. Everything's new! First tweaks and improvements. - **Update highly recommended.** + = 1.0.0 = Plugin launch. Everything's new! diff --git a/toolbar-extras-givewp.php b/toolbar-extras-givewp.php index 2d9846f..6c86c97 100644 --- a/toolbar-extras-givewp.php +++ b/toolbar-extras-givewp.php @@ -11,7 +11,7 @@ * Plugin Name: Toolbar Extras for Give Donations * Plugin URI: https://toolbarextras.com/addons/give-donations/ * Description: WordPress plugin to leverage the Toolbar for managing your donations and donors with the Give Donations (GiveWP) plugin. - This is an Add-On plugin for Toolbar Extras. - * Version: 1.0.0 + * Version: 1.0.1 * Author: David Decker - DECKERWEB * Author URI: https://toolbarextras.com/ * License: GPL-2.0-or-later @@ -40,7 +40,7 @@ * @since 1.0.0 */ /** Plugin version */ -define( 'TBEXGIVE_PLUGIN_VERSION', '1.0.0' ); +define( 'TBEXGIVE_PLUGIN_VERSION', '1.0.1' ); /** Required base plugin version */ define( 'TBEXGIVE_REQUIRED_BASE_PLUGIN_VERSION', '1.4.6' );