Plugin Directory

Changeset 3459682


Ignore:
Timestamp:
02/12/2026 08:56:42 AM (7 weeks ago)
Author:
precisionwp
Message:

1.5.5

  • Fixed: Password Protection log not hiding properly.
  • Improved: Better performance with Ajax requests.
  • Updated: Translations template.
Location:
adminease/trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • adminease/trunk/README.txt

    r3459661 r3459682  
    44Requires at least: 5.0
    55Tested up to: 6.9
    6 Stable tag: 1.5.4
     6Stable tag: 1.5.5
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    187187== Changelog ==
    188188
     189= 1.5.5 =
     190- Fixed: Password Protection log not hiding properly.
     191- Improved: Better performance with Ajax requests.
     192
    189193= 1.5.4 =
    190194- Fixed: Password Protection issue with session.
  • adminease/trunk/adminease.php

    r3459661 r3459682  
    33 * Plugin Name: AdminEase
    44 * Description: Boosts your WordPress admin with tools for updates, security, performance, and user management - no coding required.
    5  * Version:     1.5.4
     5 * Version:     1.5.5
    66 * Author:      PrecisionWP
    77 * Author URI:  https://precisionwp.net/
     
    1515
    1616// Plugin constants.
    17 define( 'ADMINEASE_VERSION', '1.5.4' );
     17define( 'ADMINEASE_VERSION', '1.5.5' );
    1818define( 'ADMINEASE_NAME', 'AdminEase' );
    1919define( 'ADMINEASE_SLUG', 'adminease' );
  • adminease/trunk/assets/js/AdminEase.js

    r3451120 r3459682  
    712712        },
    713713        initPasswordProtectionLog: function() {
    714             if( $( '#password-protect-site-auto-load-log' ).is(':checked') ) {
     714            if( $( '#password-protect-site-enabled' ).is( ':checked' ) && $( '#password-protect-site-auto-load-log' ).is( ':checked' ) ) {
    715715                setTimeout(
    716716                    function() {
  • adminease/trunk/assets/js/AdminEaseNetworkViewer.js

    r3441652 r3459682  
    99            AdminEaseNetworkViewer.bindEvents();
    1010           
    11             if( AdminEaseNetworkViewerAjaxObj[ 'autoLoad' ] ) {
     11            if( $( '#network-viewer-enabled' ).is( ':checked' ) && AdminEaseNetworkViewerAjaxObj[ 'autoLoad' ] ) {
    1212                AdminEaseNetworkViewer.refreshConnections();
    1313            }
  • adminease/trunk/composer.json

    r3459661 r3459682  
    33    "description": "AdminEase – free version",
    44    "type": "wordpress-plugin",
    5     "version": "1.5.4",
     5    "version": "1.5.5",
    66    "require": {
    77        "php": ">=7.4",
  • adminease/trunk/languages/adminease.pot

    r3451120 r3459682  
    44"Project-Id-Version: AdminEase\n"
    55"Report-Msgid-Bugs-To: \n"
    6 "POT-Creation-Date: 2026-01-31 18:09+0000\n"
     6"POT-Creation-Date: 2026-02-12 08:56+0000\n"
    77"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    88"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    177177msgstr ""
    178178
    179 #: includes/Features/WpDebug.php:183
     179#: includes/Features/WpDebug.php:187
    180180msgid "10,000 lines (recommended)"
    181181msgstr ""
    182182
    183 #: includes/Features/WpDebug.php:185
     183#: includes/Features/WpDebug.php:189
    184184msgid "100,000 lines (slower)"
    185185msgstr ""
    186186
    187 #: includes/Features/WpDebug.php:182
     187#: includes/Features/WpDebug.php:186
    188188msgid "1000 lines (faster)"
    189189msgstr ""
     
    201201msgstr ""
    202202
    203 #: includes/Features/WpDebug.php:186
     203#: includes/Features/WpDebug.php:190
    204204msgid "250,000 lines (slowest)"
    205205msgstr ""
     
    213213msgstr ""
    214214
    215 #: includes/Features/WpDebug.php:184
     215#: includes/Features/WpDebug.php:188
    216216msgid "50,000 lines"
    217217msgstr ""
    218218
    219 #: includes/Features/WpDebug.php:187
     219#: includes/Features/WpDebug.php:191
    220220msgid "500,000 lines (hell)"
    221221msgstr ""
     
    277277msgstr ""
    278278
    279 #: includes/Features/PostsMetadataBox.php:109
     279#: includes/Features/PostsMetadataBox.php:117
    280280msgid "A-Z"
    281281msgstr ""
     
    289289msgstr ""
    290290
    291 #: includes/Features/PostsMetadataBox.php:239
     291#: includes/Features/PostsMetadataBox.php:249
    292292msgid "Actions"
    293293msgstr ""
    294294
    295 #: includes/Features/PostsMetadataBox.php:116
    296 #: includes/Features/PostsMetadataBox.php:224
    297 #: includes/Features/PostsMetadataBox.php:269
     295#: includes/Features/PostsMetadataBox.php:124
     296#: includes/Features/PostsMetadataBox.php:234
     297#: includes/Features/PostsMetadataBox.php:281
    298298msgid "Add New Metadata"
    299299msgstr ""
     
    304304msgstr ""
    305305
    306 #: includes/Features/WpDebug.php:58
     306#: includes/FileHandler.php:121 includes/FileHandler.php:134
     307msgid "AdminEase - Critical Error"
     308msgstr ""
     309
     310#: includes/Features/WpDebug.php:59
    307311msgid "AdminEase - WP Debug Auto-Disabled"
     312msgstr ""
     313
     314#: includes/FileHandler.php:133
     315msgid ""
     316"AdminEase cannot initialize the WordPress Filesystem API. Please contact "
     317"your hosting provider."
    308318msgstr ""
    309319
     
    371381#: includes/Features/TaxonomyMetaBox.php:493
    372382#: includes/Features/TaxonomyMetaBox.php:556
    373 #: includes/Features/TaxonomyMetaBox.php:608 includes/Features/WpDebug.php:260
    374 #: includes/Features/WpDebug.php:307 includes/Features/WpDebug.php:329
     383#: includes/Features/TaxonomyMetaBox.php:608 includes/Features/WpDebug.php:273
     384#: includes/Features/WpDebug.php:321 includes/Features/WpDebug.php:343
    375385#: includes/Features/PasswordProtectSite/PasswordProtectSite.php:428
    376 #: includes/Features/PasswordProtectSite/PasswordProtectSite.php:680
    377 #: includes/Features/PasswordProtectSite/PasswordProtectSite.php:708
     386#: includes/Features/PasswordProtectSite/PasswordProtectSite.php:684
     387#: includes/Features/PasswordProtectSite/PasswordProtectSite.php:712
    378388#: includes/Features/PasswordProtectSite/Themes/Classic.php:128
    379389msgid "An error occurred. Refresh the page and try again."
    380390msgstr ""
    381391
    382 #: includes/Plugin.php:221
     392#: includes/Plugin.php:229
    383393msgid "An unknown error occurred. Refresh the page and try again."
    384394msgstr ""
     
    400410msgstr ""
    401411
    402 #: includes/Features/WpDebug.php:209
     412#: includes/Features/WpDebug.php:215
    403413msgid "Are you sure you want to clear the debug log?"
    404414msgstr ""
     
    410420msgstr ""
    411421
    412 #: includes/Features/PostsMetadataBox.php:225
    413 #: includes/Features/PostsMetadataBox.php:264
     422#: includes/Features/PostsMetadataBox.php:235
     423#: includes/Features/PostsMetadataBox.php:276
    414424msgid "Are you sure you want to delete this metadata?"
    415425msgstr ""
     
    457467msgstr ""
    458468
    459 #: includes/Plugin.php:510
     469#: includes/Plugin.php:531
    460470msgid "Auto-logout user after X seconds cannot be empty"
    461471msgstr ""
     
    608618msgstr ""
    609619
    610 #: includes/Features/PostsMetadataBox.php:164
     620#: includes/Features/PostsMetadataBox.php:172
    611621msgid "Cancel"
    612622msgstr ""
     
    663673msgstr ""
    664674
    665 #: includes/Features/PostsMetadataBox.php:135
     675#: includes/Features/PostsMetadataBox.php:143
    666676msgid "Close"
    667677msgstr ""
     
    730740msgstr ""
    731741
     742#: includes/Utils.php:77
     743msgid "Coupons"
     744msgstr ""
     745
    732746#. %s is the singular name of the taxonomy
    733747#: includes/Features/TaxonomyMetaBox.php:351
     
    736750msgstr ""
    737751
    738 #: includes/Features/WpDebug.php:214
     752#: includes/Features/WpDebug.php:221
    739753msgid "Critical:"
    740754msgstr ""
     
    767781msgstr ""
    768782
    769 #: includes/Plugin.php:620
     783#: includes/Plugin.php:641
    770784msgid "Debug"
    771785msgstr ""
    772786
    773 #: includes/Features/WpDebug.php:153
     787#: includes/Features/WpDebug.php:157
    774788msgid "Debug Log Auto-Refresh Interval"
    775789msgstr ""
    776790
    777 #: includes/Features/WpDebug.php:319
     791#: includes/Features/WpDebug.php:333
    778792msgid "Debug log cleared successfully."
    779793msgstr ""
    780794
    781 #: includes/Features/WpDebug.php:347
     795#: includes/Features/WpDebug.php:361
    782796msgid "Debug log file does not exist."
    783797msgstr ""
    784798
    785 #: includes/Features/WpDebug.php:272 includes/Features/WpDebug.php:341
     799#: includes/Features/WpDebug.php:285 includes/Features/WpDebug.php:355
    786800msgid "Debug log file is not readable."
    787801msgstr ""
     
    793807msgstr ""
    794808
    795 #: includes/Features/WpDebug.php:215
     809#: includes/Features/WpDebug.php:222
    796810msgid ""
    797811"Debug log has exceeded safe limits. WP_DEBUG settings have been "
     
    799813msgstr ""
    800814
    801 #: includes/Features/WpDebug.php:210
     815#: includes/Features/WpDebug.php:216
    802816msgid "Debug log is empty."
    803817msgstr ""
     
    812826msgstr ""
    813827
    814 #: includes/Features/WpDebug.php:217
     828#. 1: file size, 2: percentage of memory limit
     829#: includes/Features/WpDebug.php:225
    815830#, php-format
    816831msgid ""
     
    819834msgstr ""
    820835
    821 #: includes/Features/WpDebug.php:179
     836#: includes/Features/WpDebug.php:183
    822837msgid "Debug Log Lines to Show"
    823838msgstr ""
     
    831846msgstr ""
    832847
    833 #: includes/Features/PostsMetadataBox.php:234
     848#: includes/Features/PostsMetadataBox.php:244
    834849msgid "Delete"
    835850msgstr ""
     
    10251040msgstr ""
    10261041
     1042#: includes/Features/PostsMetadataBox.php:243
     1043msgid "Edit"
     1044msgstr ""
     1045
     1046#: includes/Features/PostsMetadataBox.php:142
    10271047#: includes/Features/PostsMetadataBox.php:233
    1028 msgid "Edit"
    1029 msgstr ""
    1030 
    1031 #: includes/Features/PostsMetadataBox.php:134
    1032 #: includes/Features/PostsMetadataBox.php:223
    1033 #: includes/Features/PostsMetadataBox.php:270
     1048#: includes/Features/PostsMetadataBox.php:282
    10341049msgid "Edit Metadata"
    10351050msgstr ""
     
    10431058msgstr ""
    10441059
    1045 #: includes/Features/PostsMetadataBox.php:58
     1060#: includes/Features/PostsMetadataBox.php:63
    10461061msgid ""
    10471062"Enable a metadata box on post edit screens to view and manage custom fields "
     
    10931108msgstr ""
    10941109
    1095 #: includes/Features/PostsMetadataBox.php:57
     1110#: includes/Features/PostsMetadataBox.php:62
    10961111msgid "Enable Posts Metadata Box"
    10971112msgstr ""
     
    11371152msgstr ""
    11381153
    1139 #: includes/Features/WpDebug.php:140
     1154#: includes/Features/WpDebug.php:144
    11401155msgid "Enable WP Debug Display."
    11411156msgstr ""
    11421157
    1143 #: includes/Features/WpDebug.php:126
     1158#: includes/Features/WpDebug.php:130
    11441159msgid "Enable WP Debug Log."
     1160msgstr ""
     1161
     1162#: includes/Features/MaxExecutionTime.php:59
     1163msgid "Enter a positive integer or -1 for no limit."
    11451164msgstr ""
    11461165
     
    11831202msgstr ""
    11841203
    1185 #: includes/Plugin.php:237 includes/Plugin.php:299 includes/Plugin.php:327
     1204#: includes/Plugin.php:246 includes/Plugin.php:309 includes/Plugin.php:338
    11861205msgid "Error occurred. Refresh the page and try again."
    11871206msgstr ""
     
    11921211#: includes/Features/NetworkViewer.php:104
    11931212#: includes/Features/NetworkViewer.php:106
    1194 #: includes/Features/NetworkViewer.php:108 includes/Features/WpDebug.php:157
    1195 #: includes/Features/WpDebug.php:159 includes/Features/WpDebug.php:161
     1213#: includes/Features/NetworkViewer.php:108 includes/Features/WpDebug.php:161
    11961214#: includes/Features/WpDebug.php:163 includes/Features/WpDebug.php:165
     1215#: includes/Features/WpDebug.php:167 includes/Features/WpDebug.php:169
    11971216msgid "Every %d seconds"
    11981217msgstr ""
     
    12021221msgstr ""
    12031222
    1204 #: includes/Features/WpDebug.php:322
     1223#: includes/Features/WpDebug.php:336
    12051224msgid "Failed to clear debug log."
    12061225msgstr ""
     
    12111230msgstr ""
    12121231
    1213 #: includes/Features/PostsMetadataBox.php:228
    1214 #: includes/Features/PostsMetadataBox.php:266
     1232#: includes/Features/PostsMetadataBox.php:238
     1233#: includes/Features/PostsMetadataBox.php:278
    12151234msgid "Failed to delete metadata. Please try again."
    12161235msgstr ""
    12171236
    1218 #: includes/Features/WpDebug.php:219
     1237#: includes/Features/WpDebug.php:227
    12191238msgid "Failed to download debug log. Please try again."
    12201239msgstr ""
    12211240
    1222 #: includes/Features/PasswordProtectSite/PasswordProtectSite.php:649
     1241#: includes/Features/PasswordProtectSite/PasswordProtectSite.php:653
    12231242msgid "Failed to download password protection log. Please try again."
    12241243msgstr ""
    12251244
    1226 #: includes/Features/WpDebug.php:211
     1245#: includes/Features/WpDebug.php:217
    12271246msgid "Failed to get debug log. Refresh the page and try again."
    12281247msgstr ""
    12291248
    1230 #: includes/Features/PasswordProtectSite/PasswordProtectSite.php:648
     1249#: includes/Features/PasswordProtectSite/PasswordProtectSite.php:652
    12311250msgid "Failed to get password protection log. Refresh the page and try again."
    12321251msgstr ""
    12331252
    1234 #: includes/Features/PostsMetadataBox.php:226
     1253#: includes/FileHandler.php:122
     1254msgid ""
     1255"Failed to initialize WordPress Filesystem API. The plugin cannot function "
     1256"without it. Please check your file permissions and server configuration."
     1257msgstr ""
     1258
     1259#: includes/Features/PostsMetadataBox.php:236
    12351260msgid "Failed to load metadata. Please refresh the page and try again."
    12361261msgstr ""
    12371262
    1238 #: includes/Features/PostsMetadataBox.php:261
     1263#: includes/Features/PostsMetadataBox.php:273
    12391264msgid "Failed to load metadata. Please refresh the page."
    12401265msgstr ""
     
    12521277msgstr ""
    12531278
    1254 #: includes/Features/PostsMetadataBox.php:227
     1279#: includes/Features/PostsMetadataBox.php:237
    12551280msgid "Failed to save metadata. Please try again."
    12561281msgstr ""
    12571282
    1258 #: includes/Features/PostsMetadataBox.php:263
     1283#: includes/Features/PostsMetadataBox.php:275
    12591284msgid "Failed to update metadata. Please try again."
    12601285msgstr ""
     
    12741299msgstr ""
    12751300
    1276 #: includes/Features/PostsMetadataBox.php:155
     1301#: includes/Features/PostsMetadataBox.php:163
    12771302msgid "For arrays or objects, use JSON format. Example: {\"key\": \"value\"}"
    12781303msgstr ""
     
    13741399msgstr ""
    13751400
    1376 #: includes/Features/PostsMetadataBox.php:245
     1401#: includes/Features/PostsMetadataBox.php:255
    13771402msgid "Image size"
    13781403msgstr ""
    13791404
    1380 #: includes/Features/PostsMetadataBox.php:386
     1405#: includes/Features/PostsMetadataBox.php:401
    13811406msgid "Image size metadata cannot be deleted."
    13821407msgstr ""
    13831408
    1384 #: includes/Features/PostsMetadataBox.php:347
     1409#: includes/Features/PostsMetadataBox.php:361
    13851410msgid "Image size metadata cannot be edited."
    13861411msgstr ""
     
    14041429msgstr ""
    14051430
    1406 #: includes/Features/WpDebug.php:212
     1431#: includes/Features/WpDebug.php:218
    14071432msgid "Info:"
    14081433msgstr ""
     
    14121437msgstr ""
    14131438
    1414 #: includes/Features/PostsMetadataBox.php:271
     1439#: includes/Features/PostsMetadataBox.php:283
    14151440msgid "Invalid JSON format in meta value."
    14161441msgstr ""
    14171442
    1418 #: includes/Features/PostsMetadataBox.php:235
     1443#: includes/Features/PostsMetadataBox.php:245
    14191444msgid "Invalid JSON format. Please check your value."
    14201445msgstr ""
    14211446
    1422 #: includes/Features/PostsMetadataBox.php:288
    1423 #: includes/Features/PostsMetadataBox.php:338
    1424 #: includes/Features/PostsMetadataBox.php:377
     1447#: includes/Features/PostsMetadataBox.php:301
     1448#: includes/Features/PostsMetadataBox.php:352
     1449#: includes/Features/PostsMetadataBox.php:392
    14251450msgid "Invalid post or insufficient permissions."
    14261451msgstr ""
     
    14601485msgstr ""
    14611486
    1462 #: includes/Features/PostsMetadataBox.php:123
    1463 #: includes/Features/PostsMetadataBox.php:236
     1487#: includes/Features/PostsMetadataBox.php:131
     1488#: includes/Features/PostsMetadataBox.php:246
    14641489msgid "Loading metadata..."
    14651490msgstr ""
    14661491
    1467 #: includes/Plugin.php:215 partials/password-protect-site-log.php:41
     1492#: includes/Plugin.php:223 partials/password-protect-site-log.php:41
    14681493#: includes/Features/TaxonomyMetaBox.php:139
    14691494#: includes/Features/TaxonomyMetaBox.php:291
     
    15101535msgstr ""
    15111536
    1512 #: includes/Plugin.php:522
     1537#: includes/Plugin.php:497
     1538msgid "Max execution time cannot be zero"
     1539msgstr ""
     1540
     1541#: includes/Plugin.php:543
    15131542msgid "Max log entries must be less than or equal to 100000"
    15141543msgstr ""
     
    15221551msgstr ""
    15231552
    1524 #: includes/Plugin.php:469
     1553#: includes/Plugin.php:486
    15251554msgid "Maximum memory limit cannot be empty"
    15261555msgstr ""
    15271556
    1528 #: includes/Plugin.php:476
     1557#: includes/Plugin.php:493
    15291558msgid "Maximum memory limit cannot be smaller than memory limit"
    15301559msgstr ""
     
    15341563msgstr ""
    15351564
    1536 #: includes/Plugin.php:625 includes/Utils.php:82
     1565#: includes/Plugin.php:646 includes/Utils.php:82
    15371566msgid "Media"
    15381567msgstr ""
    15391568
    1540 #: includes/Plugin.php:465
     1569#: includes/Plugin.php:482
    15411570msgid "Memory limit cannot be empty"
    15421571msgstr ""
     
    15501579msgstr ""
    15511580
    1552 #: includes/Features/PostsMetadataBox.php:144
    1553 #: includes/Features/PostsMetadataBox.php:237
     1581#: includes/Features/PostsMetadataBox.php:152
     1582#: includes/Features/PostsMetadataBox.php:247
    15541583msgid "Meta Key"
    15551584msgstr ""
    15561585
    1557 #: includes/Features/PostsMetadataBox.php:231
    1558 #: includes/Features/PostsMetadataBox.php:267
    1559 #: includes/Features/PostsMetadataBox.php:342
    1560 #: includes/Features/PostsMetadataBox.php:381
     1586#: includes/Features/PostsMetadataBox.php:241
     1587#: includes/Features/PostsMetadataBox.php:279
     1588#: includes/Features/PostsMetadataBox.php:356
     1589#: includes/Features/PostsMetadataBox.php:396
    15611590msgid "Meta key is required."
    15621591msgstr ""
    15631592
    1564 #: includes/Features/PostsMetadataBox.php:151
    1565 #: includes/Features/PostsMetadataBox.php:238
     1593#: includes/Features/PostsMetadataBox.php:159
     1594#: includes/Features/PostsMetadataBox.php:248
    15661595msgid "Meta Value"
    15671596msgstr ""
    15681597
    1569 #: includes/Features/PostsMetadataBox.php:230
    1570 #: includes/Features/PostsMetadataBox.php:265
    1571 #: includes/Features/PostsMetadataBox.php:391
     1598#: includes/Features/PostsMetadataBox.php:240
     1599#: includes/Features/PostsMetadataBox.php:277
     1600#: includes/Features/PostsMetadataBox.php:406
    15721601msgid "Metadata deleted successfully."
    15731602msgstr ""
    15741603
    1575 #: includes/Features/PostsMetadataBox.php:229
     1604#: includes/Features/PostsMetadataBox.php:239
    15761605msgid "Metadata saved successfully."
    15771606msgstr ""
    15781607
    1579 #: includes/Features/PostsMetadataBox.php:262
    1580 #: includes/Features/PostsMetadataBox.php:361
     1608#: includes/Features/PostsMetadataBox.php:274
     1609#: includes/Features/PostsMetadataBox.php:375
    15811610msgid "Metadata updated successfully."
    15821611msgstr ""
     
    16541683msgstr ""
    16551684
    1656 #: includes/Plugin.php:217
     1685#: includes/Plugin.php:225
    16571686msgid "No choices to choose from"
    16581687msgstr ""
    16591688
    1660 #: includes/Plugin.php:248
     1689#: includes/Plugin.php:257
    16611690msgid "No data was provided"
    16621691msgstr ""
    16631692
    1664 #: includes/Features/PostsMetadataBox.php:232
    1665 #: includes/Features/PostsMetadataBox.php:268
     1693#: includes/Features/PostsMetadataBox.php:242
     1694#: includes/Features/PostsMetadataBox.php:280
    16661695msgid "No metadata found for this post."
    16671696msgstr ""
    16681697
    1669 #: includes/Features/PostsMetadataBox.php:244
     1698#: includes/Features/PostsMetadataBox.php:254
    16701699msgid "No metadata found matching your search."
    16711700msgstr ""
     
    16811710msgstr ""
    16821711
    1683 #: includes/Features/PasswordProtectSite/PasswordProtectSite.php:647
     1712#: includes/Features/PasswordProtectSite/PasswordProtectSite.php:651
    16841713msgid "No password protection attempts logged yet."
    16851714msgstr ""
     
    16931722msgstr ""
    16941723
    1695 #: includes/Plugin.php:216
     1724#: includes/Plugin.php:224
    16961725msgid "No results found"
    16971726msgstr ""
     
    17161745msgstr ""
    17171746
    1718 #: includes/Features/WpDebug.php:180
     1747#: includes/Features/WpDebug.php:184
    17191748msgid ""
    17201749"Number of most recent lines to display in the debug log viewer (showing "
     
    17321761msgstr ""
    17331762
    1734 #: includes/Plugin.php:484
     1763#: includes/Plugin.php:505
    17351764msgid "Number of revisions cannot be empty"
    17361765msgstr ""
    17371766
    1738 #: partials/wp-debug.php:35 includes/Features/WpDebug.php:218
     1767#: partials/wp-debug.php:35 includes/Features/WpDebug.php:226
    17391768msgid "of memory limit"
    17401769msgstr ""
     
    17441773msgstr ""
    17451774
    1746 #: includes/Plugin.php:219
     1775#: includes/Plugin.php:227
    17471776msgid "Only unique values can be added"
    17481777msgstr ""
    17491778
    1750 #: includes/Plugin.php:220
     1779#: includes/Plugin.php:228
    17511780msgid "Only values matching specific conditions can be added"
    17521781msgstr ""
     
    17581787#: includes/Features/DragAndDropOrderingTaxonomies.php:55
    17591788msgid "Order Taxonomies using Drag and Drop"
     1789msgstr ""
     1790
     1791#: includes/Utils.php:78
     1792msgid "Orders"
    17601793msgstr ""
    17611794
     
    17831816msgstr ""
    17841817
     1818#: includes/Utils.php:68
     1819msgid "Pages"
     1820msgstr ""
     1821
    17851822#: partials/password-protect-site-log.php:33
    17861823msgid "Password Hash"
    17871824msgstr ""
    17881825
    1789 #: includes/Plugin.php:506
     1826#: includes/Plugin.php:527
    17901827msgid "Password maximum length must be smaller than 64 characters."
    17911828msgstr ""
    17921829
    1793 #: includes/Plugin.php:496
     1830#: includes/Plugin.php:517
    17941831msgid "Password minimum length must be larger than 8 characters."
    17951832msgstr ""
     
    18381875msgstr ""
    18391876
    1840 #: includes/Plugin.php:600
     1877#: includes/Plugin.php:621
    18411878msgid "Performance"
    18421879msgstr ""
     
    18591896msgstr ""
    18601897
    1861 #: includes/Plugin.php:455
     1898#: includes/Plugin.php:472
    18621899msgid "Please enter a valid email address for recovery mode notifications."
    18631900msgstr ""
    18641901
    1865 #: includes/Plugin.php:450
     1902#: includes/Plugin.php:466
    18661903msgid "Please enter valid email addresses for recovery mode notifications."
    18671904msgstr ""
    18681905
    1869 #: includes/Features/PostsMetadataBox.php:91
     1906#: includes/Features/PostsMetadataBox.php:99
    18701907msgid "Please save this post first to manage metadata."
    18711908msgstr ""
     
    18901927msgstr ""
    18911928
    1892 #: includes/Features/PostsMetadataBox.php:72
     1929#: includes/Features/PostsMetadataBox.php:78
    18931930msgid "Post Metadata"
    18941931msgstr ""
    18951932
    18961933#: includes/Features/DragAndDropOrdering.php:133
    1897 #: includes/Features/DragAndDropOrderingPosts.php:124
     1934#: includes/Features/DragAndDropOrderingPosts.php:122
    18981935msgid "Post order updated successfully."
    18991936msgstr ""
     
    19031940msgstr ""
    19041941
    1905 #: includes/Plugin.php:605
     1942#: includes/Plugin.php:626 includes/Utils.php:67
    19061943msgid "Posts"
    19071944msgstr ""
     
    19111948msgstr ""
    19121949
    1913 #: includes/Plugin.php:218
     1950#: includes/Plugin.php:226
    19141951msgid "Press to select"
    19151952msgstr ""
     
    19401977msgstr ""
    19411978
    1942 #: includes/Features/PostsMetadataBox.php:240
     1979#: includes/Utils.php:72 includes/Utils.php:76
     1980msgid "Products"
     1981msgstr ""
     1982
     1983#: includes/Features/PostsMetadataBox.php:250
    19431984msgid "Protected meta key"
    19441985msgstr ""
     
    20782119msgstr ""
    20792120
    2080 #: includes/Features/PostsMetadataBox.php:167
     2121#: includes/Features/PostsMetadataBox.php:175
    20812122msgid "Save Changes"
    20822123msgstr ""
     
    20902131msgstr ""
    20912132
    2092 #: includes/Features/PostsMetadataBox.php:102
     2133#: includes/Features/PostsMetadataBox.php:110
    20932134msgid "Search metadata"
    20942135msgstr ""
    20952136
    2096 #: includes/Features/PostsMetadataBox.php:104
    2097 #: includes/Features/PostsMetadataBox.php:241
     2137#: includes/Features/PostsMetadataBox.php:112
     2138#: includes/Features/PostsMetadataBox.php:251
    20982139msgid "Search metadata..."
    20992140msgstr ""
     
    21132154msgstr ""
    21142155
    2115 #: includes/Plugin.php:595
     2156#: includes/Plugin.php:616
    21162157msgid "Security"
    21172158msgstr ""
    21182159
    2119 #: includes/Features/PostsMetadataBox.php:282
    2120 #: includes/Features/PostsMetadataBox.php:329
    2121 #: includes/Features/PostsMetadataBox.php:370
     2160#: includes/Features/PostsMetadataBox.php:295
     2161#: includes/Features/PostsMetadataBox.php:343
     2162#: includes/Features/PostsMetadataBox.php:385
    21222163msgid "Security check failed."
    21232164msgstr ""
    21242165
    2125 #: includes/Features/DragAndDropOrderingPosts.php:202
     2166#: includes/Features/DragAndDropOrderingPosts.php:200
    21262167#: includes/Features/BulkDeletePosts.php:286
    21272168#: includes/Features/BulkDeletePosts.php:351
     
    21552196msgstr ""
    21562197
    2157 #: includes/Plugin.php:214
     2198#: includes/Plugin.php:222
    21582199msgid "Select countries"
    21592200msgstr ""
     
    22432284msgstr ""
    22442285
    2245 #: includes/Features/WpDebug.php:154
     2286#: includes/Features/WpDebug.php:158
    22462287msgid "Set the interval for auto-refreshing the debug log viewer."
    22472288msgstr ""
     
    22672308"Sets the maximum time (in seconds) a PHP script can run before timing out. "
    22682309"This is essential for resource-intensive operations like imports, exports, "
    2269 "and database migrations. Default is typically 30 seconds, which may be "
    2270 "insufficient for complex tasks.<br><br><strong>⚠️ Shared Hosting Limitation:"
    2271 "</strong> This setting configures PHP-level timeouts via <code>.user."
    2272 "ini</code>, <code>wp-config.php</code>, and <code>.htaccess</code>. However, "
    2273 "<strong>many shared hosting providers enforce server-level timeout "
    2274 "limits</strong> (commonly 120 seconds) that cannot be overridden without "
    2275 "upgrading to VPS or dedicated hosting. If long-running operations still "
    2276 "timeout after configuring this setting, contact your hosting provider to "
    2277 "increase server-level timeout limits (<code>ExtAppTimeout</code>, <code>"
    2278 "ConnectionTimeout</code> on LiteSpeed/Nginx) or consider upgrading your "
    2279 "hosting plan."
    2280 msgstr ""
    2281 
    2282 #: includes/Plugin.php:570
     2310"and database migrations. <strong>Default is typically 30 seconds</strong>, "
     2311"which may be insufficient for complex tasks.<br><br><strong>⚠️ Shared "
     2312"Hosting Limitation:</strong> This setting configures PHP-level timeouts via "
     2313"<code>.user.ini</code>, <code>wp-config.php</code>, and <code>."
     2314"htaccess</code>. However, <strong>many shared hosting providers enforce "
     2315"server-level timeout limits</strong> (commonly 120 seconds) that cannot be "
     2316"overridden without upgrading to VPS or dedicated hosting. If long-running "
     2317"operations still timeout after configuring this setting, contact your "
     2318"hosting provider to increase server-level timeout limits (<code>"
     2319"ExtAppTimeout</code>, <code>ConnectionTimeout</code> on LiteSpeed/Nginx) or "
     2320"consider upgrading your hosting plan."
     2321msgstr ""
     2322
     2323#: includes/Plugin.php:591
    22832324msgid "Settings"
    22842325msgstr ""
    22852326
    2286 #: includes/Plugin.php:266
     2327#: includes/Plugin.php:275
    22872328msgid "Settings saved successfully"
    22882329msgstr ""
     
    23032344msgstr ""
    23042345
    2305 #: includes/Features/WpDebug.php:213
    2306 #, php-format
    2307 msgid ""
    2308 "Showing the last %s lines of %s total lines. File size: %s. Use the <strong>"
    2309 "Download debug.log</strong> button to view the complete file."
     2346#. 1: number of lines shown, 2: total number of lines, 3: file size
     2347#: includes/Features/WpDebug.php:220
     2348#, php-format
     2349msgid ""
     2350"Showing the last %1$s lines of %2$s total lines. File size: %3$s. Use the "
     2351"<strong>Download debug.log</strong> button to view the complete file."
    23102352msgstr ""
    23112353
     
    23182360msgstr ""
    23192361
    2320 #: includes/Plugin.php:518
     2362#: includes/Plugin.php:539
    23212363msgid "Site password cannot be empty"
    23222364msgstr ""
    23232365
    2324 #: includes/Plugin.php:26 includes/Plugin.php:35
     2366#: includes/Plugin.php:27 includes/Plugin.php:37
    23252367msgid "Something went wrong."
    23262368msgstr ""
    23272369
    2328 #: includes/Features/PostsMetadataBox.php:242
     2370#: includes/Features/PostsMetadataBox.php:252
    23292371msgid "Sort A-Z"
    23302372msgstr ""
    23312373
    2332 #: includes/Features/PostsMetadataBox.php:106
     2374#: includes/Features/PostsMetadataBox.php:114
    23332375msgid "Sort metadata"
    23342376msgstr ""
    23352377
    2336 #: includes/Features/PostsMetadataBox.php:243
     2378#: includes/Features/PostsMetadataBox.php:253
    23372379msgid "Sort Z-A"
    23382380msgstr ""
     
    23932435msgstr ""
    23942436
    2395 #: includes/Plugin.php:610
     2437#: includes/Plugin.php:631
    23962438msgid "Taxonomies"
    23972439msgstr ""
     
    25332575msgstr ""
    25342576
    2535 #: includes/Features/WpDebug.php:115
     2577#: includes/Features/WpDebug.php:119
    25362578msgid ""
    25372579"The <strong>WP_DEBUG</strong> setting in WordPress is used to turn on "
     
    25452587
    25462588#. 1: file size, 2: percentage
    2547 #: includes/Features/WpDebug.php:62
     2589#: includes/Features/WpDebug.php:63
    25482590#, php-format
    25492591msgid ""
     
    26842726msgstr ""
    26852727
    2686 #: includes/Plugin.php:311 includes/Plugin.php:337
     2728#: includes/Plugin.php:321 includes/Plugin.php:348
    26872729msgid "Unable to determine current user"
    26882730msgstr ""
     
    27032745msgstr ""
    27042746
    2705 #: includes/Plugin.php:590
     2747#: includes/Plugin.php:611
    27062748msgid "Updates and Notifications"
    27072749msgstr ""
    27082750
    27092751#: includes/Features/DragAndDropOrdering.php:132
    2710 #: includes/Features/DragAndDropOrderingPosts.php:123
     2752#: includes/Features/DragAndDropOrderingPosts.php:121
    27112753msgid "Updating post order..."
    27122754msgstr ""
     
    27202762msgstr ""
    27212763
    2722 #: includes/Plugin.php:652 partials/dashboard.php:200
     2764#: includes/Plugin.php:673 partials/dashboard.php:200
    27232765msgid "Upgrade to Pro"
    27242766msgstr ""
     
    27682810msgstr ""
    27692811
    2770 #: includes/Plugin.php:615
     2812#: includes/Plugin.php:636
    27712813msgid "Users"
    27722814msgstr ""
     
    27992841msgstr ""
    28002842
    2801 #: includes/Features/WpDebug.php:216
     2843#: includes/Features/WpDebug.php:223
    28022844msgid "Warning:"
    28032845msgstr ""
     
    29542996msgstr ""
    29552997
    2956 #: includes/Features/WpDebug.php:114
     2998#: includes/Features/WpDebug.php:118
    29572999msgid "WP Debug"
    29583000msgstr ""
    29593001
    2960 #: includes/Features/WpDebug.php:139
     3002#: includes/Features/WpDebug.php:143
    29613003msgid "WP Debug Display"
    29623004msgstr ""
    29633005
    2964 #: includes/Features/WpDebug.php:125
     3006#: includes/Features/WpDebug.php:129
    29653007msgid "WP Debug Log"
    29663008msgstr ""
     
    29873029msgstr ""
    29883030
    2989 #: includes/Plugin.php:119
     3031#: includes/Plugin.php:127
    29903032msgid "You do not have sufficient permissions to access this page."
    29913033msgstr ""
    29923034
    2993 #: includes/Plugin.php:241 includes/Plugin.php:303 includes/Plugin.php:331
    2994 #: includes/Features/DragAndDropOrderingPosts.php:207
     3035#: includes/Plugin.php:250 includes/Plugin.php:313 includes/Plugin.php:342
     3036#: includes/Features/DragAndDropOrderingPosts.php:205
    29953037#: includes/Features/NetworkViewer.php:902
    29963038#: includes/Features/NetworkViewer.php:929
     
    29983040#: includes/Features/BulkDeletePosts.php:356
    29993041#: includes/Features/DragAndDropOrderingTaxonomies.php:211
    3000 #: includes/Features/WpDebug.php:265 includes/Features/WpDebug.php:312
    3001 #: includes/Features/WpDebug.php:334
    3002 #: includes/Features/PasswordProtectSite/PasswordProtectSite.php:685
    3003 #: includes/Features/PasswordProtectSite/PasswordProtectSite.php:713
     3042#: includes/Features/WpDebug.php:278 includes/Features/WpDebug.php:326
     3043#: includes/Features/WpDebug.php:348
     3044#: includes/Features/PasswordProtectSite/PasswordProtectSite.php:689
     3045#: includes/Features/PasswordProtectSite/PasswordProtectSite.php:717
    30043046msgid "You do not have sufficient permissions to perform this action"
    30053047msgstr ""
     
    30133055msgstr ""
    30143056
    3015 #: includes/Features/PostsMetadataBox.php:110
     3057#: includes/Features/PostsMetadataBox.php:118
    30163058msgid "Z-A"
    30173059msgstr ""
  • adminease/trunk/partials/password-protect-site-log.php

    r3451120 r3459682  
    99?>
    1010<div class="col-xs-12 p-t-20">
    11     <div id="password-protection-log-container">
     11    <div id="password-protection-log-container" data-parent="password-protect-site-enabled">
    1212        <p><strong><?php esc_html_e( 'Password Protection Access Log', 'adminease' ); ?></strong></p>
    1313
Note: See TracChangeset for help on using the changeset viewer.