Plugin Directory

Changeset 3198055


Ignore:
Timestamp:
11/27/2024 10:41:37 AM (16 months ago)
Author:
videlin
Message:

Reverting to 1.0.5 (but working on fixing some issues)

Location:
showcase-creator/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • showcase-creator/trunk/readme.txt

    r3198052 r3198055  
    128128== Changelog ==
    129129
    130 = 1.0.6 =
    131 * Bug fixed: The Featured Image layout element does not work with a DIV tag.
    132 * Bug fixed: Lightbox does not load with post types other than posts.
    133 
    134130= 1.0.5 =
    135131* Bug fixed: Galleries are not working properly.
  • showcase-creator/trunk/showcase-creator.php

    r3198050 r3198055  
    44 * Plugin URI:      https://videlinify.com/showcase-creator/
    55 * Description:     Provides tools to display a showcase of posts (or custom post types) using a custom layout, advanced filtering and customized post order.
    6  * Version:         1.0.6
     6 * Version:         1.0.5
    77 * Requires PHP:    7.0
    88 * Author:          Videlin Djedjev
  • showcase-creator/trunk/src/class.php

    r3198050 r3198055  
    1818     * @var string $version x.x.x format
    1919     */
    20     public static string $version = '1.0.6';
     20    public static string $version = '1.0.5';
    2121   
    2222    /**
Note: See TracChangeset for help on using the changeset viewer.