Changeset 2955023
- Timestamp:
- 08/17/2023 03:43:01 PM (3 years ago)
- Location:
- bestseller-lists-from-new-york-times
- Files:
-
- 4 deleted
- 2 edited
- 11 copied
-
tags/2.2.0 (copied) (copied from bestseller-lists-from-new-york-times/trunk)
-
tags/2.2.0/admin-page.php (copied) (copied from bestseller-lists-from-new-york-times/trunk/admin-page.php)
-
tags/2.2.0/block-registration.php (deleted)
-
tags/2.2.0/blocks (copied) (copied from bestseller-lists-from-new-york-times/trunk/blocks)
-
tags/2.2.0/css (deleted)
-
tags/2.2.0/functions.php (copied) (copied from bestseller-lists-from-new-york-times/trunk/functions.php)
-
tags/2.2.0/index.php (copied) (copied from bestseller-lists-from-new-york-times/trunk/index.php) (2 diffs)
-
tags/2.2.0/js (deleted)
-
tags/2.2.0/nytBestsellerListings.class.php (copied) (copied from bestseller-lists-from-new-york-times/trunk/nytBestsellerListings.class.php)
-
tags/2.2.0/plugin_updates.php (copied) (copied from bestseller-lists-from-new-york-times/trunk/plugin_updates.php)
-
tags/2.2.0/public-assets (copied) (copied from bestseller-lists-from-new-york-times/trunk/public-assets)
-
tags/2.2.0/public-assets/build/nyt-bestseller-listings.asset.php (copied) (copied from bestseller-lists-from-new-york-times/trunk/public-assets/build/nyt-bestseller-listings.asset.php)
-
tags/2.2.0/public-assets/build/nyt-bestseller-listings.js (copied) (copied from bestseller-lists-from-new-york-times/trunk/public-assets/build/nyt-bestseller-listings.js)
-
tags/2.2.0/readme.txt (copied) (copied from bestseller-lists-from-new-york-times/trunk/readme.txt) (3 diffs)
-
tags/2.2.0/shortcodes.php (deleted)
-
trunk/index.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bestseller-lists-from-new-york-times/tags/2.2.0/index.php
r2853610 r2955023 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. 1.06 Version: 2.2.0 7 7 Requires PHP: 5.4 8 8 Requires at least: 4.9 9 Tested up to: 6. 1.09 Tested up to: 6.3.0 10 10 Author: Jake Paris 11 11 Author URI: https://jakeparis.com/ … … 14 14 */ 15 15 16 define('BSLNYT_PLUGIN_VERSION', '2. 1.0');16 define('BSLNYT_PLUGIN_VERSION', '2.2.0'); 17 17 define('BSLNYT_PLUGIN_PATH', plugin_dir_path(__FILE__) ); 18 18 define('BSLNYT_PLUGIN_URL', plugins_url('/', __FILE__) ); -
bestseller-lists-from-new-york-times/tags/2.2.0/readme.txt
r2853610 r2955023 4 4 Tags: books, library, bestsellers, libraries, reading lists 5 5 Requires at least: 4.9 6 Tested up to: 6. 0.07 Stable tag: 2. 0.26 Tested up to: 6.3.0 7 Stable tag: 2.2.0 8 8 Requires PHP: 5.4 9 9 … … 18 18 == Use == 19 19 20 = WordPress 5+ =21 20 Use the *Bestseller Lists from NYT* block. You can optionally specify which list is initially displayed. 22 21 23 = WordPress 4 = 24 Use the `[nyt-bestseller-listings]` shortcode to embed the lists in your page. You can optionally specify which list is initially displayed by using the `initial-list` attribute with the list slug as the attribute value. Get the list slug by first placing the shortcode in your page, then visiting the page and changing lists. The page url will change as the list changes, and the list slug can be seen by looking for **nyt-list=SLUG-HERE** in your browser's url bar. So for example, to place the lists on a page and set the initial list to be children's picture books, you would use: `[nyt-bestseller-listings initial-list="picture-books"]` 22 There's also a shortcode available to embed the list viewer: `[nyt-bestseller-listings]`. You can optionally specify which list is initially displayed by using the `initial-list` attribute with the list slug as the attribute value. Get the list slug by first placing the shortcode in your page, then visiting the page and changing lists. The page url will change as the list changes, and the list slug can be seen by looking for **nyt-list=SLUG-HERE** in your browser's url bar. So for example, to place the lists on a page and set the initial list to be children's picture books, you would use: `[nyt-bestseller-listings initial-list="picture-books"]` 25 23 26 To hide the images, add the following bit of css to your theme usingthe *Additional CSS* section in the Customizer: `.nyt-bestseller-listings-img { display: none; }`.24 To hide the images, add the following bit of css to your theme stylesheet or to the *Additional CSS* section in the Customizer: `.nyt-bestseller-listings-img { display: none; }`. 27 25 28 26 == Installation == … … 48 46 49 47 == Changelog == 48 49 = 2.2.0 = 50 51 Tested with WordPress 6.3 and updated the readme a bit. 50 52 51 53 = 2.1.0 = -
bestseller-lists-from-new-york-times/trunk/index.php
r2853610 r2955023 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. 1.06 Version: 2.2.0 7 7 Requires PHP: 5.4 8 8 Requires at least: 4.9 9 Tested up to: 6. 1.09 Tested up to: 6.3.0 10 10 Author: Jake Paris 11 11 Author URI: https://jakeparis.com/ … … 14 14 */ 15 15 16 define('BSLNYT_PLUGIN_VERSION', '2. 1.0');16 define('BSLNYT_PLUGIN_VERSION', '2.2.0'); 17 17 define('BSLNYT_PLUGIN_PATH', plugin_dir_path(__FILE__) ); 18 18 define('BSLNYT_PLUGIN_URL', plugins_url('/', __FILE__) ); -
bestseller-lists-from-new-york-times/trunk/readme.txt
r2853610 r2955023 4 4 Tags: books, library, bestsellers, libraries, reading lists 5 5 Requires at least: 4.9 6 Tested up to: 6. 0.07 Stable tag: 2. 0.26 Tested up to: 6.3.0 7 Stable tag: 2.2.0 8 8 Requires PHP: 5.4 9 9 … … 18 18 == Use == 19 19 20 = WordPress 5+ =21 20 Use the *Bestseller Lists from NYT* block. You can optionally specify which list is initially displayed. 22 21 23 = WordPress 4 = 24 Use the `[nyt-bestseller-listings]` shortcode to embed the lists in your page. You can optionally specify which list is initially displayed by using the `initial-list` attribute with the list slug as the attribute value. Get the list slug by first placing the shortcode in your page, then visiting the page and changing lists. The page url will change as the list changes, and the list slug can be seen by looking for **nyt-list=SLUG-HERE** in your browser's url bar. So for example, to place the lists on a page and set the initial list to be children's picture books, you would use: `[nyt-bestseller-listings initial-list="picture-books"]` 22 There's also a shortcode available to embed the list viewer: `[nyt-bestseller-listings]`. You can optionally specify which list is initially displayed by using the `initial-list` attribute with the list slug as the attribute value. Get the list slug by first placing the shortcode in your page, then visiting the page and changing lists. The page url will change as the list changes, and the list slug can be seen by looking for **nyt-list=SLUG-HERE** in your browser's url bar. So for example, to place the lists on a page and set the initial list to be children's picture books, you would use: `[nyt-bestseller-listings initial-list="picture-books"]` 25 23 26 To hide the images, add the following bit of css to your theme usingthe *Additional CSS* section in the Customizer: `.nyt-bestseller-listings-img { display: none; }`.24 To hide the images, add the following bit of css to your theme stylesheet or to the *Additional CSS* section in the Customizer: `.nyt-bestseller-listings-img { display: none; }`. 27 25 28 26 == Installation == … … 48 46 49 47 == Changelog == 48 49 = 2.2.0 = 50 51 Tested with WordPress 6.3 and updated the readme a bit. 50 52 51 53 = 2.1.0 =
Note: See TracChangeset
for help on using the changeset viewer.