Plugin Directory

Changeset 3280659


Ignore:
Timestamp:
04/24/2025 07:43:43 AM (11 months ago)
Author:
david.kane
Message:

Releasing v2.26.2

Location:
supapress/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • supapress/trunk/composer.json

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

    r3268984 r3280659  
    1  <?php
     1<?php
    22
    33use Typesense\Client;
  • supapress/trunk/readme.txt

    r3268984 r3280659  
    44Requires at least: 6.0
    55Tested up to: 6.7.2
    6 Stable tag: 2.26.1
     6Stable tag: 2.26.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3838
    3939== Changelog ==
     40
     41= 2.26.2 =
     42Release Date: Apr 2024
     43* Bug: remove whitespace in php file
    4044
    4145= 2.26.1 =
  • supapress/trunk/supapress.php

    r3268984 r3280659  
    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.1
     9 * Version: 2.26.2
    1010 * Author: Supadü
    1111 * Author URI: https://www.supadu.com
     
    3737defined( 'ABSPATH' ) or die( 'Illegal Access!' );
    3838
    39 define( 'SUPAPRESS_VERSION', '2.26.1' );
     39define( 'SUPAPRESS_VERSION', '2.26.2' );
    4040
    4141define( 'SUPAPRESS_SITE_URL', get_site_url() );
Note: See TracChangeset for help on using the changeset viewer.