Changeset 2326970
- Timestamp:
- 06/18/2020 06:13:52 PM (6 years ago)
- Location:
- whizzy/trunk
- Files:
-
- 4 edited
-
readme.txt (modified) (1 diff)
-
views/whizzy_proof_gallery.php (modified) (1 diff)
-
whizzy-advanced.php (modified) (1 diff)
-
whizzy.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
whizzy/trunk/readme.txt
r2316640 r2326970 43 43 == Changelog == 44 44 45 = 1.1.18 = 46 * added optio for text button 47 45 48 = 1.1.17 = 46 49 * fixed Settings button which was not clickable in the previous version 47 50 48 51 = 1.1.16 = 49 * fixed bugs 52 * fixed bugs 50 53 51 54 = 1.1.15 = -
whizzy/trunk/views/whizzy_proof_gallery.php
r2312113 r2326970 37 37 <?php } ?> 38 38 39 <div id="whizzy_proof_gallery" class="gallery row gallery-columns-<?php echo esc_attr( $ columns . ' ' . $whizzy_style . ' ' . $whizzy_popup ); ?> cf js-whizzy-gallery" data-space="<?php echo esc_attr( $whizzy_space ); ?>">39 <div id="whizzy_proof_gallery" class="gallery row gallery-columns-<?php echo esc_attr( $whizzy_columns . ' ' . $whizzy_style . ' ' . $whizzy_popup ); ?> cf js-whizzy-gallery" data-space="<?php echo esc_attr( $whizzy_space ); ?>"> 40 40 <?php 41 41 $idx = 1; -
whizzy/trunk/whizzy-advanced.php
r2312113 r2326970 532 532 </div> 533 533 <div class="errors-list bg-danger hidden"></div> 534 <button type="submit" class=" btn btn-primary"><?php _e( 'Send', 'whizzy' ); ?></button>534 <button type="submit" class="aheto-btn aheto-btn--primary btn btn-primary"><?php _e( 'Send', 'whizzy' ); ?></button> 535 535 </form> 536 536 -
whizzy/trunk/whizzy.php
r2316640 r2326970 6 6 Plugin URI: https://wordpress.org/plugins/whizzy/ 7 7 Description: WordPress photo gallery plugin. 8 Version: 1.1.1 78 Version: 1.1.18 9 9 Author: UPQODE 10 10 Author URI: http://upqode.com/
Note: See TracChangeset
for help on using the changeset viewer.