Plugin Directory

Changeset 2082759


Ignore:
Timestamp:
05/07/2019 05:49:56 PM (7 years ago)
Author:
echelonso
Message:
  • version bump.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • echelon-so/trunk/echelon-so.php

    r2080435 r2082759  
    11<?php
    22/*
    3 * Plugin Name:  Echelon for SiteOrigin
    4 * Plugin URI:   https://echelonso.com
    5 * Description:  Echelon widgets and features for SiteOrigin Page Builder.
    6 * Version:      1.1.0
    7 * Author:       Echelon
    8 * Author URI:   https://echelonso.com
    9 * License:      GPL3
    10 * License URI:  https://www.gnu.org/licenses/gpl-3.0.txt
     3Plugin Name:    Echelon for SiteOrigin
     4Plugin URI:     https://echelonso.com
     5Description:    Echelon widgets and features for SiteOrigin Page Builder.
     6Version:        1.1.1
     7Author:         Echelon
     8Author URI:     https://echelonso.com
     9License:        GPL3
     10License URI:    https://www.gnu.org/licenses/gpl-3.0.txt
    1111*/
    1212
     
    5959       
    6060        public function current_version() {
    61             return '1.1.0';
     61            return '1.1.1';
    6262        }
    6363       
     
    270270            .eso-border-right-5 { border-right: 1px solid <?php echo $echelon_so->get_auto_color('color_5'); ?>; }
    271271            .eso-border-right-dark { border-right: 1px solid <?php echo $echelon_so->get_auto_color('dark'); ?>; }
    272             </style>
    273             <?php
    274             $str = str_replace(array("\r","\n"),'',trim(ob_get_clean()));
    275             $str = str_replace("            ", ' ', $str);
    276             return $str;
    277         }
    278        
    279         public function wp_head() {
    280             echo $this->get_head_css();
    281         }
    282        
     272        </style>
     273        <?php
     274        $str = str_replace(array("\r","\n"),'',trim(ob_get_clean()));
     275        $str = str_replace("            ", ' ', $str);
     276        return $str;
     277    }
     278   
     279    public function wp_head() {
     280        echo $this->get_head_css();
     281    }
     282   
    283283        /**
    284284        * Setup default auto colors
Note: See TracChangeset for help on using the changeset viewer.