Plugin Directory

Changeset 2118598


Ignore:
Timestamp:
07/06/2019 02:22:19 PM (7 years ago)
Author:
devjoe2016
Message:

Revision 1.6.1 with minor code changes

Location:
database-operations
Files:
35 added
3 edited

Legend:

Unmodified
Added
Removed
  • database-operations/trunk/admin/class-database-operations-admin.php

    r2118587 r2118598  
    210210            }
    211211        }
    212    
    213         $res = '
    214         </br>
    215     <h4>    please donate www.antechncom.wordpress.com 💙</h4></br>';
    216212       
    217213    $cols = $db_op_cols;
    218214    $mytables = $mytables;
    219     $res .= '<div style="overflow:auto;"><table  class="table table-hover" > <h4> Displaying Last Saved Query Information of Table(s) ' . $db_op_tb1. ' / ' . $db_op_tb2.'</h4><thead class="thead-light"><tr class="table-info">';
     215    $res = '<div style="overflow:auto;"><table  class="table table-hover" > <h4> Displaying Last Saved Query Information of Table(s) ' . $db_op_tb1. ' / ' . $db_op_tb2.'</h4><thead class="thead-light"><tr class="table-info">';
    220216    if($cols != ""){
    221217    foreach ($cols as $t)
  • database-operations/trunk/admin/views/database-operations-admin-display.php

    r2118587 r2118598  
    1717        <?php echo '<h4>Use With Shortcode [database_operations id='.
    1818        //get_post_meta(get_the_ID, "post_ID", true );
    19          get_the_ID().']</h4>';
     19         get_the_ID().']</h4>
     20        </br>
     21    <h4>    please donate www.antechncom.wordpress.com 💙</h4></br>
     22         ';
    2023        //get_post_custom_values('tb1', get_the_ID())
    2124        //get_text_value(get_the_ID(), 'mm', '') ?>
  • database-operations/trunk/readme.txt

    r2118587 r2118598  
    55Requires at least: 4.6
    66Tested up to: 5.2
    7 Stable tag: 1.6.0
     7Stable tag: 1.6.1
    88Requires PHP: 5.2.4
    99License: GPLv2 or later
     
    6363* Major Code Refactoring
    6464
     65= 1.6.1 =
     66* Minor Code Changes
    6567
    6668
     69
Note: See TracChangeset for help on using the changeset viewer.