Changeset 1674787
- Timestamp:
- 06/09/2017 01:36:47 PM (9 years ago)
- Location:
- wp-my-admin-bar
- Files:
-
- 1 edited
- 6 copied
-
tags/2.0.2 (copied) (copied from wp-my-admin-bar/trunk)
-
tags/2.0.2/classes/class-process.php (copied) (copied from wp-my-admin-bar/trunk/classes/class-process.php)
-
tags/2.0.2/readme.txt (copied) (copied from wp-my-admin-bar/trunk/readme.txt) (9 diffs)
-
tags/2.0.2/templates/sidebar.php (copied) (copied from wp-my-admin-bar/trunk/templates/sidebar.php)
-
tags/2.0.2/wp-my-admin-bar.php (copied) (copied from wp-my-admin-bar/trunk/wp-my-admin-bar.php)
-
tags/2.0.2/wp-my-admin-bar.pot (copied) (copied from wp-my-admin-bar/trunk/wp-my-admin-bar.pot)
-
trunk/readme.txt (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-my-admin-bar/tags/2.0.2/readme.txt
r1643277 r1674787 4 4 Tags: myadminbar, wpmyadminbar, plugin, admin, administration, adminbar, admin-bar, toolbar, toolbars, bar, network, multisite, tools, cache, sites, technerdia 5 5 Requires at least: 3.8 6 Tested up to: 4. 7.47 Stable tag: 2.0. 16 Tested up to: 4.8 7 Stable tag: 2.0.2 8 8 License: GNU GPLv3 9 9 License URI: https://github.com/tribalNerd/wp-my-admin-bar/blob/master/LICENSE … … 119 119 == Changelog == 120 120 121 = 2.0.1 = 121 = 2.0.2 2017-9-6 = 122 123 * Tested: Wordpress Version 4.8 124 125 = 2.0.1 2017-23-4 = 126 122 127 * Tested: Wordpress Version 4.7.4 123 128 * Update: New feature to populate Admin Bar settings for newly added Network Websites. 124 129 125 130 = 2.0.0 = 131 126 132 * Update: Complete rewrite of the plugin 127 133 128 134 = 1.0.3 = 135 129 136 * Changed: Moved the activation, deactivation, uninstall hooks to wp-my-admin-bar.php 130 137 * Changed: Moved all option get/set methods to \WPMyAdminBar\Options … … 137 144 138 145 = 1.0.2 = 146 139 147 * Changed: Added in PHP Version Compare 140 148 * Changed: Modified compare statements 141 149 142 150 = 1.0.0 = 151 143 152 * Changed: Restructured the classes, used some old stuff, built some new stuff: In short, made it less stupid. 144 153 * Moved the project to Github: https://github.com/tribalNerd/wp-my-admin-bar 145 154 146 Alpha Release147 155 = 0.2.0 = 156 148 157 * Changed: Added delete_site_transient when new Websites are created via the Network Admin. 149 158 * Changed: Readme file updated. 150 159 151 160 = 0.1.9 = 161 152 162 * Changed: Modified prepare() statements. 153 163 * Fixed: Corrected missing menu ID's. … … 159 169 160 170 = 0.1.7 = 171 161 172 * Changed: Created new option wp_myadminbar_nw to allow site id 1 and network admin to use different settings. 162 173 * Changed: Created new option wp_cache_nw to allow site id 1 and network admin to use different settings. … … 178 189 179 190 = 0.1.6 = 191 180 192 * Fixed: Corrected menu link: My Sites > Visit This Site > View Posts - Now opens the proper edit.php page. 181 193 * Fixed: Corrected issue with admin bar menu options displaying to logged in users. … … 183 195 184 196 = 0.1.5 = 197 185 198 * Fixed: Files missing in repository. 186 199 * Fixed: Corrected deleted files. 187 200 188 201 = 0.1.4 = 202 189 203 * Fixed: Added wp_nonce_field and check_admin_referer to setting pages & templates. 190 204 * Fixed: Corrected Network Menu var that made the Network Dashboard link not appear. … … 212 226 213 227 = 0.1.3 = 228 214 229 * Fixed: Screenshot correction, again. 215 230 * Fixed: Added release tag to main file. 216 231 217 232 = 0.1.2 = 233 218 234 * Fixed: Added root Site Name display back to Admin Bar. 219 235 * Update: Generated POT file and set domain for gettext calls. … … 222 238 223 239 = 0.1.1 = 240 224 241 * Note: Testing how the svn works. 225 242 * Fixed: Corrected display of New Post Option under My Sites menu. … … 228 245 229 246 = 0.1 = 247 230 248 * Created: Feb 12, 2012 231 249 -
wp-my-admin-bar/trunk/readme.txt
r1643277 r1674787 4 4 Tags: myadminbar, wpmyadminbar, plugin, admin, administration, adminbar, admin-bar, toolbar, toolbars, bar, network, multisite, tools, cache, sites, technerdia 5 5 Requires at least: 3.8 6 Tested up to: 4. 7.47 Stable tag: 2.0. 16 Tested up to: 4.8 7 Stable tag: 2.0.2 8 8 License: GNU GPLv3 9 9 License URI: https://github.com/tribalNerd/wp-my-admin-bar/blob/master/LICENSE … … 119 119 == Changelog == 120 120 121 = 2.0.1 = 121 = 2.0.2 2017-9-6 = 122 123 * Tested: Wordpress Version 4.8 124 125 = 2.0.1 2017-23-4 = 126 122 127 * Tested: Wordpress Version 4.7.4 123 128 * Update: New feature to populate Admin Bar settings for newly added Network Websites. 124 129 125 130 = 2.0.0 = 131 126 132 * Update: Complete rewrite of the plugin 127 133 128 134 = 1.0.3 = 135 129 136 * Changed: Moved the activation, deactivation, uninstall hooks to wp-my-admin-bar.php 130 137 * Changed: Moved all option get/set methods to \WPMyAdminBar\Options … … 137 144 138 145 = 1.0.2 = 146 139 147 * Changed: Added in PHP Version Compare 140 148 * Changed: Modified compare statements 141 149 142 150 = 1.0.0 = 151 143 152 * Changed: Restructured the classes, used some old stuff, built some new stuff: In short, made it less stupid. 144 153 * Moved the project to Github: https://github.com/tribalNerd/wp-my-admin-bar 145 154 146 Alpha Release147 155 = 0.2.0 = 156 148 157 * Changed: Added delete_site_transient when new Websites are created via the Network Admin. 149 158 * Changed: Readme file updated. 150 159 151 160 = 0.1.9 = 161 152 162 * Changed: Modified prepare() statements. 153 163 * Fixed: Corrected missing menu ID's. … … 159 169 160 170 = 0.1.7 = 171 161 172 * Changed: Created new option wp_myadminbar_nw to allow site id 1 and network admin to use different settings. 162 173 * Changed: Created new option wp_cache_nw to allow site id 1 and network admin to use different settings. … … 178 189 179 190 = 0.1.6 = 191 180 192 * Fixed: Corrected menu link: My Sites > Visit This Site > View Posts - Now opens the proper edit.php page. 181 193 * Fixed: Corrected issue with admin bar menu options displaying to logged in users. … … 183 195 184 196 = 0.1.5 = 197 185 198 * Fixed: Files missing in repository. 186 199 * Fixed: Corrected deleted files. 187 200 188 201 = 0.1.4 = 202 189 203 * Fixed: Added wp_nonce_field and check_admin_referer to setting pages & templates. 190 204 * Fixed: Corrected Network Menu var that made the Network Dashboard link not appear. … … 212 226 213 227 = 0.1.3 = 228 214 229 * Fixed: Screenshot correction, again. 215 230 * Fixed: Added release tag to main file. 216 231 217 232 = 0.1.2 = 233 218 234 * Fixed: Added root Site Name display back to Admin Bar. 219 235 * Update: Generated POT file and set domain for gettext calls. … … 222 238 223 239 = 0.1.1 = 240 224 241 * Note: Testing how the svn works. 225 242 * Fixed: Corrected display of New Post Option under My Sites menu. … … 228 245 229 246 = 0.1 = 247 230 248 * Created: Feb 12, 2012 231 249
Note: See TracChangeset
for help on using the changeset viewer.