Plugin Directory

Changeset 3243456


Ignore:
Timestamp:
02/19/2025 07:04:53 PM (14 months ago)
Author:
topirank
Message:

Init version 1.0.8

Location:
topirank-integration
Files:
32 added
4 edited

Legend:

Unmodified
Added
Removed
  • topirank-integration/trunk/includes/extract-and-create.php

    r3234611 r3243456  
    206206                'h2',
    207207                'h3',
     208                '.first-sources .sources-list li::marker',
    208209                'h4',
    209210                'h1',
  • topirank-integration/trunk/includes/update-content-and-seo.php

    r3240787 r3243456  
    6161
    6262  $links = $xpath->query('//a[@href]');
    63   $link_titles = [];
     63  $link_slugs = [];
    6464  $link_elements = [];
    6565
     
    134134      $remove_styles($elements_with_style, ['color', 'background-color', 'accent-color', 'font-size', 'line-height']);
    135135
     136      $content = preg_replace('/color\s*:\s*[^;"]+;?/i', '', $content);
     137
    136138      $buttons = $container->getElementsByTagName('button');
    137139      foreach ($buttons as $button) {
  • topirank-integration/trunk/readme.txt

    r3240789 r3243456  
    44Requires at least: 6.0
    55Tested up to: 6.7.1
    6 Stable tag: 1.0.7
     6Stable tag: 1.0.8
    77Requires PHP: 7.3
    88License: GPLv2 or later
     
    5858== Changelog ==
    5959
     60= 1.0.8 =
     61* Improved article styling.
     62* Enhanced performance in parsing.
     63* Improved style selection functionality.
     64
    6065= 1.0.7 =
    6166* Improved work with media.
  • topirank-integration/trunk/topirank-integration.php

    r3240787 r3243456  
    33Plugin Name: Topirank Integration
    44Description: Plugin for parsing pages
    5 Version: 1.0.7
     5Version: 1.0.8
    66Author: Topirank
    77License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.