Plugin Directory

Changeset 3120652


Ignore:
Timestamp:
07/17/2024 05:04:33 PM (21 months ago)
Author:
mtilly
Message:

Version 3.78

Location:
mycurator/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • mycurator/trunk/MyCurator.php

    r3035934 r3120652  
    55 * Plugin URI: http://www.target-info.com
    66 * Description: Automatically curates articles from your feeds and alerts, using the Relevance engine to find only the articles you like
    7  * Version: 3.77
     7 * Version: 3.78
    88 * Author: Mark Tilly
    99 * Author URL: http://www.target-info.com
     
    4545define ('MCT_AI_LOG_PROCESS','PROCESS');
    4646define ('MCT_AI_LOG_REQUEST','REQUEST');
    47 define ('MCT_AI_VERSION', '3.77');
     47define ('MCT_AI_VERSION', '3.78');
    4848
    4949//Globals for DB
     
    654654                        $sql = "SELECT logs_type, count(`logs_id`) as cnt
    655655                        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";
    657657                        $logs = $wpdb->get_results($sql, ARRAY_A);
    658658                        if ($logs) {
  • mycurator/trunk/README.txt

    r3035934 r3120652  
    44Tags: content curation, content curation tools, content curation software, content curation plugin, content marketing, article writing, content writing, blog article
    55Requires at least: 3.3
    6 Tested up to: 6.4
    7 Stable tag: 3.77
     6Tested up to: 6.6
     7Stable tag: 3.78
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    118118== Changelog ==
    119119
     120= 3.78 =
     121* Fix PHP8 Issue
     122
    120123= 3.77 =
    121124* Fix security issue
    122 
    123 = 3.76 =
    124 * Fix various PHP 8 issues
    125125
    126126
Note: See TracChangeset for help on using the changeset viewer.