Changeset 1813773
- Timestamp:
- 02/01/2018 10:41:48 PM (8 years ago)
- Location:
- nice-portfolio/trunk
- Files:
-
- 3 edited
-
nice-portfolio.php (modified) (2 diffs)
-
public/template-functions.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nice-portfolio/trunk/nice-portfolio.php
r1774886 r1813773 10 10 * @license GPL-2.0+ 11 11 * @link https://nicethemes.com/product/nice-portfolio 12 * @copyright 2016-201 7NiceThemes12 * @copyright 2016-2018 NiceThemes 13 13 * 14 14 * @wordpress-plugin … … 16 16 * Plugin URI: https://nicethemes.com/product/nice-portfolio 17 17 * Description: A great portfolio plugin to show your work to the world in a clean, responsive and beautiful way. You can show your projects in a specific page, using a shortcode, widgets or template tags. 18 * Version: 1.0. 318 * Version: 1.0.4 19 19 * Author: NiceThemes 20 20 * Author URI: https://nicethemes.com -
nice-portfolio/trunk/public/template-functions.php
r1528426 r1813773 673 673 */ 674 674 675 if ( nice_portfolio_is_single() ) {675 if ( ! nice_portfolio_is_single() ) { 676 676 $classes[] = 'grid'; 677 677 } -
nice-portfolio/trunk/readme.txt
r1774886 r1813773 5 5 Tested up to: 4.9 6 6 Requires PHP: 5.3 7 Stable tag: 1.0. 37 Stable tag: 1.0.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 200 200 == Changelog == 201 201 202 = 1.0.4 = 203 * Fix: Filtering issues in project grids. 204 202 205 = 1.0.3 = 203 206 * Improvement: Add compatibility with Nice Likes custom post columns.
Note: See TracChangeset
for help on using the changeset viewer.