Plugin Directory

Changeset 2719794


Ignore:
Timestamp:
05/07/2022 08:39:37 AM (4 years ago)
Author:
divipeople
Message:

Update to version 1.2.5 from GitHub

Location:
wow-carousel-for-divi-lite
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wow-carousel-for-divi-lite/tags/1.2.5/readme.txt

    r2719790 r2719794  
    44Requires at least: 4.8
    55Tested up to: 6.0
    6 Stable tag: 1.2.4
     6Stable tag: 1.2.5
    77Requires PHP: 5.6
    88License: GPLv2
  • wow-carousel-for-divi-lite/tags/1.2.5/wow-divi-carousel-lite.php

    r2719790 r2719794  
    44Plugin URI:  https://wordpress.org/plugins/wow-carousel-for-divi-lite/
    55Description: A Divi touch enabled plugin that lets you create a beautiful responsive carousel slider.
    6 Version:     1.2.4
     6Version:     1.2.5
    77Author:      DiviPeople
    88Author URI:  https://divipeople.com/
     
    3030}
    3131
    32 define( 'WDCL_PLUGIN_VERSION', '1.2.4' );
     32define( 'WDCL_PLUGIN_VERSION', '1.2.5' );
    3333define( 'WDCL_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    3434define( 'WDCL_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
     
    6666                    'support'     => false,
    6767                    'affiliation' => false,
    68                 ),
    69 
    70                 #START_REPLACE
    71                 'secret_key'      => 'sk_4Z=&m_2dtRpS!%kO9VpR1820bF]rr',
    72                 #END_REPLACE
     68                )
    7369            ) );
    7470        }
  • wow-carousel-for-divi-lite/trunk/readme.txt

    r2719790 r2719794  
    44Requires at least: 4.8
    55Tested up to: 6.0
    6 Stable tag: 1.2.4
     6Stable tag: 1.2.5
    77Requires PHP: 5.6
    88License: GPLv2
  • wow-carousel-for-divi-lite/trunk/wow-divi-carousel-lite.php

    r2719790 r2719794  
    44Plugin URI:  https://wordpress.org/plugins/wow-carousel-for-divi-lite/
    55Description: A Divi touch enabled plugin that lets you create a beautiful responsive carousel slider.
    6 Version:     1.2.4
     6Version:     1.2.5
    77Author:      DiviPeople
    88Author URI:  https://divipeople.com/
     
    3030}
    3131
    32 define( 'WDCL_PLUGIN_VERSION', '1.2.4' );
     32define( 'WDCL_PLUGIN_VERSION', '1.2.5' );
    3333define( 'WDCL_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    3434define( 'WDCL_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
     
    6666                    'support'     => false,
    6767                    'affiliation' => false,
    68                 ),
    69 
    70                 #START_REPLACE
    71                 'secret_key'      => 'sk_4Z=&m_2dtRpS!%kO9VpR1820bF]rr',
    72                 #END_REPLACE
     68                )
    7369            ) );
    7470        }
Note: See TracChangeset for help on using the changeset viewer.