Plugin Directory

Changeset 3468639


Ignore:
Timestamp:
02/24/2026 12:35:35 PM (5 weeks ago)
Author:
redshape
Message:

1.5.0 - Full repository sync

Location:
redshape-easy-labels/trunk
Files:
30 added
2 edited

Legend:

Unmodified
Added
Removed
  • redshape-easy-labels/trunk/readme.txt

    r3468627 r3468639  
    55Tested up to: 6.9
    66Requires PHP: 7.0
    7 Stable tag: 1.4.4
     7Stable tag: 1.5.0
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    9393
    9494== Changelog ==
     95
     96= 1.5.0 =
     97* Maintenance: Full sync with WordPress.org SVN repository — all plugin files correctly added and distributed
     98* Version bump: 1.4.4 → 1.5.0
    9599
    96100= 1.4.4 =
     
    243247== Upgrade Notice ==
    244248
     249= 1.5.0 =
     250Maintenance release. Full SVN repository sync — all plugin files are now correctly distributed. Recommended update for all users.
     251
    245252= 1.4.4 =
    246253Maintenance release. Full repository sync to ensure all plugin files are correctly distributed. Recommended update if you encountered missing-file errors after installing 1.4.3.
  • redshape-easy-labels/trunk/redshape-easy-labels.php

    r3468627 r3468639  
    33 * Plugin Name: REDSHAPE Easy Labels
    44 * Description: Colored labels and internal notes system for posts and pages, visible only in backend for content organization. Supports 10 languages (IT, EN, FR, DE, ES, RU, ZH, JA, KO, HI).
    5  * Version: 1.4.4
     5 * Version: 1.5.0
    66 * Author: REDSHAPE
    77 * Author URI: https://redshape.it
     
    1818
    1919// Define plugin constants
    20 define('REDSHAPE_EASYLABELS_VERSION', '1.4.4');
     20define('REDSHAPE_EASYLABELS_VERSION', '1.5.0');
    2121define('REDSHAPE_EASYLABELS_PLUGIN_URL', plugin_dir_url(__FILE__));
    2222define('REDSHAPE_EASYLABELS_PLUGIN_PATH', plugin_dir_path(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.