Changeset 3120652
- Timestamp:
- 07/17/2024 05:04:33 PM (21 months ago)
- Location:
- mycurator/trunk
- Files:
-
- 2 edited
-
MyCurator.php (modified) (3 diffs)
-
README.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mycurator/trunk/MyCurator.php
r3035934 r3120652 5 5 * Plugin URI: http://www.target-info.com 6 6 * Description: Automatically curates articles from your feeds and alerts, using the Relevance engine to find only the articles you like 7 * Version: 3.7 77 * Version: 3.78 8 8 * Author: Mark Tilly 9 9 * Author URL: http://www.target-info.com … … 45 45 define ('MCT_AI_LOG_PROCESS','PROCESS'); 46 46 define ('MCT_AI_LOG_REQUEST','REQUEST'); 47 define ('MCT_AI_VERSION', '3.7 7');47 define ('MCT_AI_VERSION', '3.78'); 48 48 49 49 //Globals for DB … … 654 654 $sql = "SELECT logs_type, count(`logs_id`) as cnt 655 655 FROM $ai_logs_tbl WHERE logs_type != '".MCT_AI_LOG_PROCESS. "' AND logs_proc_id > '".$back."' 656 GROUP BY logs_type ASC";656 GROUP BY logs_type"; 657 657 $logs = $wpdb->get_results($sql, ARRAY_A); 658 658 if ($logs) { -
mycurator/trunk/README.txt
r3035934 r3120652 4 4 Tags: content curation, content curation tools, content curation software, content curation plugin, content marketing, article writing, content writing, blog article 5 5 Requires at least: 3.3 6 Tested up to: 6. 47 Stable tag: 3.7 76 Tested up to: 6.6 7 Stable tag: 3.78 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 118 118 == Changelog == 119 119 120 = 3.78 = 121 * Fix PHP8 Issue 122 120 123 = 3.77 = 121 124 * Fix security issue 122 123 = 3.76 =124 * Fix various PHP 8 issues125 125 126 126
Note: See TracChangeset
for help on using the changeset viewer.