Plugin Directory

Changeset 3265070


Ignore:
Timestamp:
04/01/2025 12:00:38 PM (11 months ago)
Author:
marcelsanting
Message:

Prepare for update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • really-simple-ssl/trunk/class-wp-cli.php

    r3264343 r3265070  
    11791179                    ],
    11801180                ],
    1181                 'pro'         => false,
     1181                'pro'         => true,
    11821182            ],
    11831183            'remove_firewall_ip_block' => [
     
    11911191                    ],
    11921192                ],
    1193                 'pro'         => false,
     1193                'pro'         => true,
    11941194            ],
    11951195            'show_blocked_ips' => [
    11961196                'description' => __( 'Show blocked IP\'s.', 'really-simple-ssl' ),
    11971197                'synopsis'    => [],
    1198                 'pro'         => false,
     1198                'pro'         => true,
    11991199            ],
    12001200            'add_firewall_trusted_ip' => [
    12011201                'description' => __( 'Add a trusted IP to the firewall.', 'really-simple-ssl' ),
    12021202                'synopsis'    => [],
    1203                 'pro'         => false,
     1203                'pro'         => true,
    12041204            ],
    12051205            'remove_firewall_trusted_ip' => [
    12061206                'description' => __( 'Remove a trusted IP from the firewall.', 'really-simple-ssl' ),
    12071207                'synopsis'    => [],
    1208                 'pro'         => false,
     1208                'pro'         => true,
    12091209            ],
    12101210            'add_lla_trusted_ip' => [
    12111211                'description' => __( 'Add a trusted IP to the limit login attempts table.', 'really-simple-ssl' ),
    12121212                'synopsis'    => [],
    1213                 'pro'         => false,
     1213                'pro'         => true,
    12141214            ],
    12151215            'remove_lla_trusted_ip' => [
    12161216                'description' => __( 'Remove a trusted IP from the limit login attempts table.', 'really-simple-ssl' ),
    12171217                'synopsis'    => [],
    1218                 'pro'         => false,
     1218                'pro'         => true,
    12191219            ],
    12201220            'add_lla_blocked_ip' => [
     
    12341234                    ],
    12351235                ],
    1236                 'pro'         => false,
     1236                'pro'         => true,
    12371237            ],
    12381238            'remove_lla_blocked_ip' => [
     
    12521252                    ],
    12531253                ],
    1254                 'pro'         => false,
     1254                'pro'         => true,
    12551255            ],
    12561256            'add_lla_trusted_username' => [
    12571257                'description' => __( 'Add a trusted username to the limit login attempts table.', 'really-simple-ssl' ),
    12581258                'synopsis'    => [],
    1259                 'pro'         => false,
     1259                'pro'         => true,
    12601260            ],
    12611261            'remove_lla_trusted_username' => [
    12621262                'description' => __( 'Remove a trusted username from the limit login attempts table.', 'really-simple-ssl' ),
    12631263                'synopsis'    => [],
    1264                 'pro'         => false,
     1264                'pro'         => true,
    12651265            ],
    12661266            'add_lla_blocked_username' => [
     
    12801280                    ],
    12811281                ],
    1282                 'pro'         => false,
     1282                'pro'         => true,
    12831283            ],
    12841284            'remove_lla_blocked_username' => [
     
    12981298                    ],
    12991299                ],
    1300                 'pro'         => false,
     1300                'pro'         => true,
    13011301            ],
    13021302        ];
Note: See TracChangeset for help on using the changeset viewer.