Changeset 3198055
- Timestamp:
- 11/27/2024 10:41:37 AM (16 months ago)
- Location:
- showcase-creator/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (1 diff)
-
showcase-creator.php (modified) (1 diff)
-
src/class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
showcase-creator/trunk/readme.txt
r3198052 r3198055 128 128 == Changelog == 129 129 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 134 130 = 1.0.5 = 135 131 * Bug fixed: Galleries are not working properly. -
showcase-creator/trunk/showcase-creator.php
r3198050 r3198055 4 4 * Plugin URI: https://videlinify.com/showcase-creator/ 5 5 * 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. 66 * Version: 1.0.5 7 7 * Requires PHP: 7.0 8 8 * Author: Videlin Djedjev -
showcase-creator/trunk/src/class.php
r3198050 r3198055 18 18 * @var string $version x.x.x format 19 19 */ 20 public static string $version = '1.0. 6';20 public static string $version = '1.0.5'; 21 21 22 22 /**
Note: See TracChangeset
for help on using the changeset viewer.