Plugin Directory

Changeset 2974275


Ignore:
Timestamp:
10/03/2023 11:37:13 AM (2 years ago)
Author:
Jack Kitterhing
Message:

Update to version 1.5.91 from GitHub

Location:
kb-support
Files:
2 added
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • kb-support/tags/1.5.91/includes/admin/welcome.php

    r2832452 r2974275  
    537537        ?>
    538538        <h1 class="welcome-h1"><?php echo esc_html( get_admin_page_title() ); ?></h1>
    539         <?php $this->social_media_elements(); ?>
    540539
    541540        <style type="text/css" media="screen">
  • kb-support/tags/1.5.91/kb-support.php

    r2968800 r2974275  
    44 * Plugin URI: https://kb-support.com/
    55 * Description: The best help desk tool for WordPress. Simple yet effective. Feature rich.
    6  * Version: 1.5.90
    7  * Date: 2 February 2021
    8  * Author: WPChill
    9  * Author URI: https://wpchill.com
     6 * Version: 1.5.91
     7 * Date: 3rd October 2023
     8 * Author: WPOmnia
     9 * Author URI: https://wpomnia.com
    1010 * Text Domain: kb-support
    1111 * Domain Path: /languages
     
    3030 * @package     KBS
    3131 * @category    Core
    32  * @author      WPChill
    33  * @version     1.5.90
     32 * @author      WPOmnia
     33 * @version     1.5.91
    3434 */
    3535
  • kb-support/tags/1.5.91/readme.txt

    r2974008 r2974275  
    1 === KB Support - WordPress Help Desk ===
     1=== KB Support - WordPress Help Desk and Knowledge Base ===
    22Contributors: jack-kitterhing
    33Tags: helpdesk, help desk, ticket system, support ticket, knowledge base
     
    55Tested up to: 6.3
    66Requires PHP: 5.4
    7 Stable tag: 1.5.90
     7Stable tag: 1.5.91
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 The best help desk tool for WordPress. Simple yet effective. Feature rich.
     11The best help desk and Knowlegde Base plugin for WordPress. Simple yet effective. Feature rich.
    1212
    1313== Description ==
     
    124124== Changelog ==
    125125
     126= 1.5.91 - 03.10.2023 =
     127Updated: Removed social media follow button from welcome screen.
     128
    126129= 1.5.90 - 19.09.2023 =
    127130Fixed: Required file input validation error ( [#269](https://github.com/WPChill/kb-support/issues/269) )
  • kb-support/trunk/includes/admin/welcome.php

    r2832452 r2974275  
    537537        ?>
    538538        <h1 class="welcome-h1"><?php echo esc_html( get_admin_page_title() ); ?></h1>
    539         <?php $this->social_media_elements(); ?>
    540539
    541540        <style type="text/css" media="screen">
  • kb-support/trunk/kb-support.php

    r2968800 r2974275  
    44 * Plugin URI: https://kb-support.com/
    55 * Description: The best help desk tool for WordPress. Simple yet effective. Feature rich.
    6  * Version: 1.5.90
    7  * Date: 2 February 2021
    8  * Author: WPChill
    9  * Author URI: https://wpchill.com
     6 * Version: 1.5.91
     7 * Date: 3rd October 2023
     8 * Author: WPOmnia
     9 * Author URI: https://wpomnia.com
    1010 * Text Domain: kb-support
    1111 * Domain Path: /languages
     
    3030 * @package     KBS
    3131 * @category    Core
    32  * @author      WPChill
    33  * @version     1.5.90
     32 * @author      WPOmnia
     33 * @version     1.5.91
    3434 */
    3535
  • kb-support/trunk/readme.txt

    r2974008 r2974275  
    1 === KB Support - WordPress Help Desk ===
     1=== KB Support - WordPress Help Desk and Knowledge Base ===
    22Contributors: jack-kitterhing
    33Tags: helpdesk, help desk, ticket system, support ticket, knowledge base
     
    55Tested up to: 6.3
    66Requires PHP: 5.4
    7 Stable tag: 1.5.90
     7Stable tag: 1.5.91
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 The best help desk tool for WordPress. Simple yet effective. Feature rich.
     11The best help desk and Knowlegde Base plugin for WordPress. Simple yet effective. Feature rich.
    1212
    1313== Description ==
     
    124124== Changelog ==
    125125
     126= 1.5.91 - 03.10.2023 =
     127Updated: Removed social media follow button from welcome screen.
     128
    126129= 1.5.90 - 19.09.2023 =
    127130Fixed: Required file input validation error ( [#269](https://github.com/WPChill/kb-support/issues/269) )
Note: See TracChangeset for help on using the changeset viewer.