Changeset 2898391
- Timestamp:
- 04/13/2023 10:07:36 AM (3 years ago)
- Location:
- frontier-post/trunk
- Files:
-
- 2 edited
-
frontier-post.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
frontier-post/trunk/frontier-post.php
r2897243 r2898391 4 4 Plugin URI: http://wordpress.org/extend/plugins/frontier-post/ 5 5 Description: Simple, Fast & Secure frontend management of posts - Add, Edit, Delete posts from frontend - My Posts Widget. 6 Version: 6. 0.66 Version: 6.1 7 7 Author: finnj 8 8 Author URI: http://wpfrontier.com … … 12 12 13 13 14 // From version 6.x, only WP 6.1 .1 & PHP8is supported14 // From version 6.x, only WP 6.1 & PHP 7.4.33 is supported 15 15 // define constants 16 define('FRONTIER_POST_VERSION', "6. 0.6");16 define('FRONTIER_POST_VERSION', "6.1"); 17 17 18 18 define('FRONTIER_POST_DIR', dirname( __FILE__ )); //an absolute path to this directory -
frontier-post/trunk/readme.txt
r2897243 r2898391 5 5 Requires at least: 6.1 6 6 Tested up to: 6.2 7 Stable tag: 5.1.57 Stable tag: 6.1 8 8 Requires PHP: 7.4.33 9 9 License: GPL v3 or later … … 106 106 == Changelog == 107 107 108 == 6. 0.6==108 == 6.1 == 109 109 * Tested with WP version 6.2 110 110 * Tested with PHP 8.0.28
Note: See TracChangeset
for help on using the changeset viewer.