Plugin Directory

Changeset 2348373


Ignore:
Timestamp:
07/29/2020 12:20:21 PM (5 years ago)
Author:
gpriday
Message:

Tagged 1.2.9 release

Location:
so-css
Files:
3 deleted
3 edited
64 copied

Legend:

Unmodified
Added
Removed
  • so-css/tags/1.2.9/readme.txt

    r2310318 r2348373  
    33Requires at least: 3.9
    44Tested up to: 5.5
    5 Stable tag: 1.2.8
    6 Build time: 2020-05-22T18:38:58+02:00
     5Stable tag: 1.2.9
     6Build time: 2020-07-29T14:15:29+02:00
    77License: GPLv2 or later
    88Contributors: gpriday
     
    6565
    6666== Changelog ==
     67
     68= 1.2.9 - 29 July 2020 =
     69* Resolved Font Family field output.
    6770
    6871= 1.2.8 - 22 May 2020 =
  • so-css/tags/1.2.9/so-css.php

    r2310318 r2348373  
    33Plugin Name: SiteOrigin CSS
    44Description: An advanced CSS editor from SiteOrigin.
    5 Version: 1.2.8
     5Version: 1.2.9
    66Author: SiteOrigin
    77Author URI: https://siteorigin.com
     
    1515include plugin_dir_path( __FILE__ ) . 'inc/legacy.php';
    1616
    17 define( 'SOCSS_VERSION', '1.2.8' );
     17define( 'SOCSS_VERSION', '1.2.9' );
    1818define( 'SOCSS_JS_SUFFIX', '.min' );
    1919
  • so-css/tags/1.2.9/tpl/js-templates.php

    r2238827 r2348373  
    5555
    5656<script type="text/template" id="template-webfont-teaser">
    57     <input type="text" value="" />
     57    <input type="text" value="" class="socss-property-controller-input"/>
    5858    <small style="color: #888">
    5959        <?php
  • so-css/trunk/readme.txt

    r2310318 r2348373  
    33Requires at least: 3.9
    44Tested up to: 5.5
    5 Stable tag: 1.2.8
    6 Build time: 2020-05-22T18:38:58+02:00
     5Stable tag: 1.2.9
     6Build time: 2020-07-29T14:15:29+02:00
    77License: GPLv2 or later
    88Contributors: gpriday
     
    6565
    6666== Changelog ==
     67
     68= 1.2.9 - 29 July 2020 =
     69* Resolved Font Family field output.
    6770
    6871= 1.2.8 - 22 May 2020 =
  • so-css/trunk/so-css.php

    r2310318 r2348373  
    33Plugin Name: SiteOrigin CSS
    44Description: An advanced CSS editor from SiteOrigin.
    5 Version: 1.2.8
     5Version: 1.2.9
    66Author: SiteOrigin
    77Author URI: https://siteorigin.com
     
    1515include plugin_dir_path( __FILE__ ) . 'inc/legacy.php';
    1616
    17 define( 'SOCSS_VERSION', '1.2.8' );
     17define( 'SOCSS_VERSION', '1.2.9' );
    1818define( 'SOCSS_JS_SUFFIX', '.min' );
    1919
  • so-css/trunk/tpl/js-templates.php

    r2238827 r2348373  
    5555
    5656<script type="text/template" id="template-webfont-teaser">
    57     <input type="text" value="" />
     57    <input type="text" value="" class="socss-property-controller-input"/>
    5858    <small style="color: #888">
    5959        <?php
Note: See TracChangeset for help on using the changeset viewer.