Changeset 1328699
- Timestamp:
- 01/15/2016 02:29:26 AM (10 years ago)
- Location:
- clever-seo-keywords
- Files:
-
- 31 added
- 5 edited
-
tags/6.5 (added)
-
tags/6.5/clever-seo-keywords.php (added)
-
tags/6.5/css (added)
-
tags/6.5/css/style.css (added)
-
tags/6.5/images (added)
-
tags/6.5/images/edit.png (added)
-
tags/6.5/images/facebook.jpg (added)
-
tags/6.5/images/progress.gif (added)
-
tags/6.5/images/rate-me.png (added)
-
tags/6.5/images/resortable.jpg (added)
-
tags/6.5/images/trash.png (added)
-
tags/6.5/images/twitter.jpg (added)
-
tags/6.5/js (added)
-
tags/6.5/js/application.js (added)
-
tags/6.5/lib (added)
-
tags/6.5/lib/simplephpdom (added)
-
tags/6.5/lib/simplephpdom/app (added)
-
tags/6.5/lib/simplephpdom/app/google.htm (added)
-
tags/6.5/lib/simplephpdom/app/index.php (added)
-
tags/6.5/lib/simplephpdom/app/js (added)
-
tags/6.5/lib/simplephpdom/app/js/images (added)
-
tags/6.5/lib/simplephpdom/app/js/images/treeview-default-line.gif (added)
-
tags/6.5/lib/simplephpdom/app/js/images/treeview-default.gif (added)
-
tags/6.5/lib/simplephpdom/app/js/jquery.js (added)
-
tags/6.5/lib/simplephpdom/app/js/jquery.treeview.css (added)
-
tags/6.5/lib/simplephpdom/app/js/jquery.treeview.js (added)
-
tags/6.5/lib/simplephpdom/app/js/screen.css (added)
-
tags/6.5/lib/simplephpdom/change_log.txt (added)
-
tags/6.5/lib/simplephpdom/simple_html_dom.php (added)
-
tags/6.5/lib/tom-m8te.php (added)
-
tags/6.5/readme.txt (added)
-
trunk/clever-seo-keywords.php (modified) (2 diffs)
-
trunk/lib/simplephpdom/app/index.php (modified) (1 diff)
-
trunk/lib/simplephpdom/simple_html_dom.php (modified) (1 diff)
-
trunk/lib/tom-m8te.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
clever-seo-keywords/trunk/clever-seo-keywords.php
r1253023 r1328699 7 7 Installation: 8 8 9 1) Install WordPress 4. 3or higher9 1) Install WordPress 4.4.1 or higher 10 10 11 11 2) Download the latest from: … … 18 18 4) Activate the plugin. 19 19 20 Version: 6. 420 Version: 6.5 21 21 License: GPL2 22 22 -
clever-seo-keywords/trunk/lib/simplephpdom/app/index.php
r866546 r1328699 1 1 <?php 2 3 if ( ! defined( 'ABSPATH' ) ) exit; 4 2 5 error_reporting(E_ALL); 3 6 include_once('../simple_html_dom.php'); -
clever-seo-keywords/trunk/lib/simplephpdom/simple_html_dom.php
r866546 r1328699 1 1 <?php 2 3 if ( ! defined( 'ABSPATH' ) ) exit; 4 2 5 /** 3 6 * Website: http://sourceforge.net/projects/simplehtmldom/ -
clever-seo-keywords/trunk/lib/tom-m8te.php
r875149 r1328699 1048 1048 global $wpdb; 1049 1049 $table_name_prefix = $wpdb->prefix.$table_name; 1050 $id_column_name = sanitize_text_field($id_column_name); 1051 $delete_id = intval($delete_id); 1050 1052 return $wpdb->query($wpdb->prepare("DELETE FROM $table_name_prefix WHERE $id_column_name = %d", $delete_id)); 1051 1053 } … … 1055 1057 global $wpdb; 1056 1058 $table_name_prefix = $wpdb->prefix.$table_name; 1059 $where_sql = sanitize_text_field($where_sql); 1057 1060 return $wpdb->query("DELETE FROM $table_name_prefix WHERE $where_sql"); 1058 1061 } 1062 1059 1063 1060 1064 // Get total record count from database table. -
clever-seo-keywords/trunk/readme.txt
r1253023 r1328699 4 4 Tags: seo, plugin, keyword, keywords, meta, metadata, description 5 5 Requires at least: 3.3 6 Tested up to: 4. 17 Stable tag: 6. 46 Tested up to: 4.4.1 7 Stable tag: 6.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 19 19 == Installation == 20 20 21 1) Install WordPress 4. 3or higher21 1) Install WordPress 4.4.1 or higher 22 22 23 23 2) Download the latest from: … … 32 32 == Changelog == 33 33 34 = 6.5 = 35 36 * Updated code suggested by WordPress. 37 34 38 = 6.4 = 35 39 … … 120 124 == Upgrade notice == 121 125 126 = 6.5 = 127 128 * Updated code suggested by WordPress. 129 122 130 = 6.4 = 123 131
Note: See TracChangeset
for help on using the changeset viewer.