Changeset 2971916
- Timestamp:
- 09/26/2023 03:47:49 PM (3 years ago)
- Location:
- bestseller-lists-from-new-york-times
- Files:
-
- 19 added
- 2 edited
-
tags/2.3.1 (added)
-
tags/2.3.1/admin-page.php (added)
-
tags/2.3.1/build (added)
-
tags/2.3.1/build/lists (added)
-
tags/2.3.1/build/lists/block.json (added)
-
tags/2.3.1/build/lists/index.asset.php (added)
-
tags/2.3.1/build/lists/index.js (added)
-
tags/2.3.1/build/lists/render.php (added)
-
tags/2.3.1/build/ui (added)
-
tags/2.3.1/build/ui/block.json (added)
-
tags/2.3.1/build/ui/public.asset.php (added)
-
tags/2.3.1/build/ui/public.css (added)
-
tags/2.3.1/build/ui/public.js (added)
-
tags/2.3.1/class-nytbestsellerlistings.php (added)
-
tags/2.3.1/functions.php (added)
-
tags/2.3.1/index.php (added)
-
tags/2.3.1/plugin-updates.php (added)
-
tags/2.3.1/readme.txt (added)
-
tags/2.3.1/screenshot-1.png (added)
-
trunk/index.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bestseller-lists-from-new-york-times/trunk/index.php
r2967544 r2971916 4 4 Plugin URI: https://jakeparis.com/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.3. 06 Version: 2.3.1 7 7 Requires PHP: 7.4 8 8 Requires at least: 5.4 … … 15 15 defined( 'ABSPATH' ) || die( 'Not allowed' ); 16 16 17 define( 'BSLNYT_PLUGIN_VERSION', '2.3. 0' );17 define( 'BSLNYT_PLUGIN_VERSION', '2.3.1' ); 18 18 define( 'BSLNYT_PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); 19 19 define( 'BSLNYT_PLUGIN_URL', plugins_url( '/', __FILE__ ) ); -
bestseller-lists-from-new-york-times/trunk/readme.txt
r2967544 r2971916 5 5 Requires at least: 5.4 6 6 Tested up to: 6.3.0 7 Stable tag: 2. 2.07 Stable tag: 2.3.1 8 8 Requires PHP: 5.4 9 9 … … 46 46 47 47 == Changelog == 48 49 = 2.3.1 = 50 51 Verion bump. 48 52 49 53 = 2.3.0 =
Note: See TracChangeset
for help on using the changeset viewer.