Plugin Directory

Changeset 3335296


Ignore:
Timestamp:
07/28/2025 10:45:35 AM (8 months ago)
Author:
cultdevops
Message:

v2.2 tested up wordpress 6.8

Location:
fast-index/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • fast-index/trunk/README.txt

    r3021978 r3335296  
    33Tags: Fast Index, Instant Index Google, Seo index, Google Index, Seo Problem
    44Requires at least: 5.1
    5 Tested up to: 6.4
    6 Stable tag: 2.1
     5Tested up to: 6.8
     6Stable tag: 2.2
    77Requires PHP: 5.6
    88License: GPLv2 or later
  • fast-index/trunk/index.php

    r3021978 r3335296  
    44Plugin URI:
    55Description: <strong>Fast Index</strong> on google
    6 Version: 2.1
     6Version: 2.2
    77Author: Samet AKIN
    88Author URI: https://www.linkedin.com/in/samet-akin/
     
    336336
    337337
    338         if ($options['status'] == 2 or $options['post_status'][$postStatus] != "1" or $options['post_type'][$postType] != "1") {
     338        if ($options['status'] == 2 or $options['post_status'][$postStatus] != "1" or @$options['post_type'][$postType] != "1") {
    339339            return false;
    340340        }
Note: See TracChangeset for help on using the changeset viewer.