Changeset 3411053
- Timestamp:
- 12/04/2025 02:23:07 PM (2 months ago)
- Location:
- meta-box-text-limiter
- Files:
-
- 6 edited
- 1 copied
-
tags/1.2.7 (copied) (copied from meta-box-text-limiter/trunk)
-
tags/1.2.7/readme.txt (modified) (2 diffs)
-
tags/1.2.7/text-limiter.js (modified) (1 diff)
-
tags/1.2.7/text-limiter.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/text-limiter.js (modified) (1 diff)
-
trunk/text-limiter.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
meta-box-text-limiter/tags/1.2.7/readme.txt
r3264870 r3411053 4 4 Tags: custom fields, meta box, text limit 5 5 Requires at least: 5.9 6 Tested up to: 6. 7.27 Stable tag: 1.2. 66 Tested up to: 6.9 7 Stable tag: 1.2.7 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 68 68 == Changelog == 69 69 70 = 1.2.7 - 2025-12-04 = 71 72 - Fix not working if a field has prepend value 73 70 74 = 1.2.6 - 2025-04-01 = 71 75 - Fix not working for 2 inputs -
meta-box-text-limiter/tags/1.2.7/text-limiter.js
r3183484 r3411053 17 17 initElements: function () { 18 18 this.$input = this.$el.siblings( '.rwmb-text' ); 19 let textWrap = this.$el.siblings( '.rwmb-input-group' ); 20 if ( textWrap.length > 0 ) { 21 this.$input = textWrap.find( '.rwmb-text' ); 22 } 19 23 if ( !this.$input.length ) { 20 24 this.$input = this.$el.siblings( '.rwmb-textarea' ); -
meta-box-text-limiter/tags/1.2.7/text-limiter.php
r3264870 r3411053 4 4 * Plugin URI: https://metabox.io/plugins/meta-box-text-limiter/ 5 5 * Description: Limit number of characters or words entered for text, textarea, and wysiwyg fields. 6 * Version: 1.2. 66 * Version: 1.2.7 7 7 * Author: MetaBox.io 8 8 * Author URI: https://metabox.io -
meta-box-text-limiter/trunk/readme.txt
r3264870 r3411053 4 4 Tags: custom fields, meta box, text limit 5 5 Requires at least: 5.9 6 Tested up to: 6. 7.27 Stable tag: 1.2. 66 Tested up to: 6.9 7 Stable tag: 1.2.7 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 68 68 == Changelog == 69 69 70 = 1.2.7 - 2025-12-04 = 71 72 - Fix not working if a field has prepend value 73 70 74 = 1.2.6 - 2025-04-01 = 71 75 - Fix not working for 2 inputs -
meta-box-text-limiter/trunk/text-limiter.js
r3183484 r3411053 17 17 initElements: function () { 18 18 this.$input = this.$el.siblings( '.rwmb-text' ); 19 let textWrap = this.$el.siblings( '.rwmb-input-group' ); 20 if ( textWrap.length > 0 ) { 21 this.$input = textWrap.find( '.rwmb-text' ); 22 } 19 23 if ( !this.$input.length ) { 20 24 this.$input = this.$el.siblings( '.rwmb-textarea' ); -
meta-box-text-limiter/trunk/text-limiter.php
r3264870 r3411053 4 4 * Plugin URI: https://metabox.io/plugins/meta-box-text-limiter/ 5 5 * Description: Limit number of characters or words entered for text, textarea, and wysiwyg fields. 6 * Version: 1.2. 66 * Version: 1.2.7 7 7 * Author: MetaBox.io 8 8 * Author URI: https://metabox.io
Note: See TracChangeset
for help on using the changeset viewer.