Plugin Directory

Changeset 3170098


Ignore:
Timestamp:
10/16/2024 11:58:33 AM (17 months ago)
Author:
codesavory
Message:

Bug fixes and improvements

Location:
basepress/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • basepress/trunk/admin/class-basepress-settings.php

    r3053072 r3170098  
    741741            echo '</div>';
    742742
    743             submit_button( esc_html__( 'Save Settings', 'basepress' ) );
     743            $attr_options = [];
     744            $other_attributes = apply_filters( 'basepress_save_settings', $attr_options );
     745            submit_button( esc_html__( 'Save Settings', 'basepress' ), 'primary', 'submit', true, $other_attributes );
    744746            echo '</form>';
    745747            echo '</div>';
  • basepress/trunk/basepress.php

    r3143329 r3170098  
    55 * Plug URI: https://basepresskb.com/
    66 * Description: The perfect Knowledge Base plugin for WordPress
    7  * Version: 2.16.3.1
     7 * Version: 2.16.3.2
    88 * Author: codeSavory
    99 * Author URI: https://basepresskb.com/
  • basepress/trunk/readme.txt

    r3143329 r3170098  
    55Requires at least: 4.5
    66Tested up to: 6.6.1
    7 Stable tag: 2.16.3.1
     7Stable tag: 2.16.3.2
    88Requires PHP: 5.7
    99License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.