Smart Floating / Sticky Buttons – Call, Sharing, Chat Widgets & More – Buttonizer - Version 3.0.1

Version Description

Release date: June 30, 2022

Fix bug in admin dashboard when updating from previous versions.

Download this release

Release Info

Developer buttonizer
Plugin Icon wp plugin Smart Floating / Sticky Buttons – Call, Sharing, Chat Widgets & More – Buttonizer
Version 3.0.1
Comparing to
See all releases

Code changes from version 3.0.0 to 3.0.1

app/Admin/Admin.php CHANGED
@@ -171,7 +171,7 @@ class Admin
171
 
172
  public function page()
173
  {
174
- require_once __DIR__ . "/Template.php";
175
  }
176
 
177
  /**
171
 
172
  public function page()
173
  {
174
+ require_once __DIR__ . "/AdminTemplate.php";
175
  }
176
 
177
  /**
app/Admin/{template.php → AdminTemplate.php} RENAMED
File without changes
readme.txt CHANGED
@@ -4,7 +4,7 @@ Buy plugin: https://buttonizer.io
4
  Tags: Conversion, action button, call, marketing, Social Sharing
5
  Requires at least: 4.7
6
  Tested up to: 6.0
7
- Stable tag: 3.0.0
8
  Requires PHP: 7.0
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -193,6 +193,11 @@ Languages can have a different direction of writing and reading? While languages
193
 
194
  == Changelog ==
195
 
 
 
 
 
 
196
  = 3.0.0 =
197
  Release date: June 30, 2022
198
 
4
  Tags: Conversion, action button, call, marketing, Social Sharing
5
  Requires at least: 4.7
6
  Tested up to: 6.0
7
+ Stable tag: 3.0.1
8
  Requires PHP: 7.0
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
193
 
194
  == Changelog ==
195
 
196
+ = 3.0.1 =
197
+ Release date: June 30, 2022
198
+
199
+ Fix bug in admin dashboard when updating from previous versions.
200
+
201
  = 3.0.0 =
202
  Release date: June 30, 2022
203