Plugin Directory

Changeset 3458587


Ignore:
Timestamp:
02/11/2026 02:15:15 AM (7 weeks ago)
Author:
simrandeep
Message:

Updated to v2.9.9

Location:
powerpack-lite-for-elementor
Files:
14 edited
1 copied

Legend:

Unmodified
Added
Removed
  • powerpack-lite-for-elementor/tags/2.9.9/changelog.txt

    r3410268 r3458587  
     1== 2.9.9 ==
     2Release date: February 11, 2026
     3* Fix: Counter - Ending number was using default value when 0 was used
     4* Fix: Fluent Forms - Fixed width issue when prefix is set
     5* Development: Tested compatibility with Elementor 3.35.0
     6
    17== 2.9.8 ==
    28Release date: December 4, 2025
  • powerpack-lite-for-elementor/tags/2.9.9/classes/class-pp-admin-settings.php

    r3104353 r3458587  
    146146
    147147        if ( current_user_can( 'manage_options' ) ) {
    148             add_submenu_page( 'elementor', $title, $title, $cap, $slug, $func );
     148            if ( version_compare( ELEMENTOR_VERSION, '3.35.0', '>=' ) ) {
     149                add_submenu_page( 'elementor-home', $title, $title, $cap, $slug, $func );
     150            } else {
     151                add_submenu_page( 'elementor', $title, $title, $cap, $slug, $func );
     152            }
    149153        }
    150154    }
  • powerpack-lite-for-elementor/tags/2.9.9/languages/powerpack.pot

    r3410268 r3458587  
    1 # Copyright (C) 2025 PowerPack Addons Team - IdeaBox Creations
     1# Copyright (C) 2026 PowerPack Addons Team - IdeaBox Creations
    22# This file is distributed under the GNU General Public License v2.0.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: PowerPack Lite for Elementor 2.9.8\n"
     5"Project-Id-Version: PowerPack Lite for Elementor 2.9.9\n"
    66"Report-Msgid-Bugs-To: "
    77"https://wordpress.org/support/plugin/powerpack-lite-for-elementor\n"
    8 "POT-Creation-Date: 2025-12-04 01:43:31+00:00\n"
     8"POT-Creation-Date: 2026-02-11 02:09:19+00:00\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "PO-Revision-Date: 2025-MO-DA HO:MI+ZONE\n"
     12"PO-Revision-Date: 2026-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    1414"Language-Team: LANGUAGE <[email protected]>\n"
     
    175175msgstr ""
    176176
    177 #: classes/class-pp-admin-settings.php:161
     177#: classes/class-pp-admin-settings.php:165
    178178msgid "Elements"
    179179msgstr ""
    180180
    181 #: classes/class-pp-admin-settings.php:168
     181#: classes/class-pp-admin-settings.php:172
    182182#: includes/admin/admin-settings-extensions.php:7
    183183msgid "Extensions"
    184184msgstr ""
    185185
    186 #: classes/class-pp-admin-settings.php:175
     186#: classes/class-pp-admin-settings.php:179
    187187#: includes/admin/admin-settings-integration.php:7
    188188msgid "Integration"
    189189msgstr ""
    190190
    191 #: classes/class-pp-admin-settings.php:212
     191#: classes/class-pp-admin-settings.php:216
    192192msgid "Setting page file could not be located."
    193193msgstr ""
    194194
    195 #: classes/class-pp-admin-settings.php:234
     195#: classes/class-pp-admin-settings.php:238
    196196msgid "You do not have permission to view this setting."
    197197msgstr ""
     
    13921392#: modules/display-conditions/module.php:374
    13931393#: modules/fluent-forms/widgets/fluent-forms.php:125
    1394 #: modules/fluent-forms/widgets/fluent-forms.php:881
     1394#: modules/fluent-forms/widgets/fluent-forms.php:882
    13951395#: modules/formidable-forms/widgets/formidable-forms.php:130
    13961396#: modules/formidable-forms/widgets/formidable-forms.php:1041
     
    15221522#: modules/display-conditions/module.php:375
    15231523#: modules/fluent-forms/widgets/fluent-forms.php:126
    1524 #: modules/fluent-forms/widgets/fluent-forms.php:882
     1524#: modules/fluent-forms/widgets/fluent-forms.php:883
    15251525#: modules/formidable-forms/widgets/formidable-forms.php:131
    15261526#: modules/formidable-forms/widgets/formidable-forms.php:1042
     
    16591659#: modules/flipbox/widgets/flipbox.php:1365
    16601660#: modules/flipbox/widgets/flipbox.php:1447
    1661 #: modules/fluent-forms/widgets/fluent-forms.php:928
    1662 #: modules/fluent-forms/widgets/fluent-forms.php:1080
     1661#: modules/fluent-forms/widgets/fluent-forms.php:929
     1662#: modules/fluent-forms/widgets/fluent-forms.php:1081
    16631663#: modules/formidable-forms/widgets/formidable-forms.php:1100
    16641664#: modules/formidable-forms/widgets/formidable-forms.php:1229
     
    18961896#: modules/fluent-forms/widgets/fluent-forms.php:458
    18971897#: modules/fluent-forms/widgets/fluent-forms.php:545
    1898 #: modules/fluent-forms/widgets/fluent-forms.php:803
    1899 #: modules/fluent-forms/widgets/fluent-forms.php:955
    1900 #: modules/fluent-forms/widgets/fluent-forms.php:1229
    1901 #: modules/fluent-forms/widgets/fluent-forms.php:1384
    1902 #: modules/fluent-forms/widgets/fluent-forms.php:1439
     1898#: modules/fluent-forms/widgets/fluent-forms.php:804
     1899#: modules/fluent-forms/widgets/fluent-forms.php:956
     1900#: modules/fluent-forms/widgets/fluent-forms.php:1230
     1901#: modules/fluent-forms/widgets/fluent-forms.php:1385
     1902#: modules/fluent-forms/widgets/fluent-forms.php:1440
    19031903#: modules/formidable-forms/widgets/formidable-forms.php:391
    19041904#: modules/formidable-forms/widgets/formidable-forms.php:440
     
    20542054#: modules/flipbox/widgets/flipbox.php:1579
    20552055#: modules/fluent-forms/widgets/fluent-forms.php:557
    2056 #: modules/fluent-forms/widgets/fluent-forms.php:754
    2057 #: modules/fluent-forms/widgets/fluent-forms.php:1242
    2058 #: modules/fluent-forms/widgets/fluent-forms.php:1472
     2056#: modules/fluent-forms/widgets/fluent-forms.php:755
     2057#: modules/fluent-forms/widgets/fluent-forms.php:1243
     2058#: modules/fluent-forms/widgets/fluent-forms.php:1473
    20592059#: modules/formidable-forms/widgets/formidable-forms.php:582
    20602060#: modules/formidable-forms/widgets/formidable-forms.php:694
     
    21732173#: modules/flipbox/widgets/flipbox.php:1592
    21742174#: modules/fluent-forms/widgets/fluent-forms.php:567
    2175 #: modules/fluent-forms/widgets/fluent-forms.php:1026
    2176 #: modules/fluent-forms/widgets/fluent-forms.php:1053
    2177 #: modules/fluent-forms/widgets/fluent-forms.php:1252
    2178 #: modules/fluent-forms/widgets/fluent-forms.php:1482
     2175#: modules/fluent-forms/widgets/fluent-forms.php:1027
     2176#: modules/fluent-forms/widgets/fluent-forms.php:1054
     2177#: modules/fluent-forms/widgets/fluent-forms.php:1253
     2178#: modules/fluent-forms/widgets/fluent-forms.php:1483
    21792179#: modules/formidable-forms/widgets/formidable-forms.php:592
    21802180#: modules/formidable-forms/widgets/formidable-forms.php:705
     
    22982298#: modules/flipbox/widgets/flipbox.php:1201
    22992299#: modules/flipbox/widgets/flipbox.php:1622
    2300 #: modules/fluent-forms/widgets/fluent-forms.php:688
    2301 #: modules/fluent-forms/widgets/fluent-forms.php:1264
     2300#: modules/fluent-forms/widgets/fluent-forms.php:689
     2301#: modules/fluent-forms/widgets/fluent-forms.php:1265
    23022302#: modules/formidable-forms/widgets/formidable-forms.php:604
    23032303#: modules/formidable-forms/widgets/formidable-forms.php:818
     
    32983298#: modules/flipbox/widgets/flipbox.php:1537
    32993299#: modules/fluent-forms/widgets/fluent-forms.php:513
    3300 #: modules/fluent-forms/widgets/fluent-forms.php:918
    3301 #: modules/fluent-forms/widgets/fluent-forms.php:1197
     3300#: modules/fluent-forms/widgets/fluent-forms.php:919
     3301#: modules/fluent-forms/widgets/fluent-forms.php:1198
    33023302#: modules/formidable-forms/widgets/formidable-forms.php:662
    33033303#: modules/formidable-forms/widgets/formidable-forms.php:1090
     
    35063506#: modules/charts/widgets/charts.php:1944
    35073507#: modules/contact-form-seven/widgets/contact-form-7.php:821
    3508 #: modules/fluent-forms/widgets/fluent-forms.php:966
     3508#: modules/fluent-forms/widgets/fluent-forms.php:967
    35093509#: modules/formidable-forms/widgets/formidable-forms.php:1126
    35103510#: modules/gravity-forms/widgets/gravity-forms.php:1299
     
    35363536#: modules/content-ticker/widgets/content-ticker.php:1898
    35373537#: modules/flipbox/widgets/flipbox.php:1725
    3538 #: modules/fluent-forms/widgets/fluent-forms.php:988
    3539 #: modules/fluent-forms/widgets/fluent-forms.php:1337
     3538#: modules/fluent-forms/widgets/fluent-forms.php:989
     3539#: modules/fluent-forms/widgets/fluent-forms.php:1338
    35403540#: modules/formidable-forms/widgets/formidable-forms.php:1148
    35413541#: modules/formidable-forms/widgets/formidable-forms.php:1478
     
    36133613#: modules/content-ticker/widgets/content-ticker.php:1867
    36143614#: modules/flipbox/widgets/flipbox.php:1685
    3615 #: modules/fluent-forms/widgets/fluent-forms.php:1306
     3615#: modules/fluent-forms/widgets/fluent-forms.php:1307
    36163616#: modules/formidable-forms/widgets/formidable-forms.php:1447
    36173617#: modules/gravity-forms/widgets/gravity-forms.php:1678
     
    37333733#: modules/fluent-forms/widgets/fluent-forms.php:446
    37343734#: modules/fluent-forms/widgets/fluent-forms.php:532
    3735 #: modules/fluent-forms/widgets/fluent-forms.php:741
    3736 #: modules/fluent-forms/widgets/fluent-forms.php:791
    3737 #: modules/fluent-forms/widgets/fluent-forms.php:849
    3738 #: modules/fluent-forms/widgets/fluent-forms.php:1204
    3739 #: modules/fluent-forms/widgets/fluent-forms.php:1313
    3740 #: modules/fluent-forms/widgets/fluent-forms.php:1368
    3741 #: modules/fluent-forms/widgets/fluent-forms.php:1447
     3735#: modules/fluent-forms/widgets/fluent-forms.php:742
     3736#: modules/fluent-forms/widgets/fluent-forms.php:792
     3737#: modules/fluent-forms/widgets/fluent-forms.php:850
     3738#: modules/fluent-forms/widgets/fluent-forms.php:1205
     3739#: modules/fluent-forms/widgets/fluent-forms.php:1314
     3740#: modules/fluent-forms/widgets/fluent-forms.php:1369
     3741#: modules/fluent-forms/widgets/fluent-forms.php:1448
    37423742#: modules/formidable-forms/widgets/formidable-forms.php:378
    37433743#: modules/formidable-forms/widgets/formidable-forms.php:427
     
    38973897#: modules/flipbox/widgets/flipbox.php:1695
    38983898#: modules/fluent-forms/widgets/fluent-forms.php:520
    3899 #: modules/fluent-forms/widgets/fluent-forms.php:729
    3900 #: modules/fluent-forms/widgets/fluent-forms.php:1216
    3901 #: modules/fluent-forms/widgets/fluent-forms.php:1325
    3902 #: modules/fluent-forms/widgets/fluent-forms.php:1459
     3899#: modules/fluent-forms/widgets/fluent-forms.php:730
     3900#: modules/fluent-forms/widgets/fluent-forms.php:1217
     3901#: modules/fluent-forms/widgets/fluent-forms.php:1326
     3902#: modules/fluent-forms/widgets/fluent-forms.php:1460
    39033903#: modules/formidable-forms/widgets/formidable-forms.php:669
    39043904#: modules/formidable-forms/widgets/formidable-forms.php:881
     
    41254125#: modules/fluent-forms/widgets/fluent-forms.php:284
    41264126#: modules/fluent-forms/widgets/fluent-forms.php:493
    4127 #: modules/fluent-forms/widgets/fluent-forms.php:1133
     4127#: modules/fluent-forms/widgets/fluent-forms.php:1134
    41284128#: modules/formidable-forms/widgets/formidable-forms.php:351
    41294129#: modules/formidable-forms/widgets/formidable-forms.php:551
     
    42404240#: modules/flipbox/widgets/flipbox.php:1414
    42414241#: modules/flipbox/widgets/flipbox.php:1511
    4242 #: modules/fluent-forms/widgets/fluent-forms.php:701
    4243 #: modules/fluent-forms/widgets/fluent-forms.php:811
     4242#: modules/fluent-forms/widgets/fluent-forms.php:702
     4243#: modules/fluent-forms/widgets/fluent-forms.php:812
    42444244#: modules/formidable-forms/widgets/formidable-forms.php:831
    42454245#: modules/formidable-forms/widgets/formidable-forms.php:967
     
    43014301#: modules/flipbox/widgets/flipbox.php:1246
    43024302#: modules/flipbox/widgets/flipbox.php:1492
    4303 #: modules/fluent-forms/widgets/fluent-forms.php:890
     4303#: modules/fluent-forms/widgets/fluent-forms.php:891
    43044304#: modules/formidable-forms/widgets/formidable-forms.php:1050
    43054305#: modules/gravity-forms/widgets/gravity-forms.php:1223
     
    43554355#: modules/content-ticker/widgets/content-ticker.php:154
    43564356#: modules/content-ticker/widgets/content-ticker.php:860
    4357 #: modules/fluent-forms/widgets/fluent-forms.php:1160
     4357#: modules/fluent-forms/widgets/fluent-forms.php:1161
    43584358#: modules/formidable-forms/widgets/formidable-forms.php:1301
    43594359#: modules/gravity-forms/widgets/gravity-forms.php:1514
     
    48114811#: modules/fluent-forms/widgets/fluent-forms.php:276
    48124812#: modules/fluent-forms/widgets/fluent-forms.php:485
    4813 #: modules/fluent-forms/widgets/fluent-forms.php:1125
     4813#: modules/fluent-forms/widgets/fluent-forms.php:1126
    48144814#: modules/formidable-forms/widgets/formidable-forms.php:343
    48154815#: modules/formidable-forms/widgets/formidable-forms.php:543
     
    48804880#: modules/fluent-forms/widgets/fluent-forms.php:280
    48814881#: modules/fluent-forms/widgets/fluent-forms.php:489
    4882 #: modules/fluent-forms/widgets/fluent-forms.php:1129
     4882#: modules/fluent-forms/widgets/fluent-forms.php:1130
    48834883#: modules/formidable-forms/widgets/formidable-forms.php:347
    48844884#: modules/formidable-forms/widgets/formidable-forms.php:547
     
    49704970#: modules/fluent-forms/widgets/fluent-forms.php:288
    49714971#: modules/fluent-forms/widgets/fluent-forms.php:497
    4972 #: modules/fluent-forms/widgets/fluent-forms.php:1137
     4972#: modules/fluent-forms/widgets/fluent-forms.php:1138
    49734973#: modules/formidable-forms/widgets/formidable-forms.php:355
    49744974#: modules/formidable-forms/widgets/formidable-forms.php:555
     
    60176017
    60186018#: modules/charts/widgets/charts.php:1643
    6019 #: modules/fluent-forms/widgets/fluent-forms.php:943
     6019#: modules/fluent-forms/widgets/fluent-forms.php:944
    60206020#: modules/formidable-forms/widgets/formidable-forms.php:1115
    60216021msgid "Label Color"
     
    60286028#: modules/charts/widgets/charts.php:1774
    60296029#: modules/contact-form-seven/widgets/contact-form-7.php:757
    6030 #: modules/fluent-forms/widgets/fluent-forms.php:879
     6030#: modules/fluent-forms/widgets/fluent-forms.php:880
    60316031#: modules/formidable-forms/widgets/formidable-forms.php:1039
    60326032#: modules/gravity-forms/widgets/gravity-forms.php:1212
     
    62166216#: modules/contact-form-seven/widgets/contact-form-7.php:1190
    62176217#: modules/fluent-forms/widgets/fluent-forms.php:192
    6218 #: modules/fluent-forms/widgets/fluent-forms.php:1360
     6218#: modules/fluent-forms/widgets/fluent-forms.php:1361
    62196219#: modules/formidable-forms/widgets/formidable-forms.php:228
    62206220#: modules/formidable-forms/widgets/formidable-forms.php:1504
     
    62866286
    62876287#: modules/contact-form-seven/widgets/contact-form-7.php:506
    6288 #: modules/fluent-forms/widgets/fluent-forms.php:650
     6288#: modules/fluent-forms/widgets/fluent-forms.php:651
    62896289#: modules/formidable-forms/widgets/formidable-forms.php:780
    62906290#: modules/gravity-forms/widgets/gravity-forms.php:663
     
    62956295
    62966296#: modules/contact-form-seven/widgets/contact-form-7.php:573
    6297 #: modules/fluent-forms/widgets/fluent-forms.php:722
     6297#: modules/fluent-forms/widgets/fluent-forms.php:723
    62986298#: modules/formidable-forms/widgets/formidable-forms.php:874
    62996299#: modules/gravity-forms/widgets/gravity-forms.php:749
     
    63056305#: modules/contact-form-seven/widgets/contact-form-7.php:692
    63066306#: modules/fluent-forms/widgets/fluent-forms.php:172
    6307 #: modules/fluent-forms/widgets/fluent-forms.php:838
     6307#: modules/fluent-forms/widgets/fluent-forms.php:839
    63086308#: modules/formidable-forms/widgets/formidable-forms.php:207
    63096309#: modules/formidable-forms/widgets/formidable-forms.php:996
     
    63226322
    63236323#: modules/contact-form-seven/widgets/contact-form-7.php:749
    6324 #: modules/fluent-forms/widgets/fluent-forms.php:871
     6324#: modules/fluent-forms/widgets/fluent-forms.php:872
    63256325#: modules/formidable-forms/widgets/formidable-forms.php:1031
    63266326#: modules/gravity-forms/widgets/gravity-forms.php:1204
     
    63316331
    63326332#: modules/contact-form-seven/widgets/contact-form-7.php:858
    6333 #: modules/fluent-forms/widgets/fluent-forms.php:1014
     6333#: modules/fluent-forms/widgets/fluent-forms.php:1015
    63346334#: modules/formidable-forms/widgets/formidable-forms.php:1163
    63356335#: modules/gravity-forms/widgets/gravity-forms.php:1336
     
    63406340
    63416341#: modules/contact-form-seven/widgets/contact-form-7.php:884
    6342 #: modules/fluent-forms/widgets/fluent-forms.php:1041
     6342#: modules/fluent-forms/widgets/fluent-forms.php:1042
    63436343#: modules/formidable-forms/widgets/formidable-forms.php:1190
    63446344#: modules/gravity-forms/widgets/gravity-forms.php:1363
     
    63496349
    63506350#: modules/contact-form-seven/widgets/contact-form-7.php:912
    6351 #: modules/fluent-forms/widgets/fluent-forms.php:1070
     6351#: modules/fluent-forms/widgets/fluent-forms.php:1071
    63526352#: modules/formidable-forms/widgets/formidable-forms.php:1219
    63536353#: modules/gravity-forms/widgets/gravity-forms.php:1392
     
    63586358
    63596359#: modules/contact-form-seven/widgets/contact-form-7.php:948
    6360 #: modules/fluent-forms/widgets/fluent-forms.php:1117
     6360#: modules/fluent-forms/widgets/fluent-forms.php:1118
    63616361#: modules/formidable-forms/widgets/formidable-forms.php:1258
    63626362#: modules/gravity-forms/widgets/gravity-forms.php:1465
     
    63746374#: modules/divider/widgets/divider.php:282
    63756375#: modules/divider/widgets/divider.php:930
    6376 #: modules/fluent-forms/widgets/fluent-forms.php:1155
     6376#: modules/fluent-forms/widgets/fluent-forms.php:1156
    63776377#: modules/formidable-forms/widgets/formidable-forms.php:1296
    63786378#: modules/formidable-forms/widgets/formidable-forms.php:1310
     
    64136413
    64146414#: modules/contact-form-seven/widgets/contact-form-7.php:990
    6415 #: modules/fluent-forms/widgets/fluent-forms.php:1159
     6415#: modules/fluent-forms/widgets/fluent-forms.php:1160
    64166416#: modules/formidable-forms/widgets/formidable-forms.php:1300
    64176417#: modules/gravity-forms/widgets/gravity-forms.php:1513
     
    64246424
    64256425#: modules/contact-form-seven/widgets/contact-form-7.php:1093
    6426 #: modules/fluent-forms/widgets/fluent-forms.php:1276
     6426#: modules/fluent-forms/widgets/fluent-forms.php:1277
    64276427#: modules/formidable-forms/widgets/formidable-forms.php:1404
    64286428#: modules/gravity-forms/widgets/gravity-forms.php:1629
     
    64846484
    64856485#: modules/contact-form-seven/widgets/contact-form-7.php:1468
    6486 #: modules/fluent-forms/widgets/fluent-forms.php:1551
     6486#: modules/fluent-forms/widgets/fluent-forms.php:1552
    64876487#: modules/formidable-forms/widgets/formidable-forms.php:1853
    64886488#: modules/gravity-forms/widgets/gravity-forms.php:2487
     
    64946494
    64956495#: modules/contact-form-seven/widgets/contact-form-7.php:1472
    6496 #: modules/fluent-forms/widgets/fluent-forms.php:1554
     6496#: modules/fluent-forms/widgets/fluent-forms.php:1555
    64976497#: modules/formidable-forms/widgets/formidable-forms.php:1857
    64986498#: modules/gravity-forms/widgets/gravity-forms.php:2491
     
    79627962msgstr ""
    79637963
    7964 #: modules/fluent-forms/widgets/fluent-forms.php:631
     7964#: modules/fluent-forms/widgets/fluent-forms.php:632
    79657965#: modules/formidable-forms/widgets/formidable-forms.php:761
    79667966#: modules/gravity-forms/widgets/gravity-forms.php:644
     
    79707970msgstr ""
    79717971
    7972 #: modules/fluent-forms/widgets/fluent-forms.php:669
     7972#: modules/fluent-forms/widgets/fluent-forms.php:670
    79737973#: modules/formidable-forms/widgets/formidable-forms.php:799
    79747974#: modules/gravity-forms/widgets/gravity-forms.php:682
     
    79787978msgstr ""
    79797979
    7980 #: modules/fluent-forms/widgets/fluent-forms.php:783
     7980#: modules/fluent-forms/widgets/fluent-forms.php:784
    79817981#: modules/formidable-forms/widgets/formidable-forms.php:939
    79827982#: modules/gravity-forms/widgets/gravity-forms.php:940
     
    79867986msgstr ""
    79877987
    7988 #: modules/fluent-forms/widgets/fluent-forms.php:1169
     7988#: modules/fluent-forms/widgets/fluent-forms.php:1170
    79897989msgid "Custom Width"
    79907990msgstr ""
    79917991
    7992 #: modules/fluent-forms/widgets/fluent-forms.php:1395
     7992#: modules/fluent-forms/widgets/fluent-forms.php:1396
    79937993#: modules/gravity-forms/widgets/gravity-forms.php:2271
    79947994#: modules/ninja-forms/widgets/ninja-forms.php:1472
     
    79977997msgstr ""
    79987998
    7999 #: modules/fluent-forms/widgets/fluent-forms.php:1407
     7999#: modules/fluent-forms/widgets/fluent-forms.php:1408
    80008000#: modules/gravity-forms/widgets/gravity-forms.php:2286
    80018001#: modules/wpforms/widgets/wpforms.php:1621
     
    80038003msgstr ""
    80048004
    8005 #: modules/fluent-forms/widgets/fluent-forms.php:1430
     8005#: modules/fluent-forms/widgets/fluent-forms.php:1431
    80068006#: modules/formidable-forms/widgets/formidable-forms.php:1708
    80078007#: modules/wpforms/widgets/wpforms.php:1645
  • powerpack-lite-for-elementor/tags/2.9.9/modules/counter/widgets/counter.php

    r3212744 r3458587  
    13961396        $settings = $this->get_settings_for_display();
    13971397
    1398         $starting_number = ( $settings['starting_number'] ) ? $settings['starting_number'] : 0;
    1399         $ending_number = ( $settings['ending_number'] ) ? $settings['ending_number'] : 250;
     1398        $starting_number = ( '' !== $settings['starting_number'] ) ? (int) $settings['starting_number'] : 0;
     1399        $ending_number = ( '' !== $settings['ending_number'] ) ? (int) $settings['ending_number'] : 250;
    14001400        $counter_speed = ( $settings['counter_speed']['size'] ) ? $settings['counter_speed']['size'] : 1500;
    14011401
  • powerpack-lite-for-elementor/tags/2.9.9/modules/fluent-forms/widgets/fluent-forms.php

    r3212744 r3458587  
    621621                ],
    622622                'selectors'         => [
    623                     '{{WRAPPER}} .pp-fluent-forms .ff-el-group input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), {{WRAPPER}} .pp-fluent-forms .ff-el-group select' => 'width: {{SIZE}}{{UNIT}}',
     623                    '{{WRAPPER}} .pp-fluent-forms .ff-el-group input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), {{WRAPPER}} .pp-fluent-forms .ff-el-group select' => 'width: {{SIZE}}{{UNIT}};',
     624                    '{{WRAPPER}} .pp-fluent-forms .fluentform .frm-fluent-form .ff-el-group .ff_input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(:first-child)' => 'width: auto;',
    624625                ],
    625626            ]
     
    15301531        if ( function_exists( 'wpFluentForm' ) ) {
    15311532            if ( ! empty( $settings['contact_form_list'] ) ) { ?>
    1532                 <div <?php echo wp_kses_post( $this->get_render_attribute_string( 'contact-form' ) ); ?>>
     1533                <div <?php $this->print_render_attribute_string( 'contact-form' ); ?>>
    15331534                    <?php if ( 'yes' === $settings['custom_title_description'] ) { ?>
    15341535                        <div class="pp-fluent-forms-heading">
  • powerpack-lite-for-elementor/tags/2.9.9/powerpack-lite-elementor.php

    r3410268 r3458587  
    44 * Plugin URI: https://powerpackelements.com
    55 * Description: Extend Elementor Page Builder with 40+ Creative Widgets and exciting extensions.
    6  * Version: 2.9.8
     6 * Version: 2.9.9
    77 * Author: PowerPack Addons Team - IdeaBox Creations
    88 * Author URI: http://ideabox.io/
     
    1111 * Text Domain: powerpack
    1212 * Domain Path: /languages
    13  * Elementor tested up to: 3.33.0
    14  * Elementor Pro tested up to: 3.33.0
     13 * Elementor tested up to: 3.35.0
     14 * Elementor Pro tested up to: 3.35.0
    1515 */
    1616
     
    2121}
    2222
    23 define( 'POWERPACK_ELEMENTS_LITE_VER', '2.9.8' );
     23define( 'POWERPACK_ELEMENTS_LITE_VER', '2.9.9' );
    2424define( 'POWERPACK_ELEMENTS_LITE_PATH', plugin_dir_path( __FILE__ ) );
    2525define( 'POWERPACK_ELEMENTS_LITE_BASE', plugin_basename( __FILE__ ) );
  • powerpack-lite-for-elementor/tags/2.9.9/readme.txt

    r3410268 r3458587  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 2.9.8
     7Stable tag: 2.9.9
    88
    99License: GPLv2 or later
     
    241241== Changelog ==
    242242
     243= 2.9.9 - February 11, 2026 =
     244*   Fix: Counter - Ending number was using default value when 0 was used
     245*   Fix: Fluent Forms - Fixed width issue when prefix is set
     246*   Development: Tested compatibility with Elementor 3.35.0
     247
     248= 2.9.9 - December 23, 2025 =
     249*   Development: Tested compatibility with Elementor 3.34.0
     250
    243251= 2.9.8 - December 4, 2025 =
    244252*   Enhancement: Updated compatibility with WordPress 6.9
  • powerpack-lite-for-elementor/trunk/changelog.txt

    r3410268 r3458587  
     1== 2.9.9 ==
     2Release date: February 11, 2026
     3* Fix: Counter - Ending number was using default value when 0 was used
     4* Fix: Fluent Forms - Fixed width issue when prefix is set
     5* Development: Tested compatibility with Elementor 3.35.0
     6
    17== 2.9.8 ==
    28Release date: December 4, 2025
  • powerpack-lite-for-elementor/trunk/classes/class-pp-admin-settings.php

    r3104353 r3458587  
    146146
    147147        if ( current_user_can( 'manage_options' ) ) {
    148             add_submenu_page( 'elementor', $title, $title, $cap, $slug, $func );
     148            if ( version_compare( ELEMENTOR_VERSION, '3.35.0', '>=' ) ) {
     149                add_submenu_page( 'elementor-home', $title, $title, $cap, $slug, $func );
     150            } else {
     151                add_submenu_page( 'elementor', $title, $title, $cap, $slug, $func );
     152            }
    149153        }
    150154    }
  • powerpack-lite-for-elementor/trunk/languages/powerpack.pot

    r3410268 r3458587  
    1 # Copyright (C) 2025 PowerPack Addons Team - IdeaBox Creations
     1# Copyright (C) 2026 PowerPack Addons Team - IdeaBox Creations
    22# This file is distributed under the GNU General Public License v2.0.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: PowerPack Lite for Elementor 2.9.8\n"
     5"Project-Id-Version: PowerPack Lite for Elementor 2.9.9\n"
    66"Report-Msgid-Bugs-To: "
    77"https://wordpress.org/support/plugin/powerpack-lite-for-elementor\n"
    8 "POT-Creation-Date: 2025-12-04 01:43:31+00:00\n"
     8"POT-Creation-Date: 2026-02-11 02:09:19+00:00\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "PO-Revision-Date: 2025-MO-DA HO:MI+ZONE\n"
     12"PO-Revision-Date: 2026-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    1414"Language-Team: LANGUAGE <[email protected]>\n"
     
    175175msgstr ""
    176176
    177 #: classes/class-pp-admin-settings.php:161
     177#: classes/class-pp-admin-settings.php:165
    178178msgid "Elements"
    179179msgstr ""
    180180
    181 #: classes/class-pp-admin-settings.php:168
     181#: classes/class-pp-admin-settings.php:172
    182182#: includes/admin/admin-settings-extensions.php:7
    183183msgid "Extensions"
    184184msgstr ""
    185185
    186 #: classes/class-pp-admin-settings.php:175
     186#: classes/class-pp-admin-settings.php:179
    187187#: includes/admin/admin-settings-integration.php:7
    188188msgid "Integration"
    189189msgstr ""
    190190
    191 #: classes/class-pp-admin-settings.php:212
     191#: classes/class-pp-admin-settings.php:216
    192192msgid "Setting page file could not be located."
    193193msgstr ""
    194194
    195 #: classes/class-pp-admin-settings.php:234
     195#: classes/class-pp-admin-settings.php:238
    196196msgid "You do not have permission to view this setting."
    197197msgstr ""
     
    13921392#: modules/display-conditions/module.php:374
    13931393#: modules/fluent-forms/widgets/fluent-forms.php:125
    1394 #: modules/fluent-forms/widgets/fluent-forms.php:881
     1394#: modules/fluent-forms/widgets/fluent-forms.php:882
    13951395#: modules/formidable-forms/widgets/formidable-forms.php:130
    13961396#: modules/formidable-forms/widgets/formidable-forms.php:1041
     
    15221522#: modules/display-conditions/module.php:375
    15231523#: modules/fluent-forms/widgets/fluent-forms.php:126
    1524 #: modules/fluent-forms/widgets/fluent-forms.php:882
     1524#: modules/fluent-forms/widgets/fluent-forms.php:883
    15251525#: modules/formidable-forms/widgets/formidable-forms.php:131
    15261526#: modules/formidable-forms/widgets/formidable-forms.php:1042
     
    16591659#: modules/flipbox/widgets/flipbox.php:1365
    16601660#: modules/flipbox/widgets/flipbox.php:1447
    1661 #: modules/fluent-forms/widgets/fluent-forms.php:928
    1662 #: modules/fluent-forms/widgets/fluent-forms.php:1080
     1661#: modules/fluent-forms/widgets/fluent-forms.php:929
     1662#: modules/fluent-forms/widgets/fluent-forms.php:1081
    16631663#: modules/formidable-forms/widgets/formidable-forms.php:1100
    16641664#: modules/formidable-forms/widgets/formidable-forms.php:1229
     
    18961896#: modules/fluent-forms/widgets/fluent-forms.php:458
    18971897#: modules/fluent-forms/widgets/fluent-forms.php:545
    1898 #: modules/fluent-forms/widgets/fluent-forms.php:803
    1899 #: modules/fluent-forms/widgets/fluent-forms.php:955
    1900 #: modules/fluent-forms/widgets/fluent-forms.php:1229
    1901 #: modules/fluent-forms/widgets/fluent-forms.php:1384
    1902 #: modules/fluent-forms/widgets/fluent-forms.php:1439
     1898#: modules/fluent-forms/widgets/fluent-forms.php:804
     1899#: modules/fluent-forms/widgets/fluent-forms.php:956
     1900#: modules/fluent-forms/widgets/fluent-forms.php:1230
     1901#: modules/fluent-forms/widgets/fluent-forms.php:1385
     1902#: modules/fluent-forms/widgets/fluent-forms.php:1440
    19031903#: modules/formidable-forms/widgets/formidable-forms.php:391
    19041904#: modules/formidable-forms/widgets/formidable-forms.php:440
     
    20542054#: modules/flipbox/widgets/flipbox.php:1579
    20552055#: modules/fluent-forms/widgets/fluent-forms.php:557
    2056 #: modules/fluent-forms/widgets/fluent-forms.php:754
    2057 #: modules/fluent-forms/widgets/fluent-forms.php:1242
    2058 #: modules/fluent-forms/widgets/fluent-forms.php:1472
     2056#: modules/fluent-forms/widgets/fluent-forms.php:755
     2057#: modules/fluent-forms/widgets/fluent-forms.php:1243
     2058#: modules/fluent-forms/widgets/fluent-forms.php:1473
    20592059#: modules/formidable-forms/widgets/formidable-forms.php:582
    20602060#: modules/formidable-forms/widgets/formidable-forms.php:694
     
    21732173#: modules/flipbox/widgets/flipbox.php:1592
    21742174#: modules/fluent-forms/widgets/fluent-forms.php:567
    2175 #: modules/fluent-forms/widgets/fluent-forms.php:1026
    2176 #: modules/fluent-forms/widgets/fluent-forms.php:1053
    2177 #: modules/fluent-forms/widgets/fluent-forms.php:1252
    2178 #: modules/fluent-forms/widgets/fluent-forms.php:1482
     2175#: modules/fluent-forms/widgets/fluent-forms.php:1027
     2176#: modules/fluent-forms/widgets/fluent-forms.php:1054
     2177#: modules/fluent-forms/widgets/fluent-forms.php:1253
     2178#: modules/fluent-forms/widgets/fluent-forms.php:1483
    21792179#: modules/formidable-forms/widgets/formidable-forms.php:592
    21802180#: modules/formidable-forms/widgets/formidable-forms.php:705
     
    22982298#: modules/flipbox/widgets/flipbox.php:1201
    22992299#: modules/flipbox/widgets/flipbox.php:1622
    2300 #: modules/fluent-forms/widgets/fluent-forms.php:688
    2301 #: modules/fluent-forms/widgets/fluent-forms.php:1264
     2300#: modules/fluent-forms/widgets/fluent-forms.php:689
     2301#: modules/fluent-forms/widgets/fluent-forms.php:1265
    23022302#: modules/formidable-forms/widgets/formidable-forms.php:604
    23032303#: modules/formidable-forms/widgets/formidable-forms.php:818
     
    32983298#: modules/flipbox/widgets/flipbox.php:1537
    32993299#: modules/fluent-forms/widgets/fluent-forms.php:513
    3300 #: modules/fluent-forms/widgets/fluent-forms.php:918
    3301 #: modules/fluent-forms/widgets/fluent-forms.php:1197
     3300#: modules/fluent-forms/widgets/fluent-forms.php:919
     3301#: modules/fluent-forms/widgets/fluent-forms.php:1198
    33023302#: modules/formidable-forms/widgets/formidable-forms.php:662
    33033303#: modules/formidable-forms/widgets/formidable-forms.php:1090
     
    35063506#: modules/charts/widgets/charts.php:1944
    35073507#: modules/contact-form-seven/widgets/contact-form-7.php:821
    3508 #: modules/fluent-forms/widgets/fluent-forms.php:966
     3508#: modules/fluent-forms/widgets/fluent-forms.php:967
    35093509#: modules/formidable-forms/widgets/formidable-forms.php:1126
    35103510#: modules/gravity-forms/widgets/gravity-forms.php:1299
     
    35363536#: modules/content-ticker/widgets/content-ticker.php:1898
    35373537#: modules/flipbox/widgets/flipbox.php:1725
    3538 #: modules/fluent-forms/widgets/fluent-forms.php:988
    3539 #: modules/fluent-forms/widgets/fluent-forms.php:1337
     3538#: modules/fluent-forms/widgets/fluent-forms.php:989
     3539#: modules/fluent-forms/widgets/fluent-forms.php:1338
    35403540#: modules/formidable-forms/widgets/formidable-forms.php:1148
    35413541#: modules/formidable-forms/widgets/formidable-forms.php:1478
     
    36133613#: modules/content-ticker/widgets/content-ticker.php:1867
    36143614#: modules/flipbox/widgets/flipbox.php:1685
    3615 #: modules/fluent-forms/widgets/fluent-forms.php:1306
     3615#: modules/fluent-forms/widgets/fluent-forms.php:1307
    36163616#: modules/formidable-forms/widgets/formidable-forms.php:1447
    36173617#: modules/gravity-forms/widgets/gravity-forms.php:1678
     
    37333733#: modules/fluent-forms/widgets/fluent-forms.php:446
    37343734#: modules/fluent-forms/widgets/fluent-forms.php:532
    3735 #: modules/fluent-forms/widgets/fluent-forms.php:741
    3736 #: modules/fluent-forms/widgets/fluent-forms.php:791
    3737 #: modules/fluent-forms/widgets/fluent-forms.php:849
    3738 #: modules/fluent-forms/widgets/fluent-forms.php:1204
    3739 #: modules/fluent-forms/widgets/fluent-forms.php:1313
    3740 #: modules/fluent-forms/widgets/fluent-forms.php:1368
    3741 #: modules/fluent-forms/widgets/fluent-forms.php:1447
     3735#: modules/fluent-forms/widgets/fluent-forms.php:742
     3736#: modules/fluent-forms/widgets/fluent-forms.php:792
     3737#: modules/fluent-forms/widgets/fluent-forms.php:850
     3738#: modules/fluent-forms/widgets/fluent-forms.php:1205
     3739#: modules/fluent-forms/widgets/fluent-forms.php:1314
     3740#: modules/fluent-forms/widgets/fluent-forms.php:1369
     3741#: modules/fluent-forms/widgets/fluent-forms.php:1448
    37423742#: modules/formidable-forms/widgets/formidable-forms.php:378
    37433743#: modules/formidable-forms/widgets/formidable-forms.php:427
     
    38973897#: modules/flipbox/widgets/flipbox.php:1695
    38983898#: modules/fluent-forms/widgets/fluent-forms.php:520
    3899 #: modules/fluent-forms/widgets/fluent-forms.php:729
    3900 #: modules/fluent-forms/widgets/fluent-forms.php:1216
    3901 #: modules/fluent-forms/widgets/fluent-forms.php:1325
    3902 #: modules/fluent-forms/widgets/fluent-forms.php:1459
     3899#: modules/fluent-forms/widgets/fluent-forms.php:730
     3900#: modules/fluent-forms/widgets/fluent-forms.php:1217
     3901#: modules/fluent-forms/widgets/fluent-forms.php:1326
     3902#: modules/fluent-forms/widgets/fluent-forms.php:1460
    39033903#: modules/formidable-forms/widgets/formidable-forms.php:669
    39043904#: modules/formidable-forms/widgets/formidable-forms.php:881
     
    41254125#: modules/fluent-forms/widgets/fluent-forms.php:284
    41264126#: modules/fluent-forms/widgets/fluent-forms.php:493
    4127 #: modules/fluent-forms/widgets/fluent-forms.php:1133
     4127#: modules/fluent-forms/widgets/fluent-forms.php:1134
    41284128#: modules/formidable-forms/widgets/formidable-forms.php:351
    41294129#: modules/formidable-forms/widgets/formidable-forms.php:551
     
    42404240#: modules/flipbox/widgets/flipbox.php:1414
    42414241#: modules/flipbox/widgets/flipbox.php:1511
    4242 #: modules/fluent-forms/widgets/fluent-forms.php:701
    4243 #: modules/fluent-forms/widgets/fluent-forms.php:811
     4242#: modules/fluent-forms/widgets/fluent-forms.php:702
     4243#: modules/fluent-forms/widgets/fluent-forms.php:812
    42444244#: modules/formidable-forms/widgets/formidable-forms.php:831
    42454245#: modules/formidable-forms/widgets/formidable-forms.php:967
     
    43014301#: modules/flipbox/widgets/flipbox.php:1246
    43024302#: modules/flipbox/widgets/flipbox.php:1492
    4303 #: modules/fluent-forms/widgets/fluent-forms.php:890
     4303#: modules/fluent-forms/widgets/fluent-forms.php:891
    43044304#: modules/formidable-forms/widgets/formidable-forms.php:1050
    43054305#: modules/gravity-forms/widgets/gravity-forms.php:1223
     
    43554355#: modules/content-ticker/widgets/content-ticker.php:154
    43564356#: modules/content-ticker/widgets/content-ticker.php:860
    4357 #: modules/fluent-forms/widgets/fluent-forms.php:1160
     4357#: modules/fluent-forms/widgets/fluent-forms.php:1161
    43584358#: modules/formidable-forms/widgets/formidable-forms.php:1301
    43594359#: modules/gravity-forms/widgets/gravity-forms.php:1514
     
    48114811#: modules/fluent-forms/widgets/fluent-forms.php:276
    48124812#: modules/fluent-forms/widgets/fluent-forms.php:485
    4813 #: modules/fluent-forms/widgets/fluent-forms.php:1125
     4813#: modules/fluent-forms/widgets/fluent-forms.php:1126
    48144814#: modules/formidable-forms/widgets/formidable-forms.php:343
    48154815#: modules/formidable-forms/widgets/formidable-forms.php:543
     
    48804880#: modules/fluent-forms/widgets/fluent-forms.php:280
    48814881#: modules/fluent-forms/widgets/fluent-forms.php:489
    4882 #: modules/fluent-forms/widgets/fluent-forms.php:1129
     4882#: modules/fluent-forms/widgets/fluent-forms.php:1130
    48834883#: modules/formidable-forms/widgets/formidable-forms.php:347
    48844884#: modules/formidable-forms/widgets/formidable-forms.php:547
     
    49704970#: modules/fluent-forms/widgets/fluent-forms.php:288
    49714971#: modules/fluent-forms/widgets/fluent-forms.php:497
    4972 #: modules/fluent-forms/widgets/fluent-forms.php:1137
     4972#: modules/fluent-forms/widgets/fluent-forms.php:1138
    49734973#: modules/formidable-forms/widgets/formidable-forms.php:355
    49744974#: modules/formidable-forms/widgets/formidable-forms.php:555
     
    60176017
    60186018#: modules/charts/widgets/charts.php:1643
    6019 #: modules/fluent-forms/widgets/fluent-forms.php:943
     6019#: modules/fluent-forms/widgets/fluent-forms.php:944
    60206020#: modules/formidable-forms/widgets/formidable-forms.php:1115
    60216021msgid "Label Color"
     
    60286028#: modules/charts/widgets/charts.php:1774
    60296029#: modules/contact-form-seven/widgets/contact-form-7.php:757
    6030 #: modules/fluent-forms/widgets/fluent-forms.php:879
     6030#: modules/fluent-forms/widgets/fluent-forms.php:880
    60316031#: modules/formidable-forms/widgets/formidable-forms.php:1039
    60326032#: modules/gravity-forms/widgets/gravity-forms.php:1212
     
    62166216#: modules/contact-form-seven/widgets/contact-form-7.php:1190
    62176217#: modules/fluent-forms/widgets/fluent-forms.php:192
    6218 #: modules/fluent-forms/widgets/fluent-forms.php:1360
     6218#: modules/fluent-forms/widgets/fluent-forms.php:1361
    62196219#: modules/formidable-forms/widgets/formidable-forms.php:228
    62206220#: modules/formidable-forms/widgets/formidable-forms.php:1504
     
    62866286
    62876287#: modules/contact-form-seven/widgets/contact-form-7.php:506
    6288 #: modules/fluent-forms/widgets/fluent-forms.php:650
     6288#: modules/fluent-forms/widgets/fluent-forms.php:651
    62896289#: modules/formidable-forms/widgets/formidable-forms.php:780
    62906290#: modules/gravity-forms/widgets/gravity-forms.php:663
     
    62956295
    62966296#: modules/contact-form-seven/widgets/contact-form-7.php:573
    6297 #: modules/fluent-forms/widgets/fluent-forms.php:722
     6297#: modules/fluent-forms/widgets/fluent-forms.php:723
    62986298#: modules/formidable-forms/widgets/formidable-forms.php:874
    62996299#: modules/gravity-forms/widgets/gravity-forms.php:749
     
    63056305#: modules/contact-form-seven/widgets/contact-form-7.php:692
    63066306#: modules/fluent-forms/widgets/fluent-forms.php:172
    6307 #: modules/fluent-forms/widgets/fluent-forms.php:838
     6307#: modules/fluent-forms/widgets/fluent-forms.php:839
    63086308#: modules/formidable-forms/widgets/formidable-forms.php:207
    63096309#: modules/formidable-forms/widgets/formidable-forms.php:996
     
    63226322
    63236323#: modules/contact-form-seven/widgets/contact-form-7.php:749
    6324 #: modules/fluent-forms/widgets/fluent-forms.php:871
     6324#: modules/fluent-forms/widgets/fluent-forms.php:872
    63256325#: modules/formidable-forms/widgets/formidable-forms.php:1031
    63266326#: modules/gravity-forms/widgets/gravity-forms.php:1204
     
    63316331
    63326332#: modules/contact-form-seven/widgets/contact-form-7.php:858
    6333 #: modules/fluent-forms/widgets/fluent-forms.php:1014
     6333#: modules/fluent-forms/widgets/fluent-forms.php:1015
    63346334#: modules/formidable-forms/widgets/formidable-forms.php:1163
    63356335#: modules/gravity-forms/widgets/gravity-forms.php:1336
     
    63406340
    63416341#: modules/contact-form-seven/widgets/contact-form-7.php:884
    6342 #: modules/fluent-forms/widgets/fluent-forms.php:1041
     6342#: modules/fluent-forms/widgets/fluent-forms.php:1042
    63436343#: modules/formidable-forms/widgets/formidable-forms.php:1190
    63446344#: modules/gravity-forms/widgets/gravity-forms.php:1363
     
    63496349
    63506350#: modules/contact-form-seven/widgets/contact-form-7.php:912
    6351 #: modules/fluent-forms/widgets/fluent-forms.php:1070
     6351#: modules/fluent-forms/widgets/fluent-forms.php:1071
    63526352#: modules/formidable-forms/widgets/formidable-forms.php:1219
    63536353#: modules/gravity-forms/widgets/gravity-forms.php:1392
     
    63586358
    63596359#: modules/contact-form-seven/widgets/contact-form-7.php:948
    6360 #: modules/fluent-forms/widgets/fluent-forms.php:1117
     6360#: modules/fluent-forms/widgets/fluent-forms.php:1118
    63616361#: modules/formidable-forms/widgets/formidable-forms.php:1258
    63626362#: modules/gravity-forms/widgets/gravity-forms.php:1465
     
    63746374#: modules/divider/widgets/divider.php:282
    63756375#: modules/divider/widgets/divider.php:930
    6376 #: modules/fluent-forms/widgets/fluent-forms.php:1155
     6376#: modules/fluent-forms/widgets/fluent-forms.php:1156
    63776377#: modules/formidable-forms/widgets/formidable-forms.php:1296
    63786378#: modules/formidable-forms/widgets/formidable-forms.php:1310
     
    64136413
    64146414#: modules/contact-form-seven/widgets/contact-form-7.php:990
    6415 #: modules/fluent-forms/widgets/fluent-forms.php:1159
     6415#: modules/fluent-forms/widgets/fluent-forms.php:1160
    64166416#: modules/formidable-forms/widgets/formidable-forms.php:1300
    64176417#: modules/gravity-forms/widgets/gravity-forms.php:1513
     
    64246424
    64256425#: modules/contact-form-seven/widgets/contact-form-7.php:1093
    6426 #: modules/fluent-forms/widgets/fluent-forms.php:1276
     6426#: modules/fluent-forms/widgets/fluent-forms.php:1277
    64276427#: modules/formidable-forms/widgets/formidable-forms.php:1404
    64286428#: modules/gravity-forms/widgets/gravity-forms.php:1629
     
    64846484
    64856485#: modules/contact-form-seven/widgets/contact-form-7.php:1468
    6486 #: modules/fluent-forms/widgets/fluent-forms.php:1551
     6486#: modules/fluent-forms/widgets/fluent-forms.php:1552
    64876487#: modules/formidable-forms/widgets/formidable-forms.php:1853
    64886488#: modules/gravity-forms/widgets/gravity-forms.php:2487
     
    64946494
    64956495#: modules/contact-form-seven/widgets/contact-form-7.php:1472
    6496 #: modules/fluent-forms/widgets/fluent-forms.php:1554
     6496#: modules/fluent-forms/widgets/fluent-forms.php:1555
    64976497#: modules/formidable-forms/widgets/formidable-forms.php:1857
    64986498#: modules/gravity-forms/widgets/gravity-forms.php:2491
     
    79627962msgstr ""
    79637963
    7964 #: modules/fluent-forms/widgets/fluent-forms.php:631
     7964#: modules/fluent-forms/widgets/fluent-forms.php:632
    79657965#: modules/formidable-forms/widgets/formidable-forms.php:761
    79667966#: modules/gravity-forms/widgets/gravity-forms.php:644
     
    79707970msgstr ""
    79717971
    7972 #: modules/fluent-forms/widgets/fluent-forms.php:669
     7972#: modules/fluent-forms/widgets/fluent-forms.php:670
    79737973#: modules/formidable-forms/widgets/formidable-forms.php:799
    79747974#: modules/gravity-forms/widgets/gravity-forms.php:682
     
    79787978msgstr ""
    79797979
    7980 #: modules/fluent-forms/widgets/fluent-forms.php:783
     7980#: modules/fluent-forms/widgets/fluent-forms.php:784
    79817981#: modules/formidable-forms/widgets/formidable-forms.php:939
    79827982#: modules/gravity-forms/widgets/gravity-forms.php:940
     
    79867986msgstr ""
    79877987
    7988 #: modules/fluent-forms/widgets/fluent-forms.php:1169
     7988#: modules/fluent-forms/widgets/fluent-forms.php:1170
    79897989msgid "Custom Width"
    79907990msgstr ""
    79917991
    7992 #: modules/fluent-forms/widgets/fluent-forms.php:1395
     7992#: modules/fluent-forms/widgets/fluent-forms.php:1396
    79937993#: modules/gravity-forms/widgets/gravity-forms.php:2271
    79947994#: modules/ninja-forms/widgets/ninja-forms.php:1472
     
    79977997msgstr ""
    79987998
    7999 #: modules/fluent-forms/widgets/fluent-forms.php:1407
     7999#: modules/fluent-forms/widgets/fluent-forms.php:1408
    80008000#: modules/gravity-forms/widgets/gravity-forms.php:2286
    80018001#: modules/wpforms/widgets/wpforms.php:1621
     
    80038003msgstr ""
    80048004
    8005 #: modules/fluent-forms/widgets/fluent-forms.php:1430
     8005#: modules/fluent-forms/widgets/fluent-forms.php:1431
    80068006#: modules/formidable-forms/widgets/formidable-forms.php:1708
    80078007#: modules/wpforms/widgets/wpforms.php:1645
  • powerpack-lite-for-elementor/trunk/modules/counter/widgets/counter.php

    r3212744 r3458587  
    13961396        $settings = $this->get_settings_for_display();
    13971397
    1398         $starting_number = ( $settings['starting_number'] ) ? $settings['starting_number'] : 0;
    1399         $ending_number = ( $settings['ending_number'] ) ? $settings['ending_number'] : 250;
     1398        $starting_number = ( '' !== $settings['starting_number'] ) ? (int) $settings['starting_number'] : 0;
     1399        $ending_number = ( '' !== $settings['ending_number'] ) ? (int) $settings['ending_number'] : 250;
    14001400        $counter_speed = ( $settings['counter_speed']['size'] ) ? $settings['counter_speed']['size'] : 1500;
    14011401
  • powerpack-lite-for-elementor/trunk/modules/fluent-forms/widgets/fluent-forms.php

    r3212744 r3458587  
    621621                ],
    622622                'selectors'         => [
    623                     '{{WRAPPER}} .pp-fluent-forms .ff-el-group input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), {{WRAPPER}} .pp-fluent-forms .ff-el-group select' => 'width: {{SIZE}}{{UNIT}}',
     623                    '{{WRAPPER}} .pp-fluent-forms .ff-el-group input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), {{WRAPPER}} .pp-fluent-forms .ff-el-group select' => 'width: {{SIZE}}{{UNIT}};',
     624                    '{{WRAPPER}} .pp-fluent-forms .fluentform .frm-fluent-form .ff-el-group .ff_input-group > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(:first-child)' => 'width: auto;',
    624625                ],
    625626            ]
     
    15301531        if ( function_exists( 'wpFluentForm' ) ) {
    15311532            if ( ! empty( $settings['contact_form_list'] ) ) { ?>
    1532                 <div <?php echo wp_kses_post( $this->get_render_attribute_string( 'contact-form' ) ); ?>>
     1533                <div <?php $this->print_render_attribute_string( 'contact-form' ); ?>>
    15331534                    <?php if ( 'yes' === $settings['custom_title_description'] ) { ?>
    15341535                        <div class="pp-fluent-forms-heading">
  • powerpack-lite-for-elementor/trunk/powerpack-lite-elementor.php

    r3410268 r3458587  
    44 * Plugin URI: https://powerpackelements.com
    55 * Description: Extend Elementor Page Builder with 40+ Creative Widgets and exciting extensions.
    6  * Version: 2.9.8
     6 * Version: 2.9.9
    77 * Author: PowerPack Addons Team - IdeaBox Creations
    88 * Author URI: http://ideabox.io/
     
    1111 * Text Domain: powerpack
    1212 * Domain Path: /languages
    13  * Elementor tested up to: 3.33.0
    14  * Elementor Pro tested up to: 3.33.0
     13 * Elementor tested up to: 3.35.0
     14 * Elementor Pro tested up to: 3.35.0
    1515 */
    1616
     
    2121}
    2222
    23 define( 'POWERPACK_ELEMENTS_LITE_VER', '2.9.8' );
     23define( 'POWERPACK_ELEMENTS_LITE_VER', '2.9.9' );
    2424define( 'POWERPACK_ELEMENTS_LITE_PATH', plugin_dir_path( __FILE__ ) );
    2525define( 'POWERPACK_ELEMENTS_LITE_BASE', plugin_basename( __FILE__ ) );
  • powerpack-lite-for-elementor/trunk/readme.txt

    r3410268 r3458587  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 2.9.8
     7Stable tag: 2.9.9
    88
    99License: GPLv2 or later
     
    241241== Changelog ==
    242242
     243= 2.9.9 - February 11, 2026 =
     244*   Fix: Counter - Ending number was using default value when 0 was used
     245*   Fix: Fluent Forms - Fixed width issue when prefix is set
     246*   Development: Tested compatibility with Elementor 3.35.0
     247
     248= 2.9.9 - December 23, 2025 =
     249*   Development: Tested compatibility with Elementor 3.34.0
     250
    243251= 2.9.8 - December 4, 2025 =
    244252*   Enhancement: Updated compatibility with WordPress 6.9
Note: See TracChangeset for help on using the changeset viewer.