Skip to content

Commit

Permalink
Version 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rilwis committed Feb 4, 2025
1 parent ee8579c commit 08d79cf
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: metabox, rilwis, paracetamol27
Donate link: https://metabox.io
Tags: custom fields, meta box, text limit
Requires at least: 5.9
Tested up to: 6.7
Stable tag: 1.2.4
Tested up to: 6.7.1
Stable tag: 1.2.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -64,6 +64,10 @@ To start using text limiter, just add the following parameters to `text` or `tex

== Changelog ==

= 1.2.5 - 2025-02-04 =
- Improve style for input group
- Fix output twice for wysiwyg

= 1.2.4 - 2024-11-19
Fix WYSIWYG output raw value without HTML tags

Expand Down
17 changes: 16 additions & 1 deletion text-limiter.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,26 @@
* Plugin Name: MB Text Limiter
* Plugin URI: https://metabox.io/plugins/meta-box-text-limiter/
* Description: Limit number of characters or words entered for text, textarea, and wysiwyg fields.
* Version: 1.2.4
* Version: 1.2.5
* Author: MetaBox.io
* Author URI: https://metabox.io
* License: GPLv2 or later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
*
* Copyright (C) 2010-2025 Tran Ngoc Tuan Anh. All rights reserved.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

if ( ! class_exists( 'MB_Text_Limiter' ) ) {
Expand Down

0 comments on commit 08d79cf

Please sign in to comment.