Version Description
- Tested up to WordPress 4.8
Download this release
Release Info
Developer | bostondv |
Plugin | Enhanced Text Widget |
Version | 1.4.6 |
Comparing to | |
See all releases |
Code changes from version 1.4.5 to 1.4.6
- README.md +5 -3
- composer.json +3 -3
- enhanced-text-widget.php +3 -3
- readme.txt +5 -2
README.md
CHANGED
@@ -17,13 +17,12 @@ An enhanced version of the default text widget where you may have Text, HTML, CS
|
|
17 |
|
18 |
* For help use [wordpress.org](http://wordpress.org/support/plugin/enhanced-text-widget/)
|
19 |
* Fork or contribute on [Github](https://github.com/bostondv/enhanced-text-widget/)
|
20 |
-
* Visit [our website](http://pomelodesign.com/) for more
|
21 |
* Follow me on [Twitter](http://twitter.com/bostondv/)
|
22 |
* View my other [WordPress Plugins](http://profiles.wordpress.org/bostondv/)
|
23 |
|
24 |
## Support
|
25 |
|
26 |
-
|
27 |
|
28 |
## Installation
|
29 |
|
@@ -48,6 +47,9 @@ This is the initial release.
|
|
48 |
|
49 |
## Changelog ==
|
50 |
|
|
|
|
|
|
|
51 |
### 1.4.5
|
52 |
* Adds option to hide empty widgets
|
53 |
|
@@ -93,4 +95,4 @@ This is the initial release.
|
|
93 |
|
94 |
## About
|
95 |
|
96 |
-
|
17 |
|
18 |
* For help use [wordpress.org](http://wordpress.org/support/plugin/enhanced-text-widget/)
|
19 |
* Fork or contribute on [Github](https://github.com/bostondv/enhanced-text-widget/)
|
|
|
20 |
* Follow me on [Twitter](http://twitter.com/bostondv/)
|
21 |
* View my other [WordPress Plugins](http://profiles.wordpress.org/bostondv/)
|
22 |
|
23 |
## Support
|
24 |
|
25 |
+
Enjoy this plugin? [Send a tip to support development](http://bostondv.com/tips/).
|
26 |
|
27 |
## Installation
|
28 |
|
47 |
|
48 |
## Changelog ==
|
49 |
|
50 |
+
### 1.4.6
|
51 |
+
* Tested up to WordPress 4.8
|
52 |
+
|
53 |
### 1.4.5
|
54 |
* Adds option to hide empty widgets
|
55 |
|
95 |
|
96 |
## About
|
97 |
|
98 |
+
Made with <3 by [Boston Dell-Vandenberg](http://bostondv.com/).
|
composer.json
CHANGED
@@ -7,8 +7,8 @@
|
|
7 |
"authors": [
|
8 |
{
|
9 |
"name": "Boston Dell-Vandenberg",
|
10 |
-
"email": "
|
11 |
-
"homepage": "https://
|
12 |
}
|
13 |
],
|
14 |
"keywords": [
|
@@ -22,4 +22,4 @@
|
|
22 |
"php": ">=5.3.0",
|
23 |
"composer/installers": "~1.0"
|
24 |
}
|
25 |
-
}
|
7 |
"authors": [
|
8 |
{
|
9 |
"name": "Boston Dell-Vandenberg",
|
10 |
+
"email": "hello@bostondv.com",
|
11 |
+
"homepage": "https://bostondv.com/"
|
12 |
}
|
13 |
],
|
14 |
"keywords": [
|
22 |
"php": ">=5.3.0",
|
23 |
"composer/installers": "~1.0"
|
24 |
}
|
25 |
+
}
|
enhanced-text-widget.php
CHANGED
@@ -3,9 +3,9 @@
|
|
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.
|
7 |
Author: Boston Dell-Vandenberg
|
8 |
-
Author URI: http://
|
9 |
Text Domain: enhancedtext
|
10 |
Domain Path: /languages/
|
11 |
License: MIT
|
@@ -171,7 +171,7 @@ class EnhancedTextWidget extends WP_Widget {
|
|
171 |
</p>
|
172 |
|
173 |
<p class="etw-credits">
|
174 |
-
<?php _e('Enjoy this plugin?
|
175 |
</p>
|
176 |
|
177 |
<?php
|
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.6
|
7 |
Author: Boston Dell-Vandenberg
|
8 |
+
Author URI: http://bostondv.com/
|
9 |
Text Domain: enhancedtext
|
10 |
Domain Path: /languages/
|
11 |
License: MIT
|
171 |
</p>
|
172 |
|
173 |
<p class="etw-credits">
|
174 |
+
<?php _e('Enjoy this plugin? <a href="http://bostondv.com/tips/" target="_blank">Send a tip to support development</a>.', 'enhancedtext'); ?>
|
175 |
</p>
|
176 |
|
177 |
<?php
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://bostondv.com/tips/
|
|
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: 4.8
|
7 |
-
Stable tag: 1.4.
|
8 |
License: MIT
|
9 |
License URI: http://opensource.org/licenses/MIT
|
10 |
|
@@ -36,7 +36,7 @@ Made with <3 by [Boston Dell-Vandenberg](https://bostondv.com/)
|
|
36 |
|
37 |
= Support =
|
38 |
|
39 |
-
|
40 |
|
41 |
== Installation ==
|
42 |
|
@@ -68,6 +68,9 @@ This adds a CSS class parameter to each widget.
|
|
68 |
This is the initial release.
|
69 |
|
70 |
== Changelog ==
|
|
|
|
|
|
|
71 |
|
72 |
= 1.4.5 =
|
73 |
* Adds option to hide empty widgets
|
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: 4.8
|
7 |
+
Stable tag: 1.4.6
|
8 |
License: MIT
|
9 |
License URI: http://opensource.org/licenses/MIT
|
10 |
|
36 |
|
37 |
= Support =
|
38 |
|
39 |
+
Enjoy this plugin? [Send a tip to support development](http://bostondv.com/).
|
40 |
|
41 |
== Installation ==
|
42 |
|
68 |
This is the initial release.
|
69 |
|
70 |
== Changelog ==
|
71 |
+
|
72 |
+
= 1.4.6 =
|
73 |
+
* Tested up to WordPress 4.8
|
74 |
|
75 |
= 1.4.5 =
|
76 |
* Adds option to hide empty widgets
|