File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99Author URI: https://pepro.dev/
1010Developer URI: https://hpv.im/
1111Plugin 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
1414Requires at least: 5.0
1515Tested up to: 5.4
1616Requires 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> ' ;
You can’t perform that action at this time.
0 commit comments