Changeset 2027333
- Timestamp:
- 02/08/2019 03:21:36 PM (7 years ago)
- Location:
- segmentlab-extension/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
segment-lab-extension.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
segmentlab-extension/trunk/readme.txt
r2026886 r2027333 4 4 Requires at least: 4.0.1 5 5 Tested up to: 5.0.3 6 Stable tag: 1. 0.16 Stable tag: 1.2 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later … … 13 13 Plugin URI: https://www.segmentlab.com/main/plugin.php 14 14 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. 15 Version: 1. 0.115 Version: 1.2 16 16 Author: SegmentLab 17 17 Author URI: https://www.SegmentLab.com/ … … 134 134 - Simplified the logic of SegmentLab signed HTTP requests code. 135 135 - Removed developers comments from code. 136 = 1. 0.1=136 = 1.2 = 137 137 - Leads bug, variables deprecated. 138 138 - Smoother connect acc with platform. 139 - CSS moved to other directory. -
segmentlab-extension/trunk/segment-lab-extension.php
r2026884 r2027333 6 6 *Requires at least: 4.0.1 7 7 *Tested up to: 5.0.3 8 *Stable tag: 1. 3.18 *Stable tag: 1.2 9 9 *Requires PHP: 5.6 10 10 *License: GPLv3 or later License … … 15 15 *Plugin URI: https://www.segmentlab.com/main/plugin.php 16 16 *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. 017 *Version: 1.2 18 18 *Author: SegmentLab 19 19 *Author URI: https://www.SegmentLab.com/ … … 283 283 register_deactivation_hook(__FILE__, 'sgmnt_lab_plugin_deactivate'); //PLUGIN_DEACTIVATION 284 284 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'); 292 287 293 288 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.