Plugin Directory

Changeset 3359064


Ignore:
Timestamp:
09/10/2025 09:41:51 AM (4 months ago)
Author:
themepoints
Message:
  • Fix CSS Issues.
  • Fix PHP Bugs.
Location:
responsive-photo-gallery-wp/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • responsive-photo-gallery-wp/trunk/libs/meta-boxes/tps-photo-gallery-metaboxes.php

    r3291823 r3359064  
    8989                            </th>
    9090                            <td style="vertical-align: middle;">
    91                                 <ul>           
     91                                <ul>
    9292                                    <?php
    9393                                        $args = array(
     
    118118                            </th>
    119119                            <td style="vertical-align: middle;">
    120                                 <input type="number" name="tpsgallery_total_items" id="tpsgallery_total_items" maxlength="4" class="timezone_string" value="<?php  if ( $tpsgallery_total_items !='' ) { echo $tpsgallery_total_items; } else { echo '12'; } ?>">                                   
     120                                <input type="number" name="tpsgallery_total_items" id="tpsgallery_total_items" maxlength="4" class="timezone_string" value="<?php  if ( $tpsgallery_total_items !='' ) { echo $tpsgallery_total_items; } else { echo '12'; } ?>">
    121121                            </td>
    122122                        </tr><!-- End Display Total Items -->
     
    538538            update_post_meta( $post_id, 'tpsgallery_nav_value', 1 );
    539539        }
     540
    540541    }
    541542    add_action( 'save_post', 'tpsgallery_meta_box_save_func' );
  • responsive-photo-gallery-wp/trunk/libs/post-types/tps-photo-gallery-posttypes.php

    r3291823 r3359064  
    9898        return $columns;
    9999    }
    100    
     100
    101101    /**
    102102     * Display custom columns for the 'tp_photo_gallery' post type.
  • responsive-photo-gallery-wp/trunk/libs/shortcode/tps-photo-gallery-shortcode.php

    r3291823 r3359064  
    5050            );
    5151        }
    52        
     52
    5353    $pages_query = new WP_Query( $args );
    5454   
  • responsive-photo-gallery-wp/trunk/readme.txt

    r3291823 r3359064  
    44Tags:  gallery, grid gallery, photo gallery, image gallery, responsive image gallery ,custom photo gallery, responsive photo gallery, photo gallery WordPress, easy photo gallery,wp photo gallery, light photo gallery, Gallery Shortcode
    55Requires at least: 4.0
    6 Tested up to: 6.8.1
    7 Stable tag: 1.8
     6Tested up to: 6.8.2
     7Stable tag: 1.9
    88License: [email protected]
    99License URI: https://themepoints.com/copyright/
     
    101101== Changelog ==
    102102
     103= 1.9 =
     104* Fix CSS Issues.
     105* Fix PHP Bugs.
     106
    103107= 1.8 =
    104108* Update Options Page.
  • responsive-photo-gallery-wp/trunk/responsive-photo-gallery-wp.php

    r3291823 r3359064  
    44     * Plugin URI: https://themepoints.com/photogallery
    55     * Description: This plugin is built using pure CSS3, allowing you to create a stunning and responsive photo gallery for your website. Install it today and enjoy this fantastic feature!
    6      * Version: 1.8
     6     * Version: 1.9
    77     * Author: themepoints
    88     * Author URI: https://themepoints.com
Note: See TracChangeset for help on using the changeset viewer.