-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.txt
151 lines (106 loc) · 3.37 KB
/
changelog.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
=== Multisite Privacy ===
Authors: Ivan Shaovchev, Andrew Billits, Andrey Shipilov (Incsub), S H Mohanjith (Incsub)
== Changelog ==
= 1.1.9 =
* Fix: When the Update all sites option selected, any admin link will redirect
to complete the update
* Fix: Active column does not exist in blogs table
* Fix: The privacy_default does not apply for new blogs created
= 1.1.8.6 =
* Fixed: Plugin folder name
= 1.1.8.5 =
* Fixed: Fix HTML standard (for attribute added in label tag)
= 1.1.8.4 =
* Fixed: Do not display privacy options at sign up if override is disabled
= 1.1.8.3 =
* Fixed: Multisite Privacy Bug-Logged in user
= 1.1.8.2 =
* WordPress 3.8 compatibility
= 1.1.8.1 =
* Fix: Cookie not being set while applying to network
= 1.1.8.0 =
* Fix: Not setting multi-site privacy default values
= 1.1.7.9 =
* Compatible with plugins that use pluggable function wp_authenticate
= 1.1.7.8 =
* Fix: Escape default privacy in update all blogs
= 1.1.7.7 =
* Fix: Allow override not working
= 1.1.7.6 =
* Fix: Update all blogs
= 1.1.7.5 =
* Namespace functions better
= 1.1.7.4 =
* Fixed: Single password issues
= 1.1.7.3 =
* Fixed: warning missing argument 2 for wpdb:prepare()
= 1.1.7.2 =
* WordPress 3.5 compatibility
* Fixed: Redirect path in login URL is bad
= 1.1.7.1 =
* Fixed: Cant login with "Anyone that visits must first provide this password" setting
= 1.1.7.0 =
* Fixed: redirect to URL wrong
* More privacy improvements
= 1.1.6.9 =
* Fixed: User Privacy Choices Overridden By MultiSite Privacy Default Setting
= 1.1.6.8 =
* Domain Mapping Compatibility Fixes
= 1.1.6.7 =
* Do not redirect if in sign up page
= 1.1.6.6 =
* Bug fixes
= 1.1.6.5 =
* Fixed: Update All Blogs is not network aware
= 1.1.6.4 =
* Fixed: More IIS issues
= 1.1.6.3 =
* Fixed: Single Password for Blog not working on IIS
= 1.1.6.2 =
* Fixed: Single Password for Blog not working
= 1.1.6.1 =
* Fixed: Privacy Options BP Conflict
= 1.1.6 =
* Choose whether to make Privacy Pro only
* Plugin name change
* Fixed: Password protect and registered only can view
= 1.1.5 =
* Possible fix for infinite redirect in network admin
* More improvements
= 1.1.4 =
* More privacy improvements
= 1.1.3 =
* Choose whether to show privacy settings on registration
= 1.1.2 =
* Major improvements
* Fixed: Header already output errors
= 1.1.1 =
* Fixed: Many issues if user gets the password wrong on a password protected blog
= 1.1.0 =
* Display privacy options on page of new blog creation;
* Fixed problem with error message when selected "...provide this password" method of privacy;
* Fixed problem of privacy;
* Compatibility with all mobile WordPress apps;
= 1.0.9 =
* fixed problem with Wordpress iOS App;
= 1.0.8 =
* changes of some text;
= 1.0.7 =
* Added new feature - "Single password" for access to blog;
* Added new feature - "Available options" for Network admin;
= 1.0.6 =
* Fixed some problems with BP Activity stream;
* Fixed problem with access to all BP pages;
= 1.0.5 =
* added the language file;
= 1.0.4 =
* Fixed problem of display posts from private sites in BP Activity stream;
= 1.0.3 =
* Compatibility update for WordPress 3.1
* Bug fixes
= 1.0.2 =
* Allow access to xml-rpc on private blogs.
= 1.0.1 =
* Switched to wp_redirect for redirects.
= 1.0.0 =
* Initial Release