Changeset 3468627
- Timestamp:
- 02/24/2026 12:26:38 PM (5 weeks ago)
- Location:
- redshape-easy-labels
- Files:
-
- 4 edited
- 1 copied
-
tags/1.4.4 (copied) (copied from redshape-easy-labels/trunk)
-
tags/1.4.4/readme.txt (modified) (3 diffs)
-
tags/1.4.4/redshape-easy-labels.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/redshape-easy-labels.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
redshape-easy-labels/tags/1.4.4/readme.txt
r3468619 r3468627 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.0 7 Stable tag: 1.4. 37 Stable tag: 1.4.4 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 93 93 94 94 == 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 95 99 96 100 = 1.4.3 = … … 239 243 == Upgrade Notice == 240 244 245 = 1.4.4 = 246 Maintenance 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 241 248 = 1.4.3 = 242 249 Bugfix 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 3 3 * Plugin Name: REDSHAPE Easy Labels 4 4 * 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. 35 * Version: 1.4.4 6 6 * Author: REDSHAPE 7 7 * Author URI: https://redshape.it … … 18 18 19 19 // Define plugin constants 20 define('REDSHAPE_EASYLABELS_VERSION', '1.4. 3');20 define('REDSHAPE_EASYLABELS_VERSION', '1.4.4'); 21 21 define('REDSHAPE_EASYLABELS_PLUGIN_URL', plugin_dir_url(__FILE__)); 22 22 define('REDSHAPE_EASYLABELS_PLUGIN_PATH', plugin_dir_path(__FILE__)); -
redshape-easy-labels/trunk/readme.txt
r3468619 r3468627 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.0 7 Stable tag: 1.4. 37 Stable tag: 1.4.4 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 93 93 94 94 == 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 95 99 96 100 = 1.4.3 = … … 239 243 == Upgrade Notice == 240 244 245 = 1.4.4 = 246 Maintenance 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 241 248 = 1.4.3 = 242 249 Bugfix 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 3 3 * Plugin Name: REDSHAPE Easy Labels 4 4 * 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. 35 * Version: 1.4.4 6 6 * Author: REDSHAPE 7 7 * Author URI: https://redshape.it … … 18 18 19 19 // Define plugin constants 20 define('REDSHAPE_EASYLABELS_VERSION', '1.4. 3');20 define('REDSHAPE_EASYLABELS_VERSION', '1.4.4'); 21 21 define('REDSHAPE_EASYLABELS_PLUGIN_URL', plugin_dir_url(__FILE__)); 22 22 define('REDSHAPE_EASYLABELS_PLUGIN_PATH', plugin_dir_path(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.