Changeset 3220489
- Timestamp:
- 01/10/2025 11:01:15 PM (15 months ago)
- Location:
- genoo/trunk
- Files:
-
- 3 edited
-
Genoo.php (modified) (1 diff)
-
libs/WPMKTENGINE/Wordpress/Widgets.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
genoo/trunk/Genoo.php
r3200068 r3220489 6 6 Author URI: http://www.genoo.com/ 7 7 Author Email: info@genoo.com 8 Version: 6.0.1 88 Version: 6.0.19 9 9 License: GPLv2 10 10 Text Domain: genoo -
genoo/trunk/libs/WPMKTENGINE/Wordpress/Widgets.php
r1698038 r3220489 284 284 } else { // Other 285 285 $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); 287 287 } 288 288 } -
genoo/trunk/readme.txt
r3200068 r3220489 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html 8 Stable tag: 6.0.1 88 Stable tag: 6.0.19 9 9 10 10 Combine the flexibility of WordPress with the power of Genoo and experience amazing results! … … 70 70 == Changelog == 71 71 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 72 81 = 6.0.10 = 73 82 * Minor changes to rendering order of header scripts
Note: See TracChangeset
for help on using the changeset viewer.