Version Description
- 29 July 2020 =
- Resolved Font Family field output.
Download this release
Release Info
Developer | gpriday |
Plugin | SiteOrigin CSS |
Version | 1.2.9 |
Comparing to | |
See all releases |
Code changes from version 1.2.8 to 1.2.9
- readme.txt +5 -2
- so-css.php +2 -2
- tpl/js-templates.php +1 -1
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Tags: css, design, edit, customize
|
3 |
Requires at least: 3.9
|
4 |
Tested up to: 5.5
|
5 |
-
Stable tag: 1.2.
|
6 |
-
Build time: 2020-
|
7 |
License: GPLv2 or later
|
8 |
Contributors: gpriday
|
9 |
Donate link: https://siteorigin.com/downloads/premium/
|
@@ -65,6 +65,9 @@ We offer free support on the [SiteOrigin support forums](https://siteorigin.com/
|
|
65 |
|
66 |
== Changelog ==
|
67 |
|
|
|
|
|
|
|
68 |
= 1.2.8 - 22 May 2020 =
|
69 |
* Renamed `custom_css` textarea to prevent conflicts.
|
70 |
|
2 |
Tags: css, design, edit, customize
|
3 |
Requires at least: 3.9
|
4 |
Tested up to: 5.5
|
5 |
+
Stable tag: 1.2.9
|
6 |
+
Build time: 2020-07-29T14:15:29+02:00
|
7 |
License: GPLv2 or later
|
8 |
Contributors: gpriday
|
9 |
Donate link: https://siteorigin.com/downloads/premium/
|
65 |
|
66 |
== Changelog ==
|
67 |
|
68 |
+
= 1.2.9 - 29 July 2020 =
|
69 |
+
* Resolved Font Family field output.
|
70 |
+
|
71 |
= 1.2.8 - 22 May 2020 =
|
72 |
* Renamed `custom_css` textarea to prevent conflicts.
|
73 |
|
so-css.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
Plugin Name: SiteOrigin CSS
|
4 |
Description: An advanced CSS editor from SiteOrigin.
|
5 |
-
Version: 1.2.
|
6 |
Author: SiteOrigin
|
7 |
Author URI: https://siteorigin.com
|
8 |
Plugin URI: https://siteorigin.com/css/
|
@@ -14,7 +14,7 @@ Text Domain: so-css
|
|
14 |
// Handle the legacy CSS editor that came with SiteOrigin themes
|
15 |
include plugin_dir_path( __FILE__ ) . 'inc/legacy.php';
|
16 |
|
17 |
-
define( 'SOCSS_VERSION', '1.2.
|
18 |
define( 'SOCSS_JS_SUFFIX', '.min' );
|
19 |
|
20 |
/**
|
2 |
/*
|
3 |
Plugin Name: SiteOrigin CSS
|
4 |
Description: An advanced CSS editor from SiteOrigin.
|
5 |
+
Version: 1.2.9
|
6 |
Author: SiteOrigin
|
7 |
Author URI: https://siteorigin.com
|
8 |
Plugin URI: https://siteorigin.com/css/
|
14 |
// Handle the legacy CSS editor that came with SiteOrigin themes
|
15 |
include plugin_dir_path( __FILE__ ) . 'inc/legacy.php';
|
16 |
|
17 |
+
define( 'SOCSS_VERSION', '1.2.9' );
|
18 |
define( 'SOCSS_JS_SUFFIX', '.min' );
|
19 |
|
20 |
/**
|
tpl/js-templates.php
CHANGED
@@ -54,7 +54,7 @@
|
|
54 |
</script>
|
55 |
|
56 |
<script type="text/template" id="template-webfont-teaser">
|
57 |
-
<input type="text" value="" />
|
58 |
<small style="color: #888">
|
59 |
<?php
|
60 |
printf(
|
54 |
</script>
|
55 |
|
56 |
<script type="text/template" id="template-webfont-teaser">
|
57 |
+
<input type="text" value="" class="socss-property-controller-input"/>
|
58 |
<small style="color: #888">
|
59 |
<?php
|
60 |
printf(
|