Changeset 2786277
- Timestamp:
- 09/17/2022 09:43:02 AM (4 years ago)
- Location:
- print-bangla-news/trunk
- Files:
-
- 2 edited
-
print-bangla-news.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
print-bangla-news/trunk/print-bangla-news.php
r2786255 r2786277 7 7 * Author: SynthiaSoft 8 8 * Author URI: https://synthasoft.com/ 9 * Version: 1.0. 29 * Version: 1.0.3 10 10 * License: GPL2 or later 11 11 * License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 105 105 return (array) $links; 106 106 } 107 108 109 function PrintNews_active() { 110 111 flush_rewrite_rules(); 112 } 113 register_activation_hook( __FILE__, 'PrintNews_active' ); -
print-bangla-news/trunk/readme.txt
r2786255 r2786277 5 5 Requires at least: 6.0.2 6 6 Tested up to: 6.0.2 7 Stable tag: 1.0. 27 Stable tag: 1.0.3 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.