Enhanced Text Widget - Version 1.5

Version Description

  • Fixed issue with not registered widget
Download this release

Release Info

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

Code changes from version 1.4.9 to 1.5

Files changed (3) hide show
  1. README.md +0 -120
  2. enhanced-text-widget.php +9 -1
  3. readme.txt +10 -7
README.md DELETED
@@ -1,120 +0,0 @@
1
- === Enhanced Text Widget ===
2
- Contributors: cl272
3
- 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.4.8
8
- License: MIT
9
- License URI: http://opensource.org/licenses/MIT
10
-
11
- An enhanced version of the text widget that supports Text, HTML, CSS, JavaScript, Flash, Shortcodes and PHP with linkable widget title.
12
-
13
- == Description ==
14
-
15
- UPDATE: Plugin ownership changed for this plugin. We are currently evaluating possible enhancements for it. Stay tuned! If you have any suggestions yourself, please let us know in the Support Forum.
16
-
17
- 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.
18
-
19
- = Options =
20
-
21
- * Title
22
- * Title URL
23
- * Widget CSS class
24
- * Content supports Text, HTML, CSS, JavaScript, Flash, Shortcodes, and PHP
25
- * Option to not display a title
26
- * Option to open Title URL in new window
27
- * Option to automatically add paragraphs to content
28
- * Option to not output before/after_widget/title (bare widget)
29
-
30
-
31
- For questions, please ask in the [support forum](http://wordpress.org/support/plugin/enhanced-text-widget/)
32
-
33
- = Support =
34
-
35
- Enjoy this plugin? [Send a tip to support development](https://sellcodes.com/5U4SICyc).
36
-
37
- == Installation ==
38
-
39
- 1. Download and extract the zip archive
40
- 2. Upload `enhanced-text-widget` folder to `/wp-content/plugins/`
41
- 3. Activate the plugin through the 'Plugins' menu in WordPress
42
- 4. Add the widget to a sidebar and configure the options as desired
43
-
44
- == Frequently Asked Questions ==
45
-
46
- Nothing right now.
47
-
48
- == Screenshots ==
49
-
50
- 1. Widget options
51
-
52
- == Upgrade Notice ==
53
-
54
- = 1.4.8 =
55
- * Tested with new version of WordPress
56
-
57
- = 1.3.4 =
58
- This adds option to hide the title
59
-
60
- = 1.2 =
61
- This adds option to display bare text (no before/after widget/title elements are shown).
62
-
63
- = 1.1 =
64
- This adds a CSS class parameter to each widget.
65
-
66
- = 1.0 =
67
- This is the initial release.
68
-
69
- == Changelog ==
70
-
71
- = 1.4.8 =
72
- * Revival
73
- * Added feedback system
74
- * Updated readme
75
-
76
- = 1.4.6 =
77
- * Tested up to WordPress 4.8
78
-
79
- = 1.4.5 =
80
- * Adds option to hide empty widgets
81
-
82
- = 1.4.4 =
83
- * Updates tested to 4.0
84
- * Updates license to GPLv3
85
- * Minor code refactoring
86
-
87
- = 1.4.3 =
88
- * Adds Italian translation
89
-
90
- = 1.4.2 =
91
- * Removes widget caching
92
- * Fixes issue with multiline PHP code
93
-
94
- = 1.4 =
95
- * Display text field in monospace font
96
- * Code refactoring
97
-
98
- = 1.3.4 =
99
- * This adds option to hide the title
100
- * Tested up to 3.5.1
101
-
102
- = 1.3.3 =
103
- * Fixes "Do not output before/after_widget/title" option
104
- * Code cleanup
105
-
106
- = 1.3.2 =
107
- * Bug fixes
108
-
109
- = 1.3 =
110
- * Fixed debug warnings
111
- * Fixed code merge issue
112
-
113
- = 1.2 =
114
- * This adds option to display bare text (no before/after widget/title elements are shown).
115
-
116
- = 1.1 =
117
- * Adds css class parameter that wraps widget.
118
-
119
- = 1.0 =
120
- * First release.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.4.9
7
  Author: Clever Widgets
8
  Author URI: https://themecheck.info
9
  Text Domain: enhancedtext
@@ -188,3 +188,11 @@ class EnhancedTextWidget extends WP_Widget {
188
  <?php
189
  }
190
  }
 
 
 
 
 
 
 
 
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
188
  <?php
189
  }
190
  }
191
+
192
+ /**
193
+ * Register the widget
194
+ */
195
+ function enhanced_text_widget_init() {
196
+ register_widget('EnhancedTextWidget');
197
+ }
198
+ add_action('widgets_init', 'enhanced_text_widget_init');
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.4.9
8
  License: MIT
9
  License URI: http://opensource.org/licenses/MIT
10
 
@@ -51,11 +51,8 @@ Nothing right now.
51
 
52
  == Upgrade Notice ==
53
 
54
- = 1.4.9 =
55
- * Rollback
56
-
57
- = 1.4.8 =
58
- * Tested with new version of WordPress
59
 
60
  = 1.3.4 =
61
  This adds option to hide the title
@@ -71,10 +68,16 @@ This is the initial release.
71
 
72
  == Changelog ==
73
 
 
 
 
74
  = 1.4.9 =
75
- * Rollback
76
 
77
  = 1.4.8 =
 
 
 
78
  * Revival
79
  * Added feedback system
80
  * Updated readme
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
 
52
  == Upgrade Notice ==
53
 
54
+ = 1.5 =
55
+ * Fixed issue with not registered widget
 
 
 
56
 
57
  = 1.3.4 =
58
  This adds option to hide the title
68
 
69
  == Changelog ==
70
 
71
+ = 1.5 =
72
+ * Fixed issue with not registered widget
73
+
74
  = 1.4.9 =
75
+ * Rollback
76
 
77
  = 1.4.8 =
78
+ * Tested with new version of WordPress
79
+
80
+ = 1.4.7 =
81
  * Revival
82
  * Added feedback system
83
  * Updated readme