Changeset 3243456
- Timestamp:
- 02/19/2025 07:04:53 PM (14 months ago)
- Location:
- topirank-integration
- Files:
-
- 32 added
- 4 edited
-
tags/1.0.8 (added)
-
tags/1.0.8/admin (added)
-
tags/1.0.8/admin/admin-page.php (added)
-
tags/1.0.8/admin/menu.php (added)
-
tags/1.0.8/assets (added)
-
tags/1.0.8/assets/css (added)
-
tags/1.0.8/assets/css/topirank-admin-style.css (added)
-
tags/1.0.8/assets/css/topirank-editor-style.css (added)
-
tags/1.0.8/assets/css/topirank-normalize.css (added)
-
tags/1.0.8/assets/css/topirank-post-admin-style.css (added)
-
tags/1.0.8/assets/js (added)
-
tags/1.0.8/assets/js/topirank-admin-scripts.js (added)
-
tags/1.0.8/assets/js/topirank-normalize.js (added)
-
tags/1.0.8/includes (added)
-
tags/1.0.8/includes/api-integration.php (added)
-
tags/1.0.8/includes/create-template.php (added)
-
tags/1.0.8/includes/extract-and-create.php (added)
-
tags/1.0.8/includes/file-upload.php (added)
-
tags/1.0.8/includes/helpers.php (added)
-
tags/1.0.8/includes/init.php (added)
-
tags/1.0.8/includes/process-folders.php (added)
-
tags/1.0.8/includes/register-files.php (added)
-
tags/1.0.8/includes/resource-cleaner.php (added)
-
tags/1.0.8/includes/topirank-template.php (added)
-
tags/1.0.8/includes/update-content-and-seo.php (added)
-
tags/1.0.8/includes/update-functionality.php (added)
-
tags/1.0.8/languages (added)
-
tags/1.0.8/languages/topirank-integration-fr_FR.mo (added)
-
tags/1.0.8/languages/topirank-integration-fr_FR.po (added)
-
tags/1.0.8/languages/topirank-integration.pot (added)
-
tags/1.0.8/readme.txt (added)
-
tags/1.0.8/topirank-integration.php (added)
-
trunk/includes/extract-and-create.php (modified) (1 diff)
-
trunk/includes/update-content-and-seo.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/topirank-integration.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
topirank-integration/trunk/includes/extract-and-create.php
r3234611 r3243456 206 206 'h2', 207 207 'h3', 208 '.first-sources .sources-list li::marker', 208 209 'h4', 209 210 'h1', -
topirank-integration/trunk/includes/update-content-and-seo.php
r3240787 r3243456 61 61 62 62 $links = $xpath->query('//a[@href]'); 63 $link_ titles = [];63 $link_slugs = []; 64 64 $link_elements = []; 65 65 … … 134 134 $remove_styles($elements_with_style, ['color', 'background-color', 'accent-color', 'font-size', 'line-height']); 135 135 136 $content = preg_replace('/color\s*:\s*[^;"]+;?/i', '', $content); 137 136 138 $buttons = $container->getElementsByTagName('button'); 137 139 foreach ($buttons as $button) { -
topirank-integration/trunk/readme.txt
r3240789 r3243456 4 4 Requires at least: 6.0 5 5 Tested up to: 6.7.1 6 Stable tag: 1.0. 76 Stable tag: 1.0.8 7 7 Requires PHP: 7.3 8 8 License: GPLv2 or later … … 58 58 == Changelog == 59 59 60 = 1.0.8 = 61 * Improved article styling. 62 * Enhanced performance in parsing. 63 * Improved style selection functionality. 64 60 65 = 1.0.7 = 61 66 * Improved work with media. -
topirank-integration/trunk/topirank-integration.php
r3240787 r3243456 3 3 Plugin Name: Topirank Integration 4 4 Description: Plugin for parsing pages 5 Version: 1.0. 75 Version: 1.0.8 6 6 Author: Topirank 7 7 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.