Plugin Directory

Changeset 2883680


Ignore:
Timestamp:
03/20/2023 04:21:25 PM (3 years ago)
Author:
shinystat
Message:

Small change in css rules to improve compatibility with yoast plugin.

Location:
shinystat-analytics
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • shinystat-analytics/tags/1.0.13/includes/class-shinystat-analytics.php

    r2883651 r2883680  
    7070            $this->version = SHINYSTAT_ANALYTICS_VERSION;
    7171        } else {
    72             $this->version = '1.0.12';
     72            $this->version = '1.0.13';
    7373        }
    7474        $this->plugin_name = 'shinystat-analytics';
  • shinystat-analytics/tags/1.0.13/shinystat-analytics.php

    r2883651 r2883680  
    1717 * Plugin URI:        https://wordpress.org/plugins/shinystat-analytics/
    1818 * Description:       Activate the plugin and start to use ShinyStat Web Analytics and On-site Marketing Automation tools.
    19  * Version:           1.0.12
     19 * Version:           1.0.13
    2020 * Author:            ShinyStat
    2121 * Author URI:        https://www.shinystat.com
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'SHINYSTAT_ANALYTICS_VERSION', '1.0.12' );
     38define( 'SHINYSTAT_ANALYTICS_VERSION', '1.0.13' );
    3939
    4040/**
  • shinystat-analytics/trunk/README.txt

    r2834929 r2883680  
    55Requires at least: 3.1.0
    66Tested up to: 6.1
    7 Stable tag: 1.0.12
     7Stable tag: 1.0.13
    88Requires PHP: 5.6 or higher
    99License: GPLv2 or later
     
    5555== Changelog ==
    5656
     57= 1.0.13 =
     58* Update css rule to improve compatibily with yoast plugin.
     59
    5760= 1.0.12 =
    5861* Added function shn_engage.get_product_details that calls rest api to retrieve product information from id.
     
    101104
    102105== Upgrade Notice ==
     106
     107= 1.0.13 =
     108* Update style rules to improve compatibily with yoast plugin.
    103109
    104110= 1.0.12 =
  • shinystat-analytics/trunk/admin/css/shinystat-analytics-admin.css

    r2816672 r2883680  
    9191}
    9292
    93 #shinystat-analytics-form > .shinystat-analytics-panel, table {
     93#shinystat-analytics-form > .shinystat-analytics-panel,
     94#shinystat-analytics-form table {
    9495    background: #fafafa;
    9596    padding: 20px;
     
    9899}
    99100
    100 #shinystat-analytics-form th, tr, td {
     101#shinystat-analytics-form th,
     102#shinystat-analytics-form tr {
    101103    padding: 20px !important;
    102104}
  • shinystat-analytics/trunk/includes/class-shinystat-analytics.php

    r2834929 r2883680  
    7070            $this->version = SHINYSTAT_ANALYTICS_VERSION;
    7171        } else {
    72             $this->version = '1.0.12';
     72            $this->version = '1.0.13';
    7373        }
    7474        $this->plugin_name = 'shinystat-analytics';
  • shinystat-analytics/trunk/shinystat-analytics.php

    r2834929 r2883680  
    1717 * Plugin URI:        https://wordpress.org/plugins/shinystat-analytics/
    1818 * Description:       Activate the plugin and start to use ShinyStat Web Analytics and On-site Marketing Automation tools.
    19  * Version:           1.0.12
     19 * Version:           1.0.13
    2020 * Author:            ShinyStat
    2121 * Author URI:        https://www.shinystat.com
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'SHINYSTAT_ANALYTICS_VERSION', '1.0.12' );
     38define( 'SHINYSTAT_ANALYTICS_VERSION', '1.0.13' );
    3939
    4040/**
Note: See TracChangeset for help on using the changeset viewer.