Plugin Directory

Changeset 2352177


Ignore:
Timestamp:
08/04/2020 07:11:27 AM (6 years ago)
Author:
yaidier
Message:

upload version 1.15

Location:
wn-flipbox-pro
Files:
238 added
3 edited

Legend:

Unmodified
Added
Removed
  • wn-flipbox-pro/trunk/readme.txt

    r2350536 r2352177  
    7878== Changelog ==
    7979
     80= 1.15 =
     81* Delete Container Option Bug - Fixed
     82
    8083= 1.14 =
    8184* Clone Option Bug - Fixed
  • wn-flipbox-pro/trunk/templates/wn_ih_admin.php

    r2349854 r2352177  
    48854885            <div class="containers_parent">
    48864886
    4887             <form id="form_delete" action="<?php echo get_admin_url('admin.php?page=wn_save_handler');?>" method="POST">
     4887            <form id="form_delete" action="<?php echo admin_url('admin.php?page=wn_save_handler');?>" method="POST">
    48884888                   
    48894889                    <input type="hidden" name="flipbox_shortcode_submit" id="flipbox_shortcode_submit" class="container_index_submit" value="<?php echo esc_attr( $new_flipbox['shortcode']);?>">
  • wn-flipbox-pro/trunk/wp-hover-images.php

    r2349892 r2352177  
    99Description: Create eye catching and professional flipboxes effects to positively impact the user experience of your website, increase the time on page and the CTR.
    1010Author: Yaidier Perez
    11 Version: 1.14
     11Version: 1.15
    1212Author URI:
    1313License: GPLv2 or later
     
    8080    define( 'WIRENOMADS_FLIPBOX_DIR', __DIR__ );
    8181    define( 'WIRENOMADS_FLIPBOX_URL', plugin_dir_url( __FILE__ ) );
    82     define( 'WIRENOMADS_FLIPBOX_VERSION', '1.14' );
     82    define( 'WIRENOMADS_FLIPBOX_VERSION', '1.15' );
    8383    function load_elementor_widget()
    8484    {
Note: See TracChangeset for help on using the changeset viewer.