Plugin Directory

Changeset 3160567


Ignore:
Timestamp:
10/01/2024 10:27:40 AM (18 months ago)
Author:
david.kane
Message:

Releasing v2.24.6

Location:
supapress/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • supapress/trunk/composer.json

    r3160511 r3160567  
    33    "description": "Quickly and easily connect your book metadata (ONIX) to your WordPress site.",
    44    "type": "wordpress-plugin",
    5     "version": "2.24.5",
     5    "version": "2.24.6",
    66    "authors": [
    77        {
  • supapress/trunk/readme.txt

    r3160511 r3160567  
    44Requires at least: 6.0
    55Tested up to: 6.6.2
    6 Stable tag: 2.24.5
     6Stable tag: 2.24.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3939== Changelog ==
    4040
    41 = 2.24.5 =
     41= 2.24.6 =
    4242Release Date: Sep 2024
    4343* Update: Edition field added as option
  • supapress/trunk/supapress.php

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