Plugin Directory

Changeset 2881996


Ignore:
Timestamp:
03/17/2023 03:27:10 PM (3 years ago)
Author:
mtilly
Message:

New Version 3.74

Location:
mycurator/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • mycurator/trunk/MyCurator.php

    r2676566 r2881996  
    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.73
     7 * Version: 3.74
    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.73');
     47define ('MCT_AI_VERSION', '3.74');
    4848
    4949//Globals for DB
  • mycurator/trunk/MyCurator_posttypes.php

    r2676566 r2881996  
    11781178    if ( $page_links )
    11791179            echo "<div class='tablenav-pages'>$page_links</div>";
     1180   
     1181    print('</div>'); //Close tablenav div
    11801182    ?>
    11811183    <form name="delete_feeds" method="post" >
     
    12231225        </table>
    12241226    </form>
    1225 
     1227    </div>
    12261228<?php
    12271229
  • mycurator/trunk/README.txt

    r2757461 r2881996  
    55Requires at least: 3.3
    66Tested up to: 6.0
    7 Stable tag: 3.73
     7Stable tag: 3.74
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    118118== Changelog ==
    119119
     120= 3.74 =
     121* Fix various HTML issues
     122
    120123= 3.73 =
    121124* Fix issue with array handling for PHP 8
    122125* Fix warnings for PHP 8
    123 
    124 = 3.72 =
    125 * Fix issue with editing Notebooks where title disappeared
    126 * Fix issue with Quick tag in Training Posts where title and description were lost
    127126
    128127
Note: See TracChangeset for help on using the changeset viewer.