Plugin Directory

Changeset 3468627


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

1.4.4

Location:
redshape-easy-labels
Files:
4 edited
1 copied

Legend:

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

    r3468619 r3468627  
    55Tested up to: 6.9
    66Requires PHP: 7.0
    7 Stable tag: 1.4.3
     7Stable tag: 1.4.4
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    9393
    9494== Changelog ==
     95
     96= 1.4.4 =
     97* Maintenance: Full sync with WordPress.org repository — no code changes, version bump to ensure all files are correctly distributed
     98* Version bump: 1.4.3 → 1.4.4
    9599
    96100= 1.4.3 =
     
    239243== Upgrade Notice ==
    240244
     245= 1.4.4 =
     246Maintenance 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.
     247
    241248= 1.4.3 =
    242249Bugfix release. Properly fixes the fatal error on partial deploys introduced in 1.4.2 — missing-file detection is now in the main plugin file so WordPress never crashes, just shows an admin notice. Recommended update for all users.
  • redshape-easy-labels/tags/1.4.4/redshape-easy-labels.php

    r3468619 r3468627  
    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.3
     5 * Version: 1.4.4
    66 * Author: REDSHAPE
    77 * Author URI: https://redshape.it
     
    1818
    1919// Define plugin constants
    20 define('REDSHAPE_EASYLABELS_VERSION', '1.4.3');
     20define('REDSHAPE_EASYLABELS_VERSION', '1.4.4');
    2121define('REDSHAPE_EASYLABELS_PLUGIN_URL', plugin_dir_url(__FILE__));
    2222define('REDSHAPE_EASYLABELS_PLUGIN_PATH', plugin_dir_path(__FILE__));
  • redshape-easy-labels/trunk/readme.txt

    r3468619 r3468627  
    55Tested up to: 6.9
    66Requires PHP: 7.0
    7 Stable tag: 1.4.3
     7Stable tag: 1.4.4
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    9393
    9494== Changelog ==
     95
     96= 1.4.4 =
     97* Maintenance: Full sync with WordPress.org repository — no code changes, version bump to ensure all files are correctly distributed
     98* Version bump: 1.4.3 → 1.4.4
    9599
    96100= 1.4.3 =
     
    239243== Upgrade Notice ==
    240244
     245= 1.4.4 =
     246Maintenance 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.
     247
    241248= 1.4.3 =
    242249Bugfix release. Properly fixes the fatal error on partial deploys introduced in 1.4.2 — missing-file detection is now in the main plugin file so WordPress never crashes, just shows an admin notice. Recommended update for all users.
  • redshape-easy-labels/trunk/redshape-easy-labels.php

    r3468619 r3468627  
    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.3
     5 * Version: 1.4.4
    66 * Author: REDSHAPE
    77 * Author URI: https://redshape.it
     
    1818
    1919// Define plugin constants
    20 define('REDSHAPE_EASYLABELS_VERSION', '1.4.3');
     20define('REDSHAPE_EASYLABELS_VERSION', '1.4.4');
    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.