Plugin Directory

Changeset 3220489


Ignore:
Timestamp:
01/10/2025 11:01:15 PM (15 months ago)
Author:
Genoo
Message:

Release refs/heads/master

Location:
genoo/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • genoo/trunk/Genoo.php

    r3200068 r3220489  
    66    Author URI: http://www.genoo.com/
    77    Author Email: info@genoo.com
    8     Version: 6.0.18
     8    Version: 6.0.19
    99    License: GPLv2
    1010    Text Domain: genoo
  • genoo/trunk/libs/WPMKTENGINE/Wordpress/Widgets.php

    r1698038 r3220489  
    284284                                        } else {                            // Other
    285285                                            $position = ($widget->position < 0) ? 0 : $widget->position - 1;
    286                                             $sidebars[$sidebarKey] = ArrayObject::appendTo($sidebars[$sidebarKey], $position, $widget->widget);
     286                                            $sidebars[$sidebarKey] = ArrayObject::appendTo($sidebars[$sidebarKey], $widget->widget, $position);
    287287                                        }
    288288                                    }
  • genoo/trunk/readme.txt

    r3200068 r3220489  
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
    8 Stable tag: 6.0.18
     8Stable tag: 6.0.19
    99
    1010Combine the flexibility of WordPress with the power of Genoo and experience amazing results!
     
    7070== Changelog ==
    7171
     72= 6.0.19 =
     73* Fixed Dynamic CTA specific position placement (2-n) display issue.
     74
     75= 6.0.18 =
     76* Fixed ability to view PageBuilder list
     77* Fixed security vulnerability with shortcode processing
     78* Fixed Phone number field format on CTA Pop Ups
     79* Fixed confirmation msg display when Follow Return URL disabled on CTAs
     80
    7281= 6.0.10 =
    7382* Minor changes to rendering order of header scripts
Note: See TracChangeset for help on using the changeset viewer.