Plugin Directory

Changeset 1782988

Timestamp:
12/08/2017 12:13:24 AM (7 years ago)
Author:
codeweby
Message:

New version 1.4.1 release.

Location:
cataloggi/tags/1.4.0
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • cataloggi/tags/1.4.0/cataloggi.php

    r1782216 r1782988  
    2222 * Plugin URI:        https://codeweby.com/products/cataloggi-ecommerce-product-catalog/
    2323 * Description:       Cataloggi is an easy to use responsive eCommerce Product Catalog that is free to use for anyone.
    24  * Version:           1.4.0
     24 * Version:           1.4.
    2525 * Author:            Codeweby
    2626 * Author URI:        https://codeweby.com/products/cataloggi-ecommerce-product-catalog/
  • cataloggi/tags/1.4.0/public/shortcodes/category-boxes.php

    r1782216 r1782988  
    1111$term_id   = $queried_object->term_id;
    1212$term_name = $queried_object->name;
     13
    1314
    1415/*
     
    1617print_r($queried_object); // $queried_object
    1718echo '</pre>';
    18 exit;
    1919*/
    2020   
     
    3333   
    3434    if ( $cataloggi_thumb_img == '' ) {
    35         $thumbimg =  plugins_url( '/cataloggi/public/assets/images/no-image.jpg');
     35        //$thumbimg =  plugins_url( '/cataloggi/public/assets/images/no-image.jpg');
     36        $thumbimg = '';
    3637    } else {
    3738        $thumbimg = $cataloggi_thumb_img;
     
    4142
    4243    <li>
    43    
     44   
    4445        <div class="thumb-container">
    4546<a href="<?php echo esc_url( get_term_link( $term_id ) ); ?>" alt="<?php echo esc_attr( sprintf( __( 'View all post filed under %s', 'cataloggi' ), $term_name ) ); ?>">
     
    4748</a>
    4849        </div>
     50
    4951       
    5052        <div class="category-title">
     
    5355</a>
    5456        </div>
     57
     58
     59
     60
     61
     62
    5563       
    5664    </li>
  • cataloggi/tags/1.4.0/readme.txt

    r1782216 r1782988  
    55Requires at least: 4.5
    66Tested up to: 4.9.1
    7 Stable tag: 1.4.0
     7Stable tag: 1.4.
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    105105
    106106== Changelog ==
     107
     108
     109
     110
    107111
    108112= 1.4.0: Dec 06, 2017 =
Note: See TracChangeset for help on using the changeset viewer.