Changeset 2118598
- Timestamp:
- 07/06/2019 02:22:19 PM (7 years ago)
- Location:
- database-operations
- Files:
-
- 35 added
- 3 edited
-
tags/1.6.1 (added)
-
tags/1.6.1/LICENSE.txt (added)
-
tags/1.6.1/admin (added)
-
tags/1.6.1/admin/class-database-operations-admin.php (added)
-
tags/1.6.1/admin/css (added)
-
tags/1.6.1/admin/css/database-operations-admin.css (added)
-
tags/1.6.1/admin/function-database-operations-admin.php (added)
-
tags/1.6.1/admin/index.php (added)
-
tags/1.6.1/admin/js (added)
-
tags/1.6.1/admin/js/database-operations-admin.js (added)
-
tags/1.6.1/admin/views (added)
-
tags/1.6.1/admin/views/database-operations-admin-display.php (added)
-
tags/1.6.1/admin/views/database-operations-form-admin-display.php (added)
-
tags/1.6.1/admin/views/database-operations-init-admin-display.php (added)
-
tags/1.6.1/db_op.php (added)
-
tags/1.6.1/includes (added)
-
tags/1.6.1/includes/class-database-operations-activator.php (added)
-
tags/1.6.1/includes/class-database-operations-deactivator.php (added)
-
tags/1.6.1/includes/class-database-operations-i18n.php (added)
-
tags/1.6.1/includes/class-database-operations-loader.php (added)
-
tags/1.6.1/includes/class-database-operations.php (added)
-
tags/1.6.1/includes/index.php (added)
-
tags/1.6.1/index.php (added)
-
tags/1.6.1/languages (added)
-
tags/1.6.1/languages/database_operations.pot (added)
-
tags/1.6.1/public (added)
-
tags/1.6.1/public/class-database-operations-public.php (added)
-
tags/1.6.1/public/css (added)
-
tags/1.6.1/public/css/database-operations-public.css (added)
-
tags/1.6.1/public/index.php (added)
-
tags/1.6.1/public/js (added)
-
tags/1.6.1/public/js/database-operations-public.js (added)
-
tags/1.6.1/public/partials (added)
-
tags/1.6.1/public/partials/database-operations-public-display.php (added)
-
tags/1.6.1/readme.txt (added)
-
trunk/admin/class-database-operations-admin.php (modified) (1 diff)
-
trunk/admin/views/database-operations-admin-display.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
database-operations/trunk/admin/class-database-operations-admin.php
r2118587 r2118598 210 210 } 211 211 } 212 213 $res = '214 </br>215 <h4> please donate www.antechncom.wordpress.com 💙</h4></br>';216 212 217 213 $cols = $db_op_cols; 218 214 $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">'; 220 216 if($cols != ""){ 221 217 foreach ($cols as $t) -
database-operations/trunk/admin/views/database-operations-admin-display.php
r2118587 r2118598 17 17 <?php echo '<h4>Use With Shortcode [database_operations id='. 18 18 //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 '; 20 23 //get_post_custom_values('tb1', get_the_ID()) 21 24 //get_text_value(get_the_ID(), 'mm', '') ?> -
database-operations/trunk/readme.txt
r2118587 r2118598 5 5 Requires at least: 4.6 6 6 Tested up to: 5.2 7 Stable tag: 1.6. 07 Stable tag: 1.6.1 8 8 Requires PHP: 5.2.4 9 9 License: GPLv2 or later … … 63 63 * Major Code Refactoring 64 64 65 = 1.6.1 = 66 * Minor Code Changes 65 67 66 68 69
Note: See TracChangeset
for help on using the changeset viewer.