Version Description
- Fixed debug warnings
- Fixed code merge issue
Download this release
Release Info
Developer | bostondv |
Plugin | Enhanced Text Widget |
Version | 1.3 |
Comparing to | |
See all releases |
Code changes from version 1.2.2 to 1.3
- enhanced-text-widget.php +1 -1
- readme.txt +20 -1
enhanced-text-widget.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Enhanced Text Widget
|
4 |
Plugin URI: http://pomelodesign.com/enhanced-text-widget
|
5 |
Description: An enhanced version of the default text widget where you may have Text, HTML, CSS, JavaScript, Flash, and/or PHP as content with linkable widget title.
|
6 |
-
Version: 1.
|
7 |
Author: Pomelo Design
|
8 |
Author URI: http://pomelodesign.com/
|
9 |
License: GPL2
|
3 |
Plugin Name: Enhanced Text Widget
|
4 |
Plugin URI: http://pomelodesign.com/enhanced-text-widget
|
5 |
Description: An enhanced version of the default text widget where you may have Text, HTML, CSS, JavaScript, Flash, and/or PHP as content with linkable widget title.
|
6 |
+
Version: 1.3
|
7 |
Author: Pomelo Design
|
8 |
Author URI: http://pomelodesign.com/
|
9 |
License: GPL2
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://pomelodesign.com/donate/
|
|
4 |
Tags: widget, clickable, linkable, linked title, text, php, javascript, flash, linked title text, linked, text widget, PHP Widget, link widget title, bare widget
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 3.4
|
7 |
-
Stable tag: 1.
|
8 |
License: GPL2
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -26,6 +26,21 @@ Options:
|
|
26 |
|
27 |
For support please use [github issues](https://github.com/bostondv/enhanced-text-widget/issues). Visit [our website](http://pomelodesign.com), follow [@pomelod](http://twitter.com/pomelod/) or like [on facebook](http://www.facebook.com/pomelodesign/) for updates.
|
28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
== Installation ==
|
30 |
|
31 |
1. Download and extract the zip archive
|
@@ -54,6 +69,10 @@ This is the initial release.
|
|
54 |
|
55 |
== Changelog ==
|
56 |
|
|
|
|
|
|
|
|
|
57 |
= 1.2 =
|
58 |
* This adds option to display bare text (no before/after widget/title elements are shown).
|
59 |
|
4 |
Tags: widget, clickable, linkable, linked title, text, php, javascript, flash, linked title text, linked, text widget, PHP Widget, link widget title, bare widget
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 3.4
|
7 |
+
Stable tag: 1.3
|
8 |
License: GPL2
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
26 |
|
27 |
For support please use [github issues](https://github.com/bostondv/enhanced-text-widget/issues). Visit [our website](http://pomelodesign.com), follow [@pomelod](http://twitter.com/pomelod/) or like [on facebook](http://www.facebook.com/pomelodesign/) for updates.
|
28 |
|
29 |
+
<<<<<<< HEAD
|
30 |
+
=======
|
31 |
+
Options:
|
32 |
+
|
33 |
+
* Title
|
34 |
+
* Title URL
|
35 |
+
* Open URL in new window
|
36 |
+
* Widget CSS class
|
37 |
+
* Content which support HTML, JavaScript, Flash, PHP, CSS.
|
38 |
+
* Automatically add paragraphs
|
39 |
+
* Bare widget (do not output before/after_widget/title)
|
40 |
+
|
41 |
+
For support please use [github issues](https://github.com/bostondv/enhanced-text-widget/issues). Visit [our website](http://pomelodesign.com), follow [@pomelod](http://twitter.com/pomelod/) or like [on facebook](http://www.facebook.com/pomelodesign/) for updates.
|
42 |
+
|
43 |
+
>>>>>>> fix merge
|
44 |
== Installation ==
|
45 |
|
46 |
1. Download and extract the zip archive
|
69 |
|
70 |
== Changelog ==
|
71 |
|
72 |
+
= 1.3 =
|
73 |
+
* Fixed debug warnings
|
74 |
+
* Fixed code merge issue
|
75 |
+
|
76 |
= 1.2 =
|
77 |
* This adds option to display bare text (no before/after widget/title elements are shown).
|
78 |
|