Plugin Directory

Changeset 2072498

Timestamp:
04/22/2019 11:35:30 AM (7 years ago)
Author:
jmviade
Message:

Update 9.1.1 2019.04.22

Location:
recaptcha-in-wp-comments-form/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • recaptcha-in-wp-comments-form/trunk/includes/recaptcha.php

    r1923064 r2072498  
    99/*
    1010 * Class:       griwpc_recaptcha
    11  * Version:     9.1.0
     11 * Version:     9.1.
    1212 * Description: This class shows and controls the reCAPTCHA field in WP comments form
    1313 */
     
    6262
    6363        $translation_array = array(
    64             'ajax_url'          => get_bloginfo('url' ),
     64           
     65            'ajax_url'          => get_admin_url(null, 'admin-ajax.php'),
    6566
    6667            'standardQueries'   => ( isset ( $this->options['standardQueries'] ) ? $this->options['standardQueries']    : $defs['standardQueries'] ),                             
  • recaptcha-in-wp-comments-form/trunk/js/recaptcha.js

    r1923064 r2072498  
    88/*
    99 * Module:      Recaptcha functions for init form and verify responses
    10  * Version:     0.0.9.0.2
     10 * Version:     
    1111 * Description: This module changes the HTML structure of the form when it's displayed for prevent automatic sending, then it verifies the user's response and when
    1212 *              the user's response is correct it rewrites the HTML structure of the form.
     
    9090
    9191var griwpcVerifyCallback = function( griwpcr ) {
    92     GriwpcAjax.post ( griwpco.ajax_url + '/wp-admin/admin-ajax.php', { 'action' : 'griwpc_verify_recaptcha', 'resp' : griwpcr }, griwpcProcessAjaxResponse, true );
     92    GriwpcAjax.post ( griwpco.ajax_url, { 'action' : 'griwpc_verify_recaptcha', 'resp' : griwpcr }, griwpcProcessAjaxResponse, true );
    9393}
    9494
  • recaptcha-in-wp-comments-form/trunk/license.txt

    r1923064 r2072498  
    1     Copyright 2016-2018 reCAPTCHA in WP comments form (jmviade@gmail.com : Joan Miquel Viadé Freixes)
     1    Copyright 2016-201 reCAPTCHA in WP comments form (jmviade@gmail.com : Joan Miquel Viadé Freixes)
    22
    33    reCAPTCHA in WP comments form plugin is free software; you can redistribute it and/or modify
  • recaptcha-in-wp-comments-form/trunk/readme.txt

    r1923064 r2072498  
    44Tags: reCAPTCHA, comments antispam, antispam, comments reCAPTCHA, antispam protection, google reCAPTCHA, comments form, secure form, security, antispam RTL, RTL Language Support
    55Requires at least: 4.0.0
    6 Tested up to: 4.9.8
    7 Stable tag: 9.1.0
     6Tested up to:
     7Stable tag: 9.1.
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8181
    8282== Changelog ==
     83
     84
     85
     86
     87
    8388= 9.1.0 =
    8489* New plugin settings for supporting different WP comments form HTML structure types
  • recaptcha-in-wp-comments-form/trunk/recaptcha-in-wp-comments.php

    r1923064 r2072498  
    44Plugin URI:     http://www.joanmiquelviade.com/plugin/google-recaptcha-in-wp-comments-form/
    55Description:    reCAPTCHA in WP comments form plugin is an ANTISPAM tool that adds a Google reCAPTCHA field inside the comments form of your WP theme when the user is not logged in so that, it protects your site from the spammers. Additionaly, in case of that any spam robot or user manually breaks reCAPTCHA field, the plugin introduces a second verification process that allows you to decide what you want to do with those comments.
    6 Version:        9.1.0
     6Version:        9.1.
    77Author:         Joan Miquel Viadé
    88Author URI:     http://www.joanmiquelviade.com
Note: See TracChangeset for help on using the changeset viewer.