Plugin Directory

Changeset 1674787


Ignore:
Timestamp:
06/09/2017 01:36:47 PM (9 years ago)
Author:
tribalNerd
Message:

Version 2.0.2

Location:
wp-my-admin-bar
Files:
1 edited
6 copied

Legend:

Unmodified
Added
Removed
  • wp-my-admin-bar/tags/2.0.2/readme.txt

    r1643277 r1674787  
    44Tags: myadminbar, wpmyadminbar, plugin, admin, administration, adminbar, admin-bar, toolbar, toolbars, bar, network, multisite, tools, cache, sites, technerdia
    55Requires at least: 3.8
    6 Tested up to: 4.7.4
    7 Stable tag: 2.0.1
     6Tested up to: 4.8
     7Stable tag: 2.0.2
    88License: GNU GPLv3
    99License URI: https://github.com/tribalNerd/wp-my-admin-bar/blob/master/LICENSE
     
    119119== Changelog ==
    120120
    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
    122127* Tested: Wordpress Version 4.7.4
    123128* Update: New feature to populate Admin Bar settings for newly added Network Websites.
    124129
    125130= 2.0.0 =
     131
    126132* Update: Complete rewrite of the plugin
    127133
    128134= 1.0.3 =
     135
    129136* Changed: Moved the activation, deactivation, uninstall hooks to wp-my-admin-bar.php
    130137* Changed: Moved all option get/set methods to \WPMyAdminBar\Options
     
    137144
    138145= 1.0.2 =
     146
    139147* Changed: Added in PHP Version Compare
    140148* Changed: Modified compare statements
    141149
    142150= 1.0.0 =
     151
    143152* Changed: Restructured the classes, used some old stuff, built some new stuff: In short, made it less stupid.
    144153* Moved the project to Github: https://github.com/tribalNerd/wp-my-admin-bar
    145154
    146 Alpha Release
    147155= 0.2.0 =
     156
    148157* Changed: Added delete_site_transient when new Websites are created via the Network Admin.
    149158* Changed: Readme file updated.
    150159
    151160= 0.1.9 =
     161
    152162* Changed: Modified prepare() statements.
    153163* Fixed: Corrected missing menu ID's.
     
    159169
    160170= 0.1.7 =
     171
    161172* Changed: Created new option wp_myadminbar_nw to allow site id 1 and network admin to use different settings.
    162173* Changed: Created new option wp_cache_nw to allow site id 1 and network admin to use different settings.
     
    178189
    179190= 0.1.6 =
     191
    180192* Fixed: Corrected menu link: My Sites > Visit This Site > View Posts - Now opens the proper edit.php page.
    181193* Fixed: Corrected issue with admin bar menu options displaying to logged in users.
     
    183195
    184196= 0.1.5 =
     197
    185198* Fixed: Files missing in repository.
    186199* Fixed: Corrected deleted files.
    187200
    188201= 0.1.4 =
     202
    189203* Fixed: Added wp_nonce_field and check_admin_referer to setting pages & templates.
    190204* Fixed: Corrected Network Menu var that made the Network Dashboard link not appear.
     
    212226
    213227= 0.1.3 =
     228
    214229* Fixed: Screenshot correction, again.
    215230* Fixed: Added release tag to main file.
    216231
    217232= 0.1.2 =
     233
    218234* Fixed: Added root Site Name display back to Admin Bar.
    219235* Update: Generated POT file and set domain for gettext calls.
     
    222238
    223239= 0.1.1 =
     240
    224241* Note: Testing how the svn works.
    225242* Fixed: Corrected display of New Post Option under My Sites menu.
     
    228245
    229246= 0.1 =
     247
    230248* Created: Feb 12, 2012
    231249
  • wp-my-admin-bar/trunk/readme.txt

    r1643277 r1674787  
    44Tags: myadminbar, wpmyadminbar, plugin, admin, administration, adminbar, admin-bar, toolbar, toolbars, bar, network, multisite, tools, cache, sites, technerdia
    55Requires at least: 3.8
    6 Tested up to: 4.7.4
    7 Stable tag: 2.0.1
     6Tested up to: 4.8
     7Stable tag: 2.0.2
    88License: GNU GPLv3
    99License URI: https://github.com/tribalNerd/wp-my-admin-bar/blob/master/LICENSE
     
    119119== Changelog ==
    120120
    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
    122127* Tested: Wordpress Version 4.7.4
    123128* Update: New feature to populate Admin Bar settings for newly added Network Websites.
    124129
    125130= 2.0.0 =
     131
    126132* Update: Complete rewrite of the plugin
    127133
    128134= 1.0.3 =
     135
    129136* Changed: Moved the activation, deactivation, uninstall hooks to wp-my-admin-bar.php
    130137* Changed: Moved all option get/set methods to \WPMyAdminBar\Options
     
    137144
    138145= 1.0.2 =
     146
    139147* Changed: Added in PHP Version Compare
    140148* Changed: Modified compare statements
    141149
    142150= 1.0.0 =
     151
    143152* Changed: Restructured the classes, used some old stuff, built some new stuff: In short, made it less stupid.
    144153* Moved the project to Github: https://github.com/tribalNerd/wp-my-admin-bar
    145154
    146 Alpha Release
    147155= 0.2.0 =
     156
    148157* Changed: Added delete_site_transient when new Websites are created via the Network Admin.
    149158* Changed: Readme file updated.
    150159
    151160= 0.1.9 =
     161
    152162* Changed: Modified prepare() statements.
    153163* Fixed: Corrected missing menu ID's.
     
    159169
    160170= 0.1.7 =
     171
    161172* Changed: Created new option wp_myadminbar_nw to allow site id 1 and network admin to use different settings.
    162173* Changed: Created new option wp_cache_nw to allow site id 1 and network admin to use different settings.
     
    178189
    179190= 0.1.6 =
     191
    180192* Fixed: Corrected menu link: My Sites > Visit This Site > View Posts - Now opens the proper edit.php page.
    181193* Fixed: Corrected issue with admin bar menu options displaying to logged in users.
     
    183195
    184196= 0.1.5 =
     197
    185198* Fixed: Files missing in repository.
    186199* Fixed: Corrected deleted files.
    187200
    188201= 0.1.4 =
     202
    189203* Fixed: Added wp_nonce_field and check_admin_referer to setting pages & templates.
    190204* Fixed: Corrected Network Menu var that made the Network Dashboard link not appear.
     
    212226
    213227= 0.1.3 =
     228
    214229* Fixed: Screenshot correction, again.
    215230* Fixed: Added release tag to main file.
    216231
    217232= 0.1.2 =
     233
    218234* Fixed: Added root Site Name display back to Admin Bar.
    219235* Update: Generated POT file and set domain for gettext calls.
     
    222238
    223239= 0.1.1 =
     240
    224241* Note: Testing how the svn works.
    225242* Fixed: Corrected display of New Post Option under My Sites menu.
     
    228245
    229246= 0.1 =
     247
    230248* Created: Feb 12, 2012
    231249
Note: See TracChangeset for help on using the changeset viewer.