Changeset 986438
- Timestamp:
- 09/10/2014 01:08:40 PM (12 years ago)
- Location:
- openam-authentication/trunk
- Files:
-
- 3 edited
-
README.md (modified) (2 diffs)
-
README.txt (modified) (2 diffs)
-
openam-rest.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
openam-authentication/trunk/README.md
r985024 r986438 9 9 <tr><td>Requires at least:</td><td> 3.9</td></tr> 10 10 <tr><td>Tested up to:</td><td> 3.9.2</td></tr> 11 <tr><td>Stable tag:</td><td>1.0 </td></tr>11 <tr><td>Stable tag:</td><td>1.0.1</td></tr> 12 12 <tr><td>License:</td><td> CDDLv1.0</td></tr> 13 13 <tr><td>License URL</td><td>http://forgerock.org/projects/cddlv1-0/</td></tr> … … 81 81 <dd> 82 82 Clean some debug statements and updated the README.md 83 <dt> 84 1.0 85 <dd> 86 First release in Wordpress plugins repository 87 <dt> 88 1.0.1 89 <dd>Updated user access to use roles and not levels 83 90 </dl> -
openam-authentication/trunk/README.txt
r985024 r986438 5 5 Requires at least: 3.9 6 6 Tested up to: 3.9.2 7 Stable tag: 1.0 7 Stable tag: 1.0.1 8 8 License: CDDLv1.0 9 9 License URI: http://forgerock.org/projects/cddlv1-0/ … … 66 66 = 0.9 = 67 67 Clean some debug statements and updated the README 68 = 1.0 = 69 First release in Wordpress plugins 70 = 1.0.1 = 71 Updated user access to use roles and not levels 72 -
openam-authentication/trunk/openam-rest.php
r985024 r986438 303 303 */ 304 304 function openam_rest_plugin_menu() { 305 add_options_page('OpenAM-REST Plugin Options', 'OpenAM-REST Plugin', 8, 'openam', 'openam_rest_plugin_options');305 add_options_page('OpenAM-REST Plugin Options', 'OpenAM-REST Plugin', 'manage_options', 'openam', 'openam_rest_plugin_options'); 306 306 } 307 307
Note: See TracChangeset
for help on using the changeset viewer.