Changeset 3374945
- Timestamp:
- 10/08/2025 09:40:45 AM (6 months ago)
- Location:
- supapress/trunk
- Files:
-
- 4 edited
-
composer.json (modified) (1 diff)
-
includes/widget.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
supapress.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
supapress/trunk/composer.json
r3364404 r3374945 3 3 "description": "Quickly and easily connect your book metadata (ONIX) to your WordPress site.", 4 4 "type": "wordpress-plugin", 5 "version": "2.26. 7",5 "version": "2.26.8", 6 6 "authors": [ 7 7 { -
supapress/trunk/includes/widget.php
r3364404 r3374945 532 532 } 533 533 534 if( isset( $properties['show_series'] ) && $properties['show_series'] === 'on' ) {534 if( isset( $properties['show_series'] ) && $properties['show_series'] === 'on' && empty( get_query_var('supapress_isbn') ) ) { 535 535 $params['series_data'] = '1'; 536 536 } -
supapress/trunk/readme.txt
r3364404 r3374945 3 3 Tags: supadü, supadu, folio, books, publishers, supafolio, supadu for wordpress, supapress, supafolio for wordpress 4 4 Requires at least: 6.0 5 Tested up to: 6.8. 26 Stable tag: 2.26. 75 Tested up to: 6.8.3 6 Stable tag: 2.26.8 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 38 38 39 39 == Changelog == 40 41 = 2.26.8 = 42 Release Date: Sep 2025 43 * Bug: add series_data parameter only on search 40 44 41 45 = 2.26.7 = -
supapress/trunk/supapress.php
r3364404 r3374945 7 7 * Plugin URI: https://www.supadu.com 8 8 * Description: Quickly and easily connect your book metadata (ONIX) to your WordPress site. 9 * Version: 2.26. 79 * Version: 2.26.8 10 10 * Author: Supadü 11 11 * Author URI: https://www.supadu.com … … 37 37 defined( 'ABSPATH' ) or die( 'Illegal Access!' ); 38 38 39 define( 'SUPAPRESS_VERSION', '2.26. 7' );39 define( 'SUPAPRESS_VERSION', '2.26.8' ); 40 40 41 41 define( 'SUPAPRESS_SITE_URL', get_site_url() );
Note: See TracChangeset
for help on using the changeset viewer.