Plugin Directory

Changeset 2875320


Ignore:
Timestamp:
03/06/2023 12:25:39 PM (3 years ago)
Author:
cultdevops
Message:

Fixed php8 Bugs

Location:
fast-index/trunk
Files:
3 edited

Legend:

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

    r2869972 r2875320  
    22Contributors: cultdevops
    33Tags: Fast Index, Instant Index Google, Seo index, Google Index, Seo Problem
    4 Requires at least: 5.4
     4Requires at least: 5.1
    55Tested up to: 6.1
    6 Stable tag: 1.4
    7 Requires PHP: 7.0
     6Stable tag: 1.5
     7Requires PHP: 5.6
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • fast-index/trunk/index.php

    r2869972 r2875320  
    44Plugin URI:
    55Description: <strong>Fast Index</strong> on google
    6 Version: 1.4
     6Version: 1.5
    77Author: Samet AKIN
    88Author URI: https://www.linkedin.com/in/samet-akin/
  • fast-index/trunk/view/settings.php

    r2869972 r2875320  
    109109                                    <?php foreach ($pluginStatus as $key => $value) { ?>
    110110                                        <option <?php echo esc_attr($key)==esc_attr($options['status'])?"selected":""?> value="<?php echo esc_attr($key)?>"><?php echo esc_attr_e($value)?></option>
    111                                     <?}?>
     111                                    <?php }?>
    112112                                </select>
    113113
Note: See TracChangeset for help on using the changeset viewer.