Plugin Directory

Changeset 2027333


Ignore:
Timestamp:
02/08/2019 03:21:36 PM (7 years ago)
Author:
segmentlab
Message:

1.2 neleisdavo paveiksliuku ikelti, visa wordpresa lauzdavo

Location:
segmentlab-extension/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • segmentlab-extension/trunk/readme.txt

    r2026886 r2027333  
    44Requires at least: 4.0.1
    55Tested up to: 5.0.3
    6 Stable tag: 1.0.1
     6Stable tag: 1.2
    77Requires PHP: 5.6
    88License: GPLv2 or later
     
    1313Plugin URI: https://www.segmentlab.com/main/plugin.php
    1414Description: This plugin extends existing WooCommerce Functionality and allows you to set price experiments. Different prices and pricing techniques let you understand which pricing model brings the most revenue and sales from your audience.
    15 Version: 1.0.1
     15Version: 1.2
    1616Author: SegmentLab
    1717Author URI: https://www.SegmentLab.com/
     
    134134- Simplified the logic of SegmentLab signed HTTP requests code.
    135135- Removed developers comments from code.
    136 = 1.0.1 =
     136= 1.2 =
    137137- Leads bug, variables deprecated.
    138138- Smoother connect acc with platform.
     139- CSS moved to other directory.
  • segmentlab-extension/trunk/segment-lab-extension.php

    r2026884 r2027333  
    66*Requires at least: 4.0.1
    77*Tested up to: 5.0.3
    8 *Stable tag: 1.3.1
     8*Stable tag: 1.2
    99*Requires PHP: 5.6
    1010*License: GPLv3 or later License
     
    1515*Plugin URI: https://www.segmentlab.com/main/plugin.php
    1616*Description: This plugin extends existing WooCommerce Functionality and allows you to set price experiments. Different prices and pricing techniques let you understand which pricing model brings the most revenue and sales from your audience.
    17 *Version: 1.0
     17*Version: 1.2
    1818*Author: SegmentLab
    1919*Author URI: https://www.SegmentLab.com/
     
    283283            register_deactivation_hook(__FILE__,                            'sgmnt_lab_plugin_deactivate');                 //PLUGIN_DEACTIVATION
    284284
    285             echo "         
    286             <style>
    287                 .toplevel_page_segmentlab-settings-page .wp-menu-image img {
    288                     height:17px;
    289                 }           
    290             </style>           
    291             ";
     285            wp_register_style('segmentLabStyle', plugins_url('/css/segmentLabStyles.css',__FILE__ ));
     286            wp_enqueue_style('segmentLabStyle');
    292287       
    293288            if (sgmnt_lab_check_var(get_option('sgmntLab_cfg_connection'), 1) == 1 && $woocommerce_status == 1) {
Note: See TracChangeset for help on using the changeset viewer.