Plugin Directory

Changeset 2804076


Ignore:
Timestamp:
10/25/2022 05:41:28 PM (3 years ago)
Author:
ehops32
Message:

1.1.9

  • Bugfix - was causing an issue on home page loading
Location:
sackson-web-data/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sackson-web-data/trunk/README.txt

    r2802983 r2804076  
    55Requires at least: 3.0.1
    66Tested up to: 6.0
    7 Stable tag: 1.1.8
     7Stable tag: 1.1.9
    88Requires PHP: 7.0
    99License: GPLv2 or later
     
    5151== Changelog ==
    5252
     53= 1.1.9 =
     54* Bugfix - was causing an issue on home page loading
     55
    5356= 1.1.8 =
    5457* Add a settings link on the plugin page to allow quick access to the settings, especially after a new install.
  • sackson-web-data/trunk/includes/class-sacksonweb-data-helper.php

    r2802983 r2804076  
    455455        if ( $this->doAllTheseDatabaseTablesExist(array($simple_history_context_table, $simple_history_table)) )
    456456        {       
    457             echo '<script>alert("Yes")</script>';
     457            //echo '<script>alert("Yes")</script>';
    458458            /*
    459459                FROM `wp_vmck51qx8n_simple_history` sh
  • sackson-web-data/trunk/sacksonweb-data.php

    r2802983 r2804076  
    1010 *
    1111 * @link              http://data.sacksonweb.com/author
    12  * @since             1.1.8
     12 * @since             1.1.9
    1313 * @package           Sacksonweb_Data
    1414 *
     
    1717 * Plugin URI:        http://data.sacksonweb.com
    1818 * Description:       A tool to monitor security issues, performance issues, and Wordpress settings that should be changed.
    19  * Version:           1.1.8
     19 * Version:           1.1.9
    2020 * Author:            Eric Thornton
    2121 * Author URI:        http://data.sacksonweb.com/author
     
    3535 *
    3636 */
    37 define( 'SACKSONWEB_DATA_VERSION', '1.1.8' );
     37define( 'SACKSONWEB_DATA_VERSION', '1.1.9' );
    3838
    3939/**
Note: See TracChangeset for help on using the changeset viewer.