Version Description
- Improvement: Design of the plugin settings page is improved.
Download this release
Release Info
Developer | Arthur Gareginyan |
Plugin | Head and Footer Scripts Inserter |
Version | 4.33 |
Comparing to | |
See all releases |
Code changes from version 4.32 to 4.33
- header-and-footer-scripts-inserter.php +1 -1
- inc/css/admin.css +9 -8
- inc/php/page.php +1 -1
- readme.txt +5 -2
header-and-footer-scripts-inserter.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: Easily and safely add your custom HTML code (plus JavaScript, CSS, etc.) to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor.
|
6 |
* Author: Space X-Chimp
|
7 |
* Author URI: https://www.spacexchimp.com
|
8 |
-
* Version: 4.
|
9 |
* License: GPL3
|
10 |
* Text Domain: header-and-footer-scripts-inserter
|
11 |
* Domain Path: /languages/
|
5 |
* Description: Easily and safely add your custom HTML code (plus JavaScript, CSS, etc.) to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor.
|
6 |
* Author: Space X-Chimp
|
7 |
* Author URI: https://www.spacexchimp.com
|
8 |
+
* Version: 4.33
|
9 |
* License: GPL3
|
10 |
* Text Domain: header-and-footer-scripts-inserter
|
11 |
* Domain Path: /languages/
|
inc/css/admin.css
CHANGED
@@ -22,7 +22,7 @@ p {
|
|
22 |
|
23 |
/* Title and Description of page
|
24 |
-------------------------------------------------------------- */
|
25 |
-
|
26 |
padding: 30px !important;
|
27 |
background-color: #333;
|
28 |
color: #e0dfdc;
|
@@ -46,7 +46,7 @@ h2 {
|
|
46 |
line-height: 50px !important;
|
47 |
overflow: hidden;
|
48 |
}
|
49 |
-
|
50 |
content: '\A';
|
51 |
display: block;
|
52 |
margin-top: 15px;
|
@@ -55,11 +55,11 @@ h2 span {
|
|
55 |
text-shadow: none;
|
56 |
line-height: 20px;
|
57 |
}
|
58 |
-
|
59 |
-
|
60 |
color: #fff;
|
61 |
}
|
62 |
-
|
63 |
text-shadow: none;
|
64 |
text-decoration: none;
|
65 |
-webkit-transition: all 0.2s ease-in-out;
|
@@ -67,7 +67,7 @@ h2 span a:hover {
|
|
67 |
-o-transition: all 0.2s ease-in-out;
|
68 |
transition: all 0.2s ease-in-out;
|
69 |
}
|
70 |
-
|
71 |
position: absolute;
|
72 |
right: 40px;
|
73 |
color: #a6a6a6;
|
@@ -485,6 +485,8 @@ h2 .version {
|
|
485 |
.form-table {
|
486 |
clear: none;
|
487 |
margin-left: 20px;
|
|
|
|
|
488 |
font-family: Verdana, Geneva, sans-serif;
|
489 |
font-size: 13px;
|
490 |
}
|
@@ -502,7 +504,6 @@ h2 .version {
|
|
502 |
/* Help text
|
503 |
-------------------------------------------------------------- */
|
504 |
td.help-text {
|
505 |
-
width: 90%;
|
506 |
font-family: Verdana, Geneva, sans-serif;
|
507 |
font-size: 12px;
|
508 |
font-style: italic;
|
@@ -519,7 +520,7 @@ td.help-text {
|
|
519 |
.control-textarea {
|
520 |
position: relative;
|
521 |
max-width: 600px;
|
522 |
-
width:
|
523 |
padding-top: 5px;
|
524 |
background: #fcfcfc;
|
525 |
-webkit-border-radius: 3px;
|
22 |
|
23 |
/* Title and Description of page
|
24 |
-------------------------------------------------------------- */
|
25 |
+
.sxc-header {
|
26 |
padding: 30px !important;
|
27 |
background-color: #333;
|
28 |
color: #e0dfdc;
|
46 |
line-height: 50px !important;
|
47 |
overflow: hidden;
|
48 |
}
|
49 |
+
.sxc-header span {
|
50 |
content: '\A';
|
51 |
display: block;
|
52 |
margin-top: 15px;
|
55 |
text-shadow: none;
|
56 |
line-height: 20px;
|
57 |
}
|
58 |
+
.sxc-header span a,
|
59 |
+
.sxc-header span a:hover {
|
60 |
color: #fff;
|
61 |
}
|
62 |
+
.sxc-header span a:hover {
|
63 |
text-shadow: none;
|
64 |
text-decoration: none;
|
65 |
-webkit-transition: all 0.2s ease-in-out;
|
67 |
-o-transition: all 0.2s ease-in-out;
|
68 |
transition: all 0.2s ease-in-out;
|
69 |
}
|
70 |
+
.sxc-header .version {
|
71 |
position: absolute;
|
72 |
right: 40px;
|
73 |
color: #a6a6a6;
|
485 |
.form-table {
|
486 |
clear: none;
|
487 |
margin-left: 20px;
|
488 |
+
width: -webkit-calc(100% - 40px);
|
489 |
+
width: calc(100% - 40px);
|
490 |
font-family: Verdana, Geneva, sans-serif;
|
491 |
font-size: 13px;
|
492 |
}
|
504 |
/* Help text
|
505 |
-------------------------------------------------------------- */
|
506 |
td.help-text {
|
|
|
507 |
font-family: Verdana, Geneva, sans-serif;
|
508 |
font-size: 12px;
|
509 |
font-style: italic;
|
520 |
.control-textarea {
|
521 |
position: relative;
|
522 |
max-width: 600px;
|
523 |
+
width: 100%;
|
524 |
padding-top: 5px;
|
525 |
background: #fcfcfc;
|
526 |
-webkit-border-radius: 3px;
|
inc/php/page.php
CHANGED
@@ -24,7 +24,7 @@ function spacexchimp_p006_render_submenu_page() {
|
|
24 |
// Layout of page
|
25 |
?>
|
26 |
<div class="wrap">
|
27 |
-
<h2>
|
28 |
<?php echo $name; ?>
|
29 |
<span>
|
30 |
<?php printf(
|
24 |
// Layout of page
|
25 |
?>
|
26 |
<div class="wrap">
|
27 |
+
<h2 class="sxc-header">
|
28 |
<?php echo $name; ?>
|
29 |
<span>
|
30 |
<?php printf(
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: inject code, inject scripts, inject javascript, inject js, inject html, in
|
|
4 |
Donate link: https://www.spacexchimp.com/donate.html
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.9
|
7 |
-
Stable tag: 4.
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -51,7 +51,7 @@ On the plugin page you find the code editor powered by CodeMirror. This code edi
|
|
51 |
* Unlimited number of fields for snippets
|
52 |
* Automatic backup of all snippets to a downloadable text file
|
53 |
* Separate activation and deactivation of snippets
|
54 |
-
*
|
55 |
* Well documented
|
56 |
|
57 |
[Get the PRO version now!](https://www.spacexchimp.com/plugins/header-and-footer-scripts-inserter-pro.html)
|
@@ -210,6 +210,9 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
|
|
210 |
|
211 |
== Changelog ==
|
212 |
|
|
|
|
|
|
|
213 |
= 4.32 =
|
214 |
* Improvement: Design of the plugin settings page is improved.
|
215 |
* Content of the "Usage Instructions" section updated.
|
4 |
Donate link: https://www.spacexchimp.com/donate.html
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.9
|
7 |
+
Stable tag: 4.33
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
51 |
* Unlimited number of fields for snippets
|
52 |
* Automatic backup of all snippets to a downloadable text file
|
53 |
* Separate activation and deactivation of snippets
|
54 |
+
* No ads on the settings page
|
55 |
* Well documented
|
56 |
|
57 |
[Get the PRO version now!](https://www.spacexchimp.com/plugins/header-and-footer-scripts-inserter-pro.html)
|
210 |
|
211 |
== Changelog ==
|
212 |
|
213 |
+
= 4.33 =
|
214 |
+
* Improvement: Design of the plugin settings page is improved.
|
215 |
+
|
216 |
= 4.32 =
|
217 |
* Improvement: Design of the plugin settings page is improved.
|
218 |
* Content of the "Usage Instructions" section updated.
|