Changeset 3280659
- Timestamp:
- 04/24/2025 07:43:43 AM (11 months ago)
- Location:
- supapress/trunk
- Files:
-
- 4 edited
-
composer.json (modified) (1 diff)
-
includes/typesense-functions.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
supapress.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
supapress/trunk/composer.json
r3268984 r3280659 3 3 "description": "Quickly and easily connect your book metadata (ONIX) to your WordPress site.", 4 4 "type": "wordpress-plugin", 5 "version": "2.26. 1",5 "version": "2.26.2", 6 6 "authors": [ 7 7 { -
supapress/trunk/includes/typesense-functions.php
r3268984 r3280659 1 <?php1 <?php 2 2 3 3 use Typesense\Client; -
supapress/trunk/readme.txt
r3268984 r3280659 4 4 Requires at least: 6.0 5 5 Tested up to: 6.7.2 6 Stable tag: 2.26. 16 Stable tag: 2.26.2 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.2 = 42 Release Date: Apr 2024 43 * Bug: remove whitespace in php file 40 44 41 45 = 2.26.1 = -
supapress/trunk/supapress.php
r3268984 r3280659 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. 19 * Version: 2.26.2 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. 1' );39 define( 'SUPAPRESS_VERSION', '2.26.2' ); 40 40 41 41 define( 'SUPAPRESS_SITE_URL', get_site_url() );
Note: See TracChangeset
for help on using the changeset viewer.