-
Notifications
You must be signed in to change notification settings - Fork 2
/
readme.txt
157 lines (95 loc) · 3.88 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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
=== Multi-Site Site List Shortcode ===
Contributors: ithemes, ChrisWiegman
Donate link: https://www.ithemes.com/
Tags: Multisite, index, site list
Requires at least: 4.0
Tested up to: 4.1
Stable tag: 5.5.1
== License ==
Released under the terms of the GNU General Public License.
== Description ==
Adds a shortcode allowing multisite admin 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. Please note that as written this plugin must be configured on the parent site in the installation (site 1). This is for security reasons allowing the site admin to create a site list without necessarily letting all member sites see the list or expose sites that shouldn't be.
== 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 (we recommend network activation although it isn't required).
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.
Note: This plugin may only be configured from the parent site (blog 1) for security reasons.
= Translations =
*Lithuanian by <a href="http://www.host1free.com/">Vincent G</a>
== Changelog ==
= 5.5.1 =
* Updated for WordPress 4.1. Thanks to <a href="https://twitter.com/cdchase">C. Daniel Chase</a> for the patch!
= 5.4.4 =
* Removed unneeded meta box on settings page
* Updated readme with better instructions
* Finished iThemes conversion.
= 5.4.3 =
* Moved to iThemes.com
* Tested in 3.8.1
= 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