Plugin Directory

Changeset 2326970


Ignore:
Timestamp:
06/18/2020 06:13:52 PM (6 years ago)
Author:
upqode
Message:

added option

Location:
whizzy/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • whizzy/trunk/readme.txt

    r2316640 r2326970  
    4343== Changelog ==
    4444
     45= 1.1.18 =
     46* added optio for text button
     47
    4548= 1.1.17 =
    4649* fixed Settings button which was not clickable in the previous version
    4750
    4851= 1.1.16 =
    49 * fixed bugs 
     52* fixed bugs
    5053
    5154= 1.1.15 =
  • whizzy/trunk/views/whizzy_proof_gallery.php

    r2312113 r2326970  
    3737<?php } ?>
    3838
    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 ); ?>">
    4040    <?php
    4141    $idx = 1;
  • whizzy/trunk/whizzy-advanced.php

    r2312113 r2326970  
    532532                        </div>
    533533                        <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>
    535535                    </form>
    536536
  • whizzy/trunk/whizzy.php

    r2316640 r2326970  
    66Plugin URI: https://wordpress.org/plugins/whizzy/
    77Description: WordPress photo gallery plugin.
    8 Version: 1.1.17
     8Version: 1.1.18
    99Author: UPQODE
    1010Author URI: http://upqode.com/
Note: See TracChangeset for help on using the changeset viewer.