Plugin Directory

Changeset 1813773


Ignore:
Timestamp:
02/01/2018 10:41:48 PM (8 years ago)
Author:
andrezrv
Message:

Preparing for 1.0.4 release

Location:
nice-portfolio/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • nice-portfolio/trunk/nice-portfolio.php

    r1774886 r1813773  
    1010 * @license   GPL-2.0+
    1111 * @link      https://nicethemes.com/product/nice-portfolio
    12  * @copyright 2016-2017 NiceThemes
     12 * @copyright 2016-2018 NiceThemes
    1313 *
    1414 * @wordpress-plugin
     
    1616 * Plugin URI:        https://nicethemes.com/product/nice-portfolio
    1717 * 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.3
     18 * Version:           1.0.4
    1919 * Author:            NiceThemes
    2020 * Author URI:        https://nicethemes.com
  • nice-portfolio/trunk/public/template-functions.php

    r1528426 r1813773  
    673673     */
    674674
    675     if ( nice_portfolio_is_single() ) {
     675    if ( ! nice_portfolio_is_single() ) {
    676676        $classes[] = 'grid';
    677677    }
  • nice-portfolio/trunk/readme.txt

    r1774886 r1813773  
    55Tested up to: 4.9
    66Requires PHP: 5.3
    7 Stable tag: 1.0.3
     7Stable tag: 1.0.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    200200== Changelog ==
    201201
     202= 1.0.4 =
     203* Fix: Filtering issues in project grids.
     204
    202205= 1.0.3 =
    203206* Improvement: Add compatibility with Nice Likes custom post columns.
Note: See TracChangeset for help on using the changeset viewer.