Plugin Directory

Changeset 3025468


Ignore:
Timestamp:
01/23/2024 12:23:54 AM (2 years ago)
Author:
sommysab
Message:

Added to descriptions

Location:
metatext
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • metatext/tags/1.0.2/Readme.txt

    r3025465 r3025468  
    44Tags: metaText, v1, Bionic_Reading_For_WordPress, Web_Accessibility
    55Requires at least: 6.0
    6 Tested up to: 6.4
     6Tested up to: 6.4.2
    77Stable tag: 1.0.1
    88License: GPLv2 or later
  • metatext/tags/1.0.2/wp-meta-text.php

    r3025465 r3025468  
    99 */
    1010
    11 if( ! defined( 'ABSPATH' ) ) : exit(); endif; // No direct access allowed.
     11if( ! defined( 'ABSPATH' ) ) : exit(); endif; // No direct access allowed
    1212
    1313/**
  • metatext/trunk/Readme.txt

    r3025465 r3025468  
    44Tags: metaText, v1, Bionic_Reading_For_WordPress, Web_Accessibility
    55Requires at least: 6.0
    6 Tested up to: 6.4
     6Tested up to: 6.4.2
    77Stable tag: 1.0.1
    88License: GPLv2 or later
  • metatext/trunk/wp-meta-text.php

    r3025465 r3025468  
    44 * Author: Sabastine Udeh
    55 * Author URI: https://sommysab.com
    6  * Version: 1.0.1
     6 * Version: 1.0.2
    77 * Description: Free WordPress Implementation of Bionic Reading for the Web.
    88 * Text-Domain: wp-meta-text
    99 */
    1010
    11 if( ! defined( 'ABSPATH' ) ) : exit(); endif; // No direct access allowed.
     11if( ! defined( 'ABSPATH' ) ) : exit(); endif; // No direct access allowed
    1212
    1313/**
Note: See TracChangeset for help on using the changeset viewer.