Plugin Directory

Changeset 1921070


Ignore:
Timestamp:
08/07/2018 03:01:45 PM (8 years ago)
Author:
8bitsinarow
Message:

Fixed post order page not showing all articles (Premium Only)
Small improvement on admin css

Location:
basepress/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • basepress/trunk/basepress.php

    r1920489 r1921070  
    55 * Plug URI: http://www.8bitsinarow.com
    66 * Description: The perfect Knowledge Base plugin for WordPress
    7  * Version: 1.8.7
     7 * Version: 1.8.8
    88 * Author: 8Bits in a row
    99 * Author URI: http://www.8bitsinarow.com
     
    7373             * @var string
    7474             */
    75             public  $ver = '1.8.7' ;
     75            public  $ver = '1.8.8' ;
    7676            /**
    7777             * Database version
  • basepress/trunk/readme.txt

    r1920489 r1921070  
    55Requires at least: 4.5
    66Tested up to: 4.9
    7 Stable tag: 1.8.7
     7Stable tag: 1.8.8
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    138138== Changelog ==
    139139
     140= 1.8.8 =
     141* Fixed post order page not showing all articles (Premium Only)
     142* Small improvement on admin css
     143
    140144= 1.8.7 =
    141145* Fixed bug for searches when the KB is in sub-page
  • basepress/trunk/style.css

    r1895260 r1921070  
    55Author URI: 8bitsinarow.com
    66Description: This is the admin theme for BasePress
    7 Version: 1.7.8
     7Version: 1.8.8
    88License: GNU General Public License v2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1616}
    1717
    18 .knowledgebase_page_products *,
    19 .knowledgebase_page_sections *,
     18.knowledgebase_page_products #wpbody-content *,
     19.knowledgebase_page_sections #wpbody-content *,
    2020.knowledgebase_page_postorder *,
    2121.basepress_page_icons-manager *{
Note: See TracChangeset for help on using the changeset viewer.