We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9851562 commit c5e3e06Copy full SHA for c5e3e06
acf-input-counter.php
@@ -4,7 +4,7 @@
4
Plugin Name: ACF Input Counter
5
Plugin URI: https://github.com/Hube2/acf-input-counter/
6
Description: Show character count for limited text and textarea fields
7
- Version: 1.4.0
+ Version: 1.4.1
8
Author: John A. Huebner II
9
Author URI: https://github.com/Hube2/
10
Text-domain: acf-counter
@@ -20,7 +20,7 @@
20
21
class acf_input_counter {
22
23
- private $version = '1.4.0';
+ private $version = '1.4.1';
24
25
public function __construct() {
26
add_action('plugins_loaded', array($this, 'acf_counter_load_plugin_textdomain'));
0 commit comments