Plugin Directory

Changeset 3287910


Ignore:
Timestamp:
05/05/2025 03:42:53 PM (11 months ago)
Author:
red8developers
Message:

Testing WP 6.8.1

Location:
short-title-block-dual-post-titles-for-better-ux-and-seo-performance/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • short-title-block-dual-post-titles-for-better-ux-and-seo-performance/trunk/readme.txt

    r3166665 r3287910  
    44Tags: SEO, UX, Blocks
    55Requires at least: 4.5
    6 Tested up to: 6.6.2
     6Tested up to: 6.8.1
    77Requires PHP: 5.6
    8 Stable tag: 1.0.2
     8Stable tag: 1.0.3
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6565== Changelog ==
    6666
     67= 1.0.2 =
     68* Tested latest WP version
    6769
    6870= 1.0.1 =
  • short-title-block-dual-post-titles-for-better-ux-and-seo-performance/trunk/short-title-block.php

    r3166665 r3287910  
    11<?php
     2
    23/**
    34 * Plugin Name:     Short Title Block - Dual Post Titles for Better UX and SEO Performance
     
    89 * Text Domain:     red8-short-post-title
    910 * Domain Path:     /languages
    10  * Version:         1.0.2
     11 * Version:         1.0.3
    1112 * License: GPLv2 or later
    1213 * @package         Short_Post_Title
     
    1516namespace Red8\Short_Title_Block;
    1617
    17 define( 'RED_8_SHORT_TITLE_BLOCK_PATH', plugin_dir_path( __FILE__ ) );
    18 define( 'RED_8_SHORT_TITLE_BLOCK_URL', plugin_dir_url( __FILE__ ) );
     18define('RED_8_SHORT_TITLE_BLOCK_PATH', plugin_dir_path(__FILE__));
     19define('RED_8_SHORT_TITLE_BLOCK_URL', plugin_dir_url(__FILE__));
    1920
    2021
Note: See TracChangeset for help on using the changeset viewer.