Changeset 3160567
- Timestamp:
- 10/01/2024 10:27:40 AM (18 months ago)
- Location:
- supapress/trunk
- Files:
-
- 3 edited
-
composer.json (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
supapress.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
supapress/trunk/composer.json
r3160511 r3160567 3 3 "description": "Quickly and easily connect your book metadata (ONIX) to your WordPress site.", 4 4 "type": "wordpress-plugin", 5 "version": "2.24. 5",5 "version": "2.24.6", 6 6 "authors": [ 7 7 { -
supapress/trunk/readme.txt
r3160511 r3160567 4 4 Requires at least: 6.0 5 5 Tested up to: 6.6.2 6 Stable tag: 2.24. 56 Stable tag: 2.24.6 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 39 39 == Changelog == 40 40 41 = 2.24. 5=41 = 2.24.6 = 42 42 Release Date: Sep 2024 43 43 * Update: Edition field added as option -
supapress/trunk/supapress.php
r3160511 r3160567 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.24. 59 * Version: 2.24.6 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.24. 5' );39 define( 'SUPAPRESS_VERSION', '2.24.6' ); 40 40 41 41 define( 'SUPAPRESS_SITE_URL', get_site_url() );
Note: See TracChangeset
for help on using the changeset viewer.