Plugin Directory

Changeset 2971916


Ignore:
Timestamp:
09/26/2023 03:47:49 PM (3 years ago)
Author:
jakeparis
Message:

Bump to version 2.3.1

Location:
bestseller-lists-from-new-york-times
Files:
19 added
2 edited

Legend:

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

    r2967544 r2971916  
    44Plugin URI:  https://jakeparis.com/wordpress-plugins/
    55Description: Integrate bestseller lists from the New York Times into your own site with a user-friendly interface.
    6 Version:     2.3.0
     6Version:     2.3.1
    77Requires PHP: 7.4
    88Requires at least: 5.4
     
    1515defined( 'ABSPATH' ) || die( 'Not allowed' );
    1616
    17 define( 'BSLNYT_PLUGIN_VERSION', '2.3.0' );
     17define( 'BSLNYT_PLUGIN_VERSION', '2.3.1' );
    1818define( 'BSLNYT_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
    1919define( 'BSLNYT_PLUGIN_URL', plugins_url( '/', __FILE__ ) );
  • bestseller-lists-from-new-york-times/trunk/readme.txt

    r2967544 r2971916  
    55Requires at least: 5.4
    66Tested up to: 6.3.0
    7 Stable tag: 2.2.0
     7Stable tag: 2.3.1
    88Requires PHP: 5.4
    99
     
    4646
    4747== Changelog ==
     48
     49= 2.3.1 =
     50
     51Verion bump.
    4852
    4953= 2.3.0 =
Note: See TracChangeset for help on using the changeset viewer.