Plugin Directory

Changeset 2953025


Ignore:
Timestamp:
08/14/2023 05:59:35 AM (3 years ago)
Author:
scolar
Message:

Set tested tag to 6.3

Location:
hidecaptcha/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • hidecaptcha/trunk/readme.txt

    r2908378 r2953025  
    33Tags: reCaptcha, google, Contactform7
    44Requires at least: 3.0.1
    5 Tested up to: 6.2
     5Tested up to: 6.3
    66Requires PHP: 5.0
    7 Stable tag: 1.0.10
     7Stable tag: 1.0.11
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2525 
    2626== Changelog ==
     27= 1.0.11
     28* Tested up to WP 6.3
    2729= 1.0.10
    2830* Tested up to WP 6.2
  • hidecaptcha/trunk/scola_captcha.php

    r2017126 r2953025  
    44 * Plugin URI: https://www.scolavisa.eu/scolacaptcha
    55 * Description: Hides google captcha V3 from all pages except the formpages that use Contactform7
    6  * Version: 1.0
     6 * Version: 1.0.11
    77 * Author: ScolaVisa
    88 * Author URI: http://www.scolavisa.eu
     
    1010 */
    1111 
    12  // add scripts and styles to the WP pages
     12// add scripts and styles to the WP pages
    1313add_action('wp_enqueue_scripts',function() {
    1414    wp_enqueue_style('scola_captcha_css', plugins_url( '/css/style.css', __FILE__ ));
Note: See TracChangeset for help on using the changeset viewer.