Changeset 2881996
- Timestamp:
- 03/17/2023 03:27:10 PM (3 years ago)
- Location:
- mycurator/trunk
- Files:
-
- 3 edited
-
MyCurator.php (modified) (2 diffs)
-
MyCurator_posttypes.php (modified) (2 diffs)
-
README.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mycurator/trunk/MyCurator.php
r2676566 r2881996 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 37 * Version: 3.74 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 3');47 define ('MCT_AI_VERSION', '3.74'); 48 48 49 49 //Globals for DB -
mycurator/trunk/MyCurator_posttypes.php
r2676566 r2881996 1178 1178 if ( $page_links ) 1179 1179 echo "<div class='tablenav-pages'>$page_links</div>"; 1180 1181 print('</div>'); //Close tablenav div 1180 1182 ?> 1181 1183 <form name="delete_feeds" method="post" > … … 1223 1225 </table> 1224 1226 </form> 1225 1227 </div> 1226 1228 <?php 1227 1229 -
mycurator/trunk/README.txt
r2757461 r2881996 5 5 Requires at least: 3.3 6 6 Tested up to: 6.0 7 Stable tag: 3.7 37 Stable tag: 3.74 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.74 = 121 * Fix various HTML issues 122 120 123 = 3.73 = 121 124 * Fix issue with array handling for PHP 8 122 125 * Fix warnings for PHP 8 123 124 = 3.72 =125 * Fix issue with editing Notebooks where title disappeared126 * Fix issue with Quick tag in Training Posts where title and description were lost127 126 128 127
Note: See TracChangeset
for help on using the changeset viewer.