Enhanced Text Widget - Version 1.5.1

Version Description

  • Tested with new version of WordPress
  • Updated Opt-in
Download this release

Release Info

Developer upwsupport
Plugin Icon wp plugin Enhanced Text Widget
Version 1.5.1
Comparing to
See all releases

Code changes from version 1.5 to 1.5.1

.editorconfig DELETED
@@ -1,11 +0,0 @@
1
- # editorconfig.org
2
-
3
- root = true
4
-
5
- [*]
6
- indent_style = space
7
- indent_size = 2
8
- end_of_line = lf
9
- charset = utf-8
10
- trim_trailing_whitespace = true
11
- insert_final_newline = true
 
 
 
 
 
 
 
 
 
 
 
analyst/src/Analyst.php CHANGED
@@ -65,7 +65,9 @@ class Analyst implements AnalystContract
65
 
66
  $this->accountDataFactory = AccountDataFactory::instance();
67
 
68
- $this->mutator->initialize();
 
 
69
 
70
  $this->collector = new Collector($this);
71
 
65
 
66
  $this->accountDataFactory = AccountDataFactory::instance();
67
 
68
+ if(strpos($_SERVER['REQUEST_URI'], 'plugin') !== false) {
69
+ $this->mutator->initialize();
70
+ }
71
 
72
  $this->collector = new Collector($this);
73
 
composer.json DELETED
@@ -1,25 +0,0 @@
1
- {
2
- "name": "bostondv/enhanced-text-widget",
3
- "type": "wordpress-plugin",
4
- "license": "MIT",
5
- "description": "An enhanced version of the default text widget where you may have Text, HTML, CSS, JavaScript, Flash, Shortcodes and/or PHP as content with linkable widget title.",
6
- "homepage": "http://wordpress.org/plugins/enhanced-text-widget/",
7
- "authors": [
8
- {
9
- "name": "Boston Dell-Vandenberg",
10
- "email": "hello@bostondv.com",
11
- "homepage": "https://bostondv.com/"
12
- }
13
- ],
14
- "keywords": [
15
- "wordpress"
16
- ],
17
- "support": {
18
- "issues": "https://github.com/bostondv/enhanced-text-widget/issues/",
19
- "forum": "http://wordpress.org/support/plugin/enhanced-text-widget/"
20
- },
21
- "require": {
22
- "php": ">=5.3.0",
23
- "composer/installers": "~1.0"
24
- }
25
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
enhanced-text-widget.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Enhanced Text Widget
4
  Plugin URI: http://wordpress.org/plugins/enhanced-text-widget/
5
  Description: An enhanced version of the default text widget where you may have Text, HTML, CSS, JavaScript, Flash, Shortcodes, and/or PHP as content with linkable widget title.
6
- Version: 1.5
7
  Author: Clever Widgets
8
  Author URI: https://themecheck.info
9
  Text Domain: enhancedtext
3
  Plugin Name: Enhanced Text Widget
4
  Plugin URI: http://wordpress.org/plugins/enhanced-text-widget/
5
  Description: An enhanced version of the default text widget where you may have Text, HTML, CSS, JavaScript, Flash, Shortcodes, and/or PHP as content with linkable widget title.
6
+ Version: 1.5.1
7
  Author: Clever Widgets
8
  Author URI: https://themecheck.info
9
  Text Domain: enhancedtext
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://sellcodes.com/5U4SICyc
4
  Tags: widget, clickable, linkable, linked title, text, php, javascript, flash, linked title text, linked, text widget, php widget, link widget title, bare widget, widget shortcodes, enhanced text, better text widget, simple, html widget, css
5
  Requires at least: 3.6
6
  Tested up to: 5.4
7
- Stable tag: 1.5
8
  License: MIT
9
  License URI: http://opensource.org/licenses/MIT
10
 
@@ -51,6 +51,10 @@ Nothing right now.
51
 
52
  == Upgrade Notice ==
53
 
 
 
 
 
54
  = 1.5 =
55
  * Fixed issue with not registered widget
56
 
4
  Tags: widget, clickable, linkable, linked title, text, php, javascript, flash, linked title text, linked, text widget, php widget, link widget title, bare widget, widget shortcodes, enhanced text, better text widget, simple, html widget, css
5
  Requires at least: 3.6
6
  Tested up to: 5.4
7
+ Stable tag: 1.5.1
8
  License: MIT
9
  License URI: http://opensource.org/licenses/MIT
10
 
51
 
52
  == Upgrade Notice ==
53
 
54
+ = 1.5.1 =
55
+ * Tested with new version of WordPress
56
+ * Updated Opt-in
57
+
58
  = 1.5 =
59
  * Fixed issue with not registered widget
60