Changeset 2705841
- Timestamp:
- 04/06/2022 03:36:24 PM (4 years ago)
- Location:
- bestseller-lists-from-new-york-times/trunk
- Files:
-
- 2 edited
-
index.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bestseller-lists-from-new-york-times/trunk/index.php
r2705840 r2705841 4 4 Plugin URI: https://jake.paris/wordpress-plugins/ 5 5 Description: Integrate bestseller lists from the New York Times into your own site with a user-friendly interface. 6 Version: 2.0. 16 Version: 2.0.2 7 7 Requires PHP: 5.4 8 8 Requires at least: 4.9 9 Tested up to: 5.9. 29 Tested up to: 5.9.3 10 10 Author: Jake Paris 11 11 Author URI: https://jake.paris/ … … 14 14 */ 15 15 16 define('BSLNYT_PLUGIN_VERSION', '2.0. 1');16 define('BSLNYT_PLUGIN_VERSION', '2.0.2'); 17 17 define('BSLNYT_PLUGIN_PATH', plugin_dir_path(__FILE__) ); 18 18 define('BSLNYT_PLUGIN_URL', plugins_url('/', __FILE__) ); … … 53 53 54 54 add_action('admin_menu',function(){ 55 add_options_page( 'NYT Bestseller Lists', 'NYT Bestseller Lists', ' edit_plugins', 'nyt-bestseller-lists', 'nytBestSellerListings_adminPage' );55 add_options_page( 'NYT Bestseller Lists', 'NYT Bestseller Lists', 'activate_plugins', 'nyt-bestseller-lists', 'nytBestSellerListings_adminPage' ); 56 56 }); 57 57 -
bestseller-lists-from-new-york-times/trunk/readme.txt
r2705840 r2705841 4 4 Tags: books, library, bestsellers, libraries, reading lists 5 5 Requires at least: 4.9 6 Tested up to: 5.9. 26 Tested up to: 5.9.3 7 7 Stable tag: 2.0.0 8 8 Requires PHP: 5.4 … … 44 44 45 45 == Changelog == 46 47 = 2.0.2 = 48 49 Updated "tested up to" value 46 50 47 51 = 2.0.1 =
Note: See TracChangeset
for help on using the changeset viewer.