Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldhuereca committed Jul 20, 2024
1 parent 6f5dc76 commit 9586b40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wp-plugin-info-card.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Description: WP Plugin Info Card displays plugins & themes identity cards in a beautiful box with a smooth rotation effect using WordPress.org Plugin API & WordPress.org Theme API. Dashboard widget included.
* Author: Brice CAPOBIANCO, Ronald Huereca
* Author URI: https://dlxplugins.com/plugins/plugin-info-card/
* Version: 5.2.1
* Version: 5.2.5
* Domain Path: /langs
* Text Domain: wp-plugin-info-card
* License: GPL v2 or later
Expand All @@ -38,7 +38,7 @@
* Define Constants.
*/
if ( ! defined( 'WPPIC_VERSION' ) ) {
define( 'WPPIC_VERSION', '5.2.1' );
define( 'WPPIC_VERSION', '5.2.5' );
}
if ( ! defined( 'WPPIC_PATH' ) ) {
define( 'WPPIC_PATH', plugin_dir_path( __FILE__ ) . '/src/' );
Expand Down

0 comments on commit 9586b40

Please sign in to comment.