Version Description
- Updated the
readme.txt
file to make clearer
Download this release
Release Info
Developer | katzwebdesign |
Plugin | Rich Text Tags |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0 to 1.0.1
- readme.txt +5 -2
- rich-text-tags.php +1 -1
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=zackk
|
|
4 |
Tags: tag, tags, taxonomy, taxonomies, category, categories, category description, rich text category, editor, rich text, description, tag description, taxonomy description, rich text, wysiwyg, tinyMCE
|
5 |
Requires at least: 2.6
|
6 |
Tested up to: 2.8.4
|
7 |
-
Stable tag: 1.0
|
8 |
|
9 |
The Rich Text Tags Plugin allows you to edit tag, category, and taxonomy descriptions using Wordpress' built in WYSIWYG editor.
|
10 |
|
@@ -13,7 +13,7 @@ The Rich Text Tags Plugin allows you to edit tag, category, and taxonomy descrip
|
|
13 |
### Finally, a TinyMCE Editor for Tags, Categories, and Taxonomies ###
|
14 |
The Rich Text Tags Plugin allows you to edit tag descriptions, category descriptions, and taxonomy descriptions using Wordpress' built in rich-text editor. Switch between WYSIWYG and HTML editing modes with the click of a link.
|
15 |
|
16 |
-
|
17 |
Katz Web Services, Inc. is a Denver WordPress development and search engine optimization company. [Check out our other plugins](http://wordpress.org/extend/plugins/profile/katzwebdesign)!
|
18 |
|
19 |
== Installation ==
|
@@ -29,6 +29,9 @@ Katz Web Services, Inc. is a Denver WordPress development and search engine opti
|
|
29 |
|
30 |
== Changelog ==
|
31 |
|
|
|
|
|
|
|
32 |
= 1.0 =
|
33 |
* First version of plugin
|
34 |
* Added link to disable Rich Text Editor
|
4 |
Tags: tag, tags, taxonomy, taxonomies, category, categories, category description, rich text category, editor, rich text, description, tag description, taxonomy description, rich text, wysiwyg, tinyMCE
|
5 |
Requires at least: 2.6
|
6 |
Tested up to: 2.8.4
|
7 |
+
Stable tag: 1.0.1
|
8 |
|
9 |
The Rich Text Tags Plugin allows you to edit tag, category, and taxonomy descriptions using Wordpress' built in WYSIWYG editor.
|
10 |
|
13 |
### Finally, a TinyMCE Editor for Tags, Categories, and Taxonomies ###
|
14 |
The Rich Text Tags Plugin allows you to edit tag descriptions, category descriptions, and taxonomy descriptions using Wordpress' built in rich-text editor. Switch between WYSIWYG and HTML editing modes with the click of a link.
|
15 |
|
16 |
+
#### Created by a [Denver SEO](http://www.katzwebdesign.net) company. ####
|
17 |
Katz Web Services, Inc. is a Denver WordPress development and search engine optimization company. [Check out our other plugins](http://wordpress.org/extend/plugins/profile/katzwebdesign)!
|
18 |
|
19 |
== Installation ==
|
29 |
|
30 |
== Changelog ==
|
31 |
|
32 |
+
= 1.0.1 =
|
33 |
+
* Updated the `readme.txt` file to make clearer
|
34 |
+
|
35 |
= 1.0 =
|
36 |
* First version of plugin
|
37 |
* Added link to disable Rich Text Editor
|
rich-text-tags.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Rich Text Tags, Categories, and Taxonomies
|
|
4 |
Plugin URI: http://www.seodenver.com/rich-text-tags/
|
5 |
Description: This plugin offers rich text editing capabilities for descriptions of tags, categories, and taxonomies.
|
6 |
Author: Katz Web Services, Inc.
|
7 |
-
Version: 1.0
|
8 |
Author URI: http://www.katzwebdesign.net
|
9 |
*/
|
10 |
/*
|
4 |
Plugin URI: http://www.seodenver.com/rich-text-tags/
|
5 |
Description: This plugin offers rich text editing capabilities for descriptions of tags, categories, and taxonomies.
|
6 |
Author: Katz Web Services, Inc.
|
7 |
+
Version: 1.0.1
|
8 |
Author URI: http://www.katzwebdesign.net
|
9 |
*/
|
10 |
/*
|