Plugin Directory

Changeset 3255204


Ignore:
Timestamp:
03/13/2025 09:11:21 AM (13 months ago)
Author:
topirank
Message:

Init version 1.1.2

Location:
topirank-integration
Files:
32 added
4 edited

Legend:

Unmodified
Added
Removed
  • topirank-integration/trunk/assets/css/topirank-normalize.css

    r3249873 r3255204  
    1313  left: 0;
    1414  z-index: 9;
     15}
     16
     17.contact-item a{
     18    color:unset;
    1519}
    1620
  • topirank-integration/trunk/includes/register-files.php

    r3250619 r3255204  
    136136            }
    137137
    138             $file_name = str_replace($clean_archive_name, '', $file_name);
    139             $file_name = preg_replace('/-page-/', '', $file_name, 1);
     138            $file_name = preg_replace('/^' . preg_quote($clean_archive_name, '/') . '/', '', $file_name);
     139            $file_name = preg_replace('/^-page-/', '', $file_name);
     140
    140141
    141142            if (strpos($file_name, $current_slug) === false) {
  • topirank-integration/trunk/readme.txt

    r3250619 r3255204  
    33Tags: seo, posts, parsing
    44Requires at least: 6.0
    5 Tested up to: 6.7.1
    6 Stable tag: 1.1.1
     5Tested up to: 6.7.2
     6Stable tag: 1.1.2
    77Requires PHP: 7.3
    88License: GPLv2 or later
     
    5858== Changelog ==
    5959
     60= 1.1.2 =
     61* Adding a new page type.
     62* Optimizing the performance of a new type of page.
     63
    6064= 1.1.1 =
    6165* Optimize JS file inclusion.
  • topirank-integration/trunk/topirank-integration.php

    r3250619 r3255204  
    33Plugin Name: Topirank Integration
    44Description: Plugin for parsing pages
    5 Version: 1.1.1
     5Version: 1.1.2
    66Author: Topirank
    77License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.