Changeset 3226885
- Timestamp:
- 01/22/2025 02:12:04 PM (15 months ago)
- Location:
- supapress/trunk
- Files:
-
- 4 edited
-
composer.json (modified) (1 diff)
-
includes/functions.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
supapress.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
supapress/trunk/composer.json
r3221654 r3226885 3 3 "description": "Quickly and easily connect your book metadata (ONIX) to your WordPress site.", 4 4 "type": "wordpress-plugin", 5 "version": "2.25. 0",5 "version": "2.25.1", 6 6 "authors": [ 7 7 { -
supapress/trunk/includes/functions.php
r3221654 r3226885 865 865 }; 866 866 867 $supapress_seo_override_url = function($field) use ($supapress , $primary_format_result) {867 $supapress_seo_override_url = function($field) use ($supapress) { 868 868 869 869 $text_template = get_option( 'product_details_seo_canonical' ); -
supapress/trunk/readme.txt
r3221654 r3226885 4 4 Requires at least: 6.0 5 5 Tested up to: 6.6.2 6 Stable tag: 2.25. 06 Stable tag: 2.25.1 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.25.1 = 42 Release Date: Jan 2024 43 * Bug: remove unused php variable to avoid php warning 40 44 41 45 = 2.25.0 = -
supapress/trunk/supapress.php
r3221654 r3226885 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.25. 09 * Version: 2.25.1 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.25. 0' );39 define( 'SUPAPRESS_VERSION', '2.25.1' ); 40 40 41 41 define( 'SUPAPRESS_SITE_URL', get_site_url() );
Note: See TracChangeset
for help on using the changeset viewer.