Changeset 3468639
- Timestamp:
- 02/24/2026 12:35:35 PM (5 weeks ago)
- Location:
- redshape-easy-labels/trunk
- Files:
-
- 30 added
- 2 edited
-
assets/js/admin-bulk-actions.js (added)
-
includes/class-redshape-easylabels-admin-columns.php (added)
-
includes/class-redshape-easylabels-ajax.php (added)
-
includes/class-redshape-easylabels-bulk-actions.php (added)
-
includes/class-redshape-easylabels-dashboard-widget.php (added)
-
includes/class-redshape-easylabels-filter-bar.php (added)
-
includes/class-redshape-easylabels-helpers.php (added)
-
includes/class-redshape-easylabels-language-generator.php (added)
-
includes/class-redshape-easylabels-meta-box.php (added)
-
includes/class-redshape-easylabels-settings.php (added)
-
languages/redshape-easy-labels-de_DE.mo (added)
-
languages/redshape-easy-labels-de_DE.po (added)
-
languages/redshape-easy-labels-en_US.mo (added)
-
languages/redshape-easy-labels-en_US.po (added)
-
languages/redshape-easy-labels-es_ES.mo (added)
-
languages/redshape-easy-labels-es_ES.po (added)
-
languages/redshape-easy-labels-fr_FR.mo (added)
-
languages/redshape-easy-labels-fr_FR.po (added)
-
languages/redshape-easy-labels-hi_IN.mo (added)
-
languages/redshape-easy-labels-hi_IN.po (added)
-
languages/redshape-easy-labels-it_IT.mo (added)
-
languages/redshape-easy-labels-it_IT.po (added)
-
languages/redshape-easy-labels-ja_JP.mo (added)
-
languages/redshape-easy-labels-ja_JP.po (added)
-
languages/redshape-easy-labels-ko_KR.mo (added)
-
languages/redshape-easy-labels-ko_KR.po (added)
-
languages/redshape-easy-labels-ru_RU.mo (added)
-
languages/redshape-easy-labels-ru_RU.po (added)
-
languages/redshape-easy-labels-zh_CN.mo (added)
-
languages/redshape-easy-labels-zh_CN.po (added)
-
readme.txt (modified) (3 diffs)
-
redshape-easy-labels.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
redshape-easy-labels/trunk/readme.txt
r3468627 r3468639 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.0 7 Stable tag: 1. 4.47 Stable tag: 1.5.0 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.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 95 99 96 100 = 1.4.4 = … … 243 247 == Upgrade Notice == 244 248 249 = 1.5.0 = 250 Maintenance release. Full SVN repository sync — all plugin files are now correctly distributed. Recommended update for all users. 251 245 252 = 1.4.4 = 246 253 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. -
redshape-easy-labels/trunk/redshape-easy-labels.php
r3468627 r3468639 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.45 * Version: 1.5.0 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.4');20 define('REDSHAPE_EASYLABELS_VERSION', '1.5.0'); 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.