Plugin Directory

Changeset 3226885


Ignore:
Timestamp:
01/22/2025 02:12:04 PM (15 months ago)
Author:
david.kane
Message:

Releasing v2.25.1

Location:
supapress/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • supapress/trunk/composer.json

    r3221654 r3226885  
    33    "description": "Quickly and easily connect your book metadata (ONIX) to your WordPress site.",
    44    "type": "wordpress-plugin",
    5     "version": "2.25.0",
     5    "version": "2.25.1",
    66    "authors": [
    77        {
  • supapress/trunk/includes/functions.php

    r3221654 r3226885  
    865865    };
    866866
    867     $supapress_seo_override_url = function($field) use ($supapress, $primary_format_result) {
     867    $supapress_seo_override_url = function($field) use ($supapress) {
    868868
    869869        $text_template = get_option( 'product_details_seo_canonical' );
  • supapress/trunk/readme.txt

    r3221654 r3226885  
    44Requires at least: 6.0
    55Tested up to: 6.6.2
    6 Stable tag: 2.25.0
     6Stable tag: 2.25.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3838
    3939== Changelog ==
     40
     41= 2.25.1 =
     42Release Date: Jan 2024
     43* Bug: remove unused php variable to avoid php warning
    4044
    4145= 2.25.0 =
  • supapress/trunk/supapress.php

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