Plugin Directory

Changeset 2705841


Ignore:
Timestamp:
04/06/2022 03:36:24 PM (4 years ago)
Author:
jakeparis
Message:
  • Updated "tested up to" value
  • slight perm change for admin page
Location:
bestseller-lists-from-new-york-times/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bestseller-lists-from-new-york-times/trunk/index.php

    r2705840 r2705841  
    44Plugin URI:  https://jake.paris/wordpress-plugins/
    55Description: Integrate bestseller lists from the New York Times into your own site with a user-friendly interface.
    6 Version:     2.0.1
     6Version:     2.0.2
    77Requires PHP: 5.4
    88Requires at least: 4.9
    9 Tested up to: 5.9.2
     9Tested up to: 5.9.3
    1010Author:      Jake Paris
    1111Author URI:  https://jake.paris/
     
    1414*/
    1515
    16 define('BSLNYT_PLUGIN_VERSION', '2.0.1');
     16define('BSLNYT_PLUGIN_VERSION', '2.0.2');
    1717define('BSLNYT_PLUGIN_PATH', plugin_dir_path(__FILE__) );
    1818define('BSLNYT_PLUGIN_URL', plugins_url('/', __FILE__) );
     
    5353
    5454add_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' );
    5656});
    5757
  • bestseller-lists-from-new-york-times/trunk/readme.txt

    r2705840 r2705841  
    44Tags: books, library, bestsellers, libraries, reading lists
    55Requires at least: 4.9
    6 Tested up to: 5.9.2
     6Tested up to: 5.9.3
    77Stable tag: 2.0.0
    88Requires PHP: 5.4
     
    4444
    4545== Changelog ==
     46
     47= 2.0.2 =
     48
     49Updated "tested up to" value
    4650
    4751= 2.0.1 =
Note: See TracChangeset for help on using the changeset viewer.