Plugin Directory

Changeset 2331973


Ignore:
Timestamp:
06/28/2020 04:37:33 PM (6 years ago)
Author:
trof
Message:

version 1.0.2

Location:
access-code-feeder/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • access-code-feeder/trunk/access-code-feeder.php

    r2280999 r2331973  
    3333        $table_name = $wpdb->prefix . 'acf_Feeders';
    3434        $base_path = '/'.get_option('access-code-feeder-base-url','feeder').'/';
    35         header("X-Robots-Tag: noindex, nofollow", true);
    36         if( strpos($_SERVER["REQUEST_URI"],$base_path) === 0 ) {
     35        if( strpos($_SERVER["REQUEST_URI"],$base_path) === 0 ) { //our url
     36            header("X-Robots-Tag: noindex, nofollow", true);
    3737            $s_url = str_replace($base_path,'',$_SERVER["REQUEST_URI"]);
    3838            $r_url = trim($s_url,'/'); //remove last slash if present
  • access-code-feeder/trunk/readme.txt

    r2280999 r2331973  
    11=== Access Code Feeder ===
    22Contributors: trof
     3Donate link: https://www.donationalerts.com/r/svinuga
    34Tags: access code, bot, chatbot
    45Requires at least: 2.0
    56Tested up to: 5.4
    6 Stable tag: 1.0.1
     7Stable tag: 1.0.2
    78License: GPLv2 or later
    89License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7374== Changelog ==
    7475
     76= V1.0.2 - 28.06.2020 =
     77Minor errors fixed.<br>
     78
     79
    7580= V1.0.1 - 10.04.2020 =
    7681Minor functionality fixes.<br>
Note: See TracChangeset for help on using the changeset viewer.