Plugin Directory

Changeset 3107903

Timestamp:
06/26/2024 08:22:56 AM (2 weeks ago)
Author:
tropicalista
Message:

Update to version 0.7.4 from GitHub

Location:
popper
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • popper/tags/0.7.4/includes/class-conditions.php

    r3107079 r3107903  
    379379
    380380        // Exclude dates.
    381         if ( $show && ! empty( $dates ) ) {
     381        if ( $show && ! empty( $dates ) ) {
    382382            $type = $dates[0]['type'];
    383383            $startDate = strtotime( $dates[0]['startDate'] );
  • popper/tags/0.7.4/popper.php

    r3107079 r3107903  
    44 * Plugin URI:  https://www.francescopepe.com/
    55 * Description: Popup builder with exit-intent powered by Gutenberg.
    6  * Version:     0.7.3
     6 * Version:     0.7.
    77 * Author:      Tropicalista
    88 * Author URI:  https://www.francescopepe.com
  • popper/tags/0.7.4/readme.txt

    r3107079 r3107903  
    44Requires at least: 6.5
    55Tested up to:      6.5
    6 Stable tag:        0.7.3
     6Stable tag:        0.7.
    77Requires PHP:      5.6.0
    88License:           GPL-2.0-or-later
     
    8989== Changelog ==
    9090
     91
     92
     93
    9194= 0.7.3 =
    9295* Fix date conditions
  • popper/trunk/includes/class-conditions.php

    r3107079 r3107903  
    379379
    380380        // Exclude dates.
    381         if ( $show && ! empty( $dates ) ) {
     381        if ( $show && ! empty( $dates ) ) {
    382382            $type = $dates[0]['type'];
    383383            $startDate = strtotime( $dates[0]['startDate'] );
  • popper/trunk/popper.php

    r3107079 r3107903  
    44 * Plugin URI:  https://www.francescopepe.com/
    55 * Description: Popup builder with exit-intent powered by Gutenberg.
    6  * Version:     0.7.3
     6 * Version:     0.7.
    77 * Author:      Tropicalista
    88 * Author URI:  https://www.francescopepe.com
  • popper/trunk/readme.txt

    r3107079 r3107903  
    44Requires at least: 6.5
    55Tested up to:      6.5
    6 Stable tag:        0.7.3
     6Stable tag:        0.7.
    77Requires PHP:      5.6.0
    88License:           GPL-2.0-or-later
     
    8989== Changelog ==
    9090
     91
     92
     93
    9194= 0.7.3 =
    9295* Fix date conditions
Note: See TracChangeset for help on using the changeset viewer.