Plugin Directory

Changeset 3210146


Ignore:
Timestamp:
12/18/2024 11:41:18 PM (16 months ago)
Author:
hbrokmeier
Message:

v2.0.3

Location:
editor-handbook/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • editor-handbook/trunk/editor-handbook.php

    r3055632 r3210146  
    44 * Plugin URI: https://github.com/devcollaborative/editor-handbook
    55 * Description: Adds internal documentation for site editors.
    6  * Version: 2.0.2
    7  * Requires at least: 6.4
     6 * Version: 2.0.3
     7 * Requires at least: 6.7.1
    88 * Requires PHP: 8
    99 * Author: DevCollaborative
     
    1515defined( 'ABSPATH' ) or exit;
    1616
    17 define( 'EDITOR_HANDBOOK_VERSION', '2.0.2' );
     17define( 'EDITOR_HANDBOOK_VERSION', '2.0.3' );
    1818
    1919/**
  • editor-handbook/trunk/readme.txt

    r3055632 r3210146  
    33Tags: documentation
    44Requires at least: 6.0
    5 Tested up to: 6.4
    6 Stable tag: 2.0.2
     5Tested up to: 6.7.1
     6Stable tag: 2.0.3
    77Requires PHP: 8.0
    88License: GPLv2 or later
     
    3838== Changelog ==
    3939
     40= 2.0.3 - 2024-12-18 =
     41* Bump tested up to 6.7.1
     42
    4043= 2.0.2 - 2024-03-20 =
    4144* Fixed: Update text domain to match plugin slug
Note: See TracChangeset for help on using the changeset viewer.