Skip to content

Commit fe401c6

Browse files
committed
Update pepro-mapify.php
1 parent 192c7ee commit fe401c6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pepro-mapify.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
Author URI: https://pepro.dev/
1010
Developer URI: https://hpv.im/
1111
Plugin URI: https://pepro.dev/mapify
12-
Version: 1.3.0
13-
Stable tag: 1.3.0
12+
Version: 1.3.0.2
13+
Stable tag: 1.3.0.2
1414
Requires at least: 5.0
1515
Tested up to: 5.4
1616
Requires PHP: 5.6
@@ -48,11 +48,11 @@ public function __construct()
4848
$this->assets_url = plugins_url("/assets/", __FILE__);
4949
$this->plugin_basename = plugin_basename(__FILE__);
5050
$this->plugin_file = __FILE__;
51-
$this->version = "1.3.0";
51+
$this->version = "1.3.0.2";
5252
$this->db_slug = $this->td;
5353
$this->db_table = $wpdb->prefix . $this->db_slug;
5454
$this->deactivateURI = null;
55-
$this->deactivateICON = '<span style="font-size: larger; line-height: 1rem; display: inline; vertical-align: text-top;" class="dashicons dashicons-dismiss" aria-hidden="true"></span> ';
55+
$this->deactivateICON = '<style>.dashicons-small::before { font-size: 1rem !important; box-shadow: none !important; background-color: transparent !important; color: inherit !important; }</style><span style="font-size: larger; line-height: 1rem; display: inline; vertical-align: text-top;" class="dashicons dashicons-dismiss" aria-hidden="true"></span> ';
5656
$this->versionICON = '<span style="font-size: larger; line-height: 1rem; display: inline; vertical-align: text-top;" class="dashicons dashicons-admin-plugins" aria-hidden="true"></span> ';
5757
$this->authorICON = '<span style="font-size: larger; line-height: 1rem; display: inline; vertical-align: text-top;" class="dashicons dashicons-admin-users" aria-hidden="true"></span> ';
5858
$this->settingURL = '<span style="display: inline;float: none;padding: 0;" class="dashicons dashicons-admin-settings dashicons-small" aria-hidden="true"></span> ';

0 commit comments

Comments
 (0)