Skip to content

Commit

Permalink
* remove unsed text string
Browse files Browse the repository at this point in the history
  • Loading branch information
shogathu committed Oct 2, 2024
1 parent 0d80e31 commit 21b578a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
14 changes: 2 additions & 12 deletions colorful-fields-for-gravity-forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: Colorful Fields for Gravity Forms
* Plugin URI: https://github.com/VCATconsulting/colorful-fields-for-gravity-forms
* Description: Colorful Fields for Gravity Forms allow you to select a color for field labels and a background color for fields.
* Version: 1.0.2
* Version: 1.0.3
* Author: VCAT Consulting GmbH - Team WordPress
* Author URI: https://www.vcat.de
* Text Domain: colorful-fields-for-gravity-forms
Expand All @@ -23,7 +23,7 @@
exit;
}

define( 'CFFGF_VERSION', '1.0.2' );
define( 'CFFGF_VERSION', '1.0.3' );
define( 'CFFGF_FILE', __FILE__ );
define( 'CFFGF_PATH', plugin_dir_path( CFFGF_FILE ) );
define( 'CFFGF_URL', plugin_dir_url( CFFGF_FILE ) );
Expand Down Expand Up @@ -80,16 +80,6 @@ function cffgf_min_php_version_error() {
);
}

/**
* Show an admin notice error message, if the Composer autoloader is missing.
*/
function cffgf_zip_extension_missing() {
printf(
'<div class="error"><p>%s</p></div>',
esc_html__( 'Colorful Fields for Gravity Forms requires the PHP ZIP extension. Please activate it or ask your hoster to do so.', 'colorful-fields-for-gravity-forms' )
);
}

/**
* Show an admin notice error message, if the Composer autoloader is missing.
*/
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Contributors: VCATconsulting, shogathu, nida78
Requires at least: 5.0
Tested up to: 6.6
Requires PHP: 7.4
Stable tag: 1.0.2
Stable tag: 1.0.3
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.txt

Expand Down Expand Up @@ -41,6 +41,10 @@ Yes, the plugin checks the contrast of the label color and the background color.

== Changelog ==

= 1.0.3 =

* remove unsed text string

= 1.0.2 =

* update some code comments
Expand Down

0 comments on commit 21b578a

Please sign in to comment.