forked from ithemes/Multi-Site-Site-List-Shortcode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
143 lines (85 loc) · 3.19 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
=== Multi-Site Site List Shortcode ===
Contributors: Bit51, ChrisWiegman
Donate link: http://bit51.com/software/multi-site-site-list-shortcode/
Tags: Multisite, index, site list
Requires at least: 3.0
Tested up to: 3.6.1
Stable tag: 5.4.2
== License ==
Released under the terms of the GNU General Public License.
== Description ==
Adds a shortcode allowing multisite users to display a list of all the sites in the current installation. Sites can be sorted alphabetically or by site creation date and individual sites can be specified to be removed from the list.
== Long Description ==
Makes displaying a list of all the sites on a multi-site installation easy by using a [site-list] shortcode. User can also configure which sites (if any) to exclude from the list on the options page.
== Installation ==
1. Upload all files to the `/wp-content/plugins/multi-site-site-list-shortcode` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Add the [site-list] shortcode to and page or post where you would like a current list of sites on the wordpress installation
4. To remove sites simply check them on the options page.
= Translations =
*Lithuanian by <a href="http://www.host1free.com/">Vincent G</a>
== Changelog ==
= 5.4.2 =
* Remove pass by reference (should now work with PHP 5.4)
* Reformat for better WordPress code standards
* Stop using dynamic text domain
* Works with WordPress 3.6.1
* Updated .pot file
= 5.4.1 =
* Fixed Bit51 feed with improved error handling
= 5.4 =
* Added Hindi translation by Love Chandel of http://outshinesolutions.com/
= 5.3.2 =
* Whoops! Replaced the translation I accidentally overwrote with 5.3.1
= 5.3.1 =
* Updated Bit51 library
* Updated support forums and Changelog for WordPress.org
= 5.3 =
* Added Lithuanian translation by Vincent G of http://www.host1free.com/
= 5.2.1 =
* Fixed bug that prevented excluded sites from saving correctly.
= 5.2 =
* Minor refactoring
* Fixed PHP 5.2 bug
* Various typo and other corrections
= 5.1 =
* Minor bugfixes
* Added ability to use shortcode in text widgets
* Added ability to display site descriptions (taglines)
* Ability to override default options using attributes entered directly into the shortcode to make it easier to reuse
* Added ability to limit site count to a fixed number
= 5.0 =
* Uses the Bit51 plugin library for consistency across all my plugins
* No longer relies on deprecated "get_blog_list" method
* Cleaner code
* Automatically excludes blogs marked as spam, archived, or mature
= 4.0 =
* Now supported by Bit51.com
= 3.3 =
* Changed echo to return statement in list output
= 3.2 =
* Added option to open links in new window or same window
= 3.1 =
* Fixes an issue preventing links from working correctly
= 3.0 =
* Added option to sort either alphabetically or by site creation date
= 2.4 =
* Removed plugin maintainer request
= 2.3 =
* Updated WordPress compliance
= 2.2.3 =
* Updated Homepage
= 2.2.2 =
* Spelling correction
= 2.2.1 =
* Request for project maintainers.
= 2.2 =
* Cosmetic changes to the options page.
= 2.1 =
* Corrected Donation Form.
= 2.0 =
* Added options page to remove unwanted pages from the list.
= 1.1 =
* New plugin homepage
= 1.0 =
* First release