Make WordPress Themes

Changeset 172019


Ignore:
Timestamp:
07/19/2022 06:24:31 PM (3 years ago)
Author:
themedropbox
Message:

New version of eMart Shop - 1.0.2

Location:
emart-shop/1.0.2
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • emart-shop/1.0.2/inc/class/class-post-related.php

    r171837 r172019  
    240240           
    241241                $gallery = get_post_gallery( $post, false );
    242                 $ids     = explode( ",", $gallery['ids'] );
    243                
    244242                if( !empty($ids) ):
     243                    $ids     = explode( ",", $gallery['ids'] );
    245244                    foreach( $ids as $id ) {
    246245                   
  • emart-shop/1.0.2/readme.txt

    r171836 r172019  
    101101== Upgrade Notice  ==
    102102
     103= 1.0.2 =
     104* Theme review team feedback
     105
    103106= 1.0.0 =
    104107* initial released
  • emart-shop/1.0.2/style.css

    r171837 r172019  
    88Tested up to: 6.0.0
    99Requires PHP: 7.0
    10 Version: 1.0.1
     10Version: 1.0.2
    1111License: GPLv3 or later
    1212License URI: http://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset for help on using the changeset viewer.