Changeset 1921070
- Timestamp:
- 08/07/2018 03:01:45 PM (8 years ago)
- Location:
- basepress/trunk
- Files:
-
- 3 edited
-
basepress.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
style.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
basepress/trunk/basepress.php
r1920489 r1921070 5 5 * Plug URI: http://www.8bitsinarow.com 6 6 * Description: The perfect Knowledge Base plugin for WordPress 7 * Version: 1.8. 77 * Version: 1.8.8 8 8 * Author: 8Bits in a row 9 9 * Author URI: http://www.8bitsinarow.com … … 73 73 * @var string 74 74 */ 75 public $ver = '1.8. 7' ;75 public $ver = '1.8.8' ; 76 76 /** 77 77 * Database version -
basepress/trunk/readme.txt
r1920489 r1921070 5 5 Requires at least: 4.5 6 6 Tested up to: 4.9 7 Stable tag: 1.8. 77 Stable tag: 1.8.8 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 138 138 == Changelog == 139 139 140 = 1.8.8 = 141 * Fixed post order page not showing all articles (Premium Only) 142 * Small improvement on admin css 143 140 144 = 1.8.7 = 141 145 * Fixed bug for searches when the KB is in sub-page -
basepress/trunk/style.css
r1895260 r1921070 5 5 Author URI: 8bitsinarow.com 6 6 Description: This is the admin theme for BasePress 7 Version: 1. 7.87 Version: 1.8.8 8 8 License: GNU General Public License v2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 16 16 } 17 17 18 .knowledgebase_page_products *,19 .knowledgebase_page_sections *,18 .knowledgebase_page_products #wpbody-content *, 19 .knowledgebase_page_sections #wpbody-content *, 20 20 .knowledgebase_page_postorder *, 21 21 .basepress_page_icons-manager *{
Note: See TracChangeset
for help on using the changeset viewer.