Changeset 2447515
- Timestamp:
- 12/29/2020 05:08:54 PM (5 years ago)
- Location:
- news-search-engine/trunk
- Files:
-
- 2 edited
-
news-search-engine.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
news-search-engine/trunk/news-search-engine.php
r2302481 r2447515 4 4 * Plugin URI: https://github.com/webmarcello8080/news-search-engine 5 5 * Description: News Search Engine is a Wordpress plugin that create a new section on the Wordpress Dashboard and it gives the possibility to search news through Google news API. 6 * Version: 1.0. 16 * Version: 1.0.2 7 7 * Requires at least: 4.5.13 8 8 * Requires PHP: 7.0 … … 26 26 function news_search_engine_loader(){ 27 27 if( is_admin() ){ 28 $NewsSearchEngineAdmin =new NewsSearchEngineAdmin;29 $NewsSearchEngineAjax =new NewsSearchEngineAjax;28 new NewsSearchEngineAdmin; 29 new NewsSearchEngineAjax; 30 30 } 31 31 } -
news-search-engine/trunk/readme.txt
r2302481 r2447515 3 3 Tags: google, news, api, search, engine, admin area 4 4 Requires at least: 4.5.13 5 Tested up to: 5. 3.25 Tested up to: 5.6 6 6 Stable tag: trunk 7 7 Requires PHP: 7.0 … … 80 80 == Changelog == 81 81 82 = 1.0.2 = 83 * cleaning code and speeding up Ajax calls 84 82 85 = 1.0.1 = 83 86 * JS and CSS minified
Note: See TracChangeset
for help on using the changeset viewer.