Plugin Directory

Changeset 3374945


Ignore:
Timestamp:
10/08/2025 09:40:45 AM (6 months ago)
Author:
david.kane
Message:

Releasing v2.26.8

Location:
supapress/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • supapress/trunk/composer.json

    r3364404 r3374945  
    33  "description": "Quickly and easily connect your book metadata (ONIX) to your WordPress site.",
    44  "type": "wordpress-plugin",
    5   "version": "2.26.7",
     5  "version": "2.26.8",
    66  "authors": [
    77    {
  • supapress/trunk/includes/widget.php

    r3364404 r3374945  
    532532        }
    533533
    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') ) ) {
    535535            $params['series_data'] = '1';
    536536        }
  • supapress/trunk/readme.txt

    r3364404 r3374945  
    33Tags: supadü, supadu, folio, books, publishers, supafolio, supadu for wordpress, supapress, supafolio for wordpress
    44Requires at least: 6.0
    5 Tested up to: 6.8.2
    6 Stable tag: 2.26.7
     5Tested up to: 6.8.3
     6Stable tag: 2.26.8
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3838
    3939== Changelog ==
     40
     41= 2.26.8 =
     42Release Date: Sep 2025
     43* Bug: add series_data parameter only on search
    4044
    4145= 2.26.7 =
  • supapress/trunk/supapress.php

    r3364404 r3374945  
    77 * Plugin URI: https://www.supadu.com
    88 * Description: Quickly and easily connect your book metadata (ONIX) to your WordPress site.
    9  * Version: 2.26.7
     9 * Version: 2.26.8
    1010 * Author: Supadü
    1111 * Author URI: https://www.supadu.com
     
    3737defined( 'ABSPATH' ) or die( 'Illegal Access!' );
    3838
    39 define( 'SUPAPRESS_VERSION', '2.26.7' );
     39define( 'SUPAPRESS_VERSION', '2.26.8' );
    4040
    4141define( 'SUPAPRESS_SITE_URL', get_site_url() );
Note: See TracChangeset for help on using the changeset viewer.