Plugin Directory

Changeset 2927255


Ignore:
Timestamp:
06/17/2023 03:55:15 AM (3 years ago)
Author:
themeglow
Message:

Remove recaptcha text from readme file

Location:
job-board-light
Files:
1005 added
3 edited

Legend:

Unmodified
Added
Removed
  • job-board-light/trunk/admin/pages/dir_setting.php

    r2856916 r2927255  
    523523            </label>   
    524524        </div>
    525         <div class="alert alert-primary" role="alert">
    526             <?php esc_html_e( 'Recaptcha: Please keep it blank if you are checking the signup/registration page on local server/host. If you active/put the Recaptcha key on local host then registration will not work.', 'jobboard' );?>
    527         </div>
     525       
    528526    </div>
    529527    <?php
  • job-board-light/trunk/plugin.php

    r2925095 r2927255  
    33        *
    44        *
    5         * @version 1.1.7
     5        * @version 1.1.8
    66        * @package Main
    77        * @author themeglow
     
    1313        Author: ThemeGlow
    1414        Author URI: http://e-plugins.com/
    15         Version: 1.1.7
     15        Version: 1.1.8
    1616        Text Domain: jobboard
    1717        License: GPLv2 or later
     
    2929                * @var string
    3030            */
    31             public $version = "1.1.7";
     31            public $version = "1.1.8";
    3232            /**
    3333                * The minimal required version of WordPress for this plug-in to function correctly.
  • job-board-light/trunk/readme.txt

    r2925095 r2927255  
    44Requires at least: 4.9
    55Tested up to: 6.1.1
    6 Stable tag: 1.1.7
     6Stable tag: 1.1.8
    77Requires PHP: 5.2.4
    88License: GPLv2 or later
     
    7474* WPML & Loco or any other translation plugin support
    7575* User Registration
    76 * recaptcha v3
    7776* job board My account / Front-end Dashboard
    7877* User Setting
Note: See TracChangeset for help on using the changeset viewer.