Changeset 2883680
- Timestamp:
- 03/20/2023 04:21:25 PM (3 years ago)
- Location:
- shinystat-analytics
- Files:
-
- 6 edited
-
tags/1.0.13/includes/class-shinystat-analytics.php (modified) (1 diff)
-
tags/1.0.13/shinystat-analytics.php (modified) (2 diffs)
-
trunk/README.txt (modified) (3 diffs)
-
trunk/admin/css/shinystat-analytics-admin.css (modified) (2 diffs)
-
trunk/includes/class-shinystat-analytics.php (modified) (1 diff)
-
trunk/shinystat-analytics.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shinystat-analytics/tags/1.0.13/includes/class-shinystat-analytics.php
r2883651 r2883680 70 70 $this->version = SHINYSTAT_ANALYTICS_VERSION; 71 71 } else { 72 $this->version = '1.0.1 2';72 $this->version = '1.0.13'; 73 73 } 74 74 $this->plugin_name = 'shinystat-analytics'; -
shinystat-analytics/tags/1.0.13/shinystat-analytics.php
r2883651 r2883680 17 17 * Plugin URI: https://wordpress.org/plugins/shinystat-analytics/ 18 18 * Description: Activate the plugin and start to use ShinyStat Web Analytics and On-site Marketing Automation tools. 19 * Version: 1.0.1 219 * Version: 1.0.13 20 20 * Author: ShinyStat 21 21 * Author URI: https://www.shinystat.com … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'SHINYSTAT_ANALYTICS_VERSION', '1.0.1 2' );38 define( 'SHINYSTAT_ANALYTICS_VERSION', '1.0.13' ); 39 39 40 40 /** -
shinystat-analytics/trunk/README.txt
r2834929 r2883680 5 5 Requires at least: 3.1.0 6 6 Tested up to: 6.1 7 Stable tag: 1.0.1 27 Stable tag: 1.0.13 8 8 Requires PHP: 5.6 or higher 9 9 License: GPLv2 or later … … 55 55 == Changelog == 56 56 57 = 1.0.13 = 58 * Update css rule to improve compatibily with yoast plugin. 59 57 60 = 1.0.12 = 58 61 * Added function shn_engage.get_product_details that calls rest api to retrieve product information from id. … … 101 104 102 105 == Upgrade Notice == 106 107 = 1.0.13 = 108 * Update style rules to improve compatibily with yoast plugin. 103 109 104 110 = 1.0.12 = -
shinystat-analytics/trunk/admin/css/shinystat-analytics-admin.css
r2816672 r2883680 91 91 } 92 92 93 #shinystat-analytics-form > .shinystat-analytics-panel, table { 93 #shinystat-analytics-form > .shinystat-analytics-panel, 94 #shinystat-analytics-form table { 94 95 background: #fafafa; 95 96 padding: 20px; … … 98 99 } 99 100 100 #shinystat-analytics-form th, tr, td { 101 #shinystat-analytics-form th, 102 #shinystat-analytics-form tr { 101 103 padding: 20px !important; 102 104 } -
shinystat-analytics/trunk/includes/class-shinystat-analytics.php
r2834929 r2883680 70 70 $this->version = SHINYSTAT_ANALYTICS_VERSION; 71 71 } else { 72 $this->version = '1.0.1 2';72 $this->version = '1.0.13'; 73 73 } 74 74 $this->plugin_name = 'shinystat-analytics'; -
shinystat-analytics/trunk/shinystat-analytics.php
r2834929 r2883680 17 17 * Plugin URI: https://wordpress.org/plugins/shinystat-analytics/ 18 18 * Description: Activate the plugin and start to use ShinyStat Web Analytics and On-site Marketing Automation tools. 19 * Version: 1.0.1 219 * Version: 1.0.13 20 20 * Author: ShinyStat 21 21 * Author URI: https://www.shinystat.com … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'SHINYSTAT_ANALYTICS_VERSION', '1.0.1 2' );38 define( 'SHINYSTAT_ANALYTICS_VERSION', '1.0.13' ); 39 39 40 40 /**
Note: See TracChangeset
for help on using the changeset viewer.