-
Notifications
You must be signed in to change notification settings - Fork 4
/
readme.txt
49 lines (34 loc) · 1.68 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
=== Magic Widgets ===
Author URI: http://toscho.de
Plugin URI: http://toscho.de/2011/wordpress-plugin-magische-widgets/
Contributors: toscho, dnaber-de
Author: toscho
Tags: widget, admin, sidebar
Requires at least: 3.0
Tested up to: 3.9
Stable tag: 2014.03.22
Version: 2014.03.22
License: GPLv2 or later
Assigns widgets to action hooks.
== Description ==
Defines sidebar areas in `wp_head`, `wp_footer`, `admin_head` and `admin_footer`. You may extend the list.
Additionally, the plugin creates a new widget, called *Unfiltered Text*. Very similar to the regular text widget, but it doesn’t insert any extra markup.
Send me your bug reports and suggestions via my [contact page](http://toscho.de/kontakt/) or per bugtracker at the [public repository at GitHub](https://github.com/toscho/WP-Magic-Widgets).
[Beschreibung auf Deutsch](http://toscho.de/2011/wordpress-plugin-magische-widgets/)
== Installation ==
Upload the directory to your plugin directory.
Activate the plugin through the 'Plugins' menu in WordPress.
== Changelog ==
Version 2014.03.22
* Fixed labels for visibility options.
* Use fixed font for the textarea.
* Added a title to identify the widgets easier. The title will not be printed in sidebars, it is for internal use only.
* Added @dnaber-de as contributor. Thanks!
Version 2013.06.02
* Removed secondary plugin.
* Moved widget class to a separate file, so you can use it without activating the main plugin.
* Made the plugin translatable.
* Added German translation.
* Added extendable visibility options.
Version 1.2
* Fixed a problem with the version numbers. Updates should now work better.