Changeset 3047005
- Timestamp:
- 03/07/2024 12:13:57 PM (2 years ago)
- Location:
- frontier-post/trunk
- Files:
-
- 3 edited
-
admin/frontier-post-admin-general.php (modified) (2 diffs)
-
frontier-post.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
frontier-post/trunk/admin/frontier-post-admin-general.php
r2792828 r3047005 40 40 if( isset($_POST[ "frontier_isupdated_general_hidden" ]) && $_POST[ "frontier_isupdated_general_hidden" ] == 'Y' ) 41 41 { 42 // Check Nonce 43 if ( !check_admin_referer( 'frontier_post_admin_general', 'frontier_post_admin' ) ) 44 { 45 wp_die(__("Security violation (nonce) - Please contact your Wordpress administrator", "frontier-post")); 46 } 47 42 48 $fps_save_general_options = frontier_post_get_settings(); 43 49 … … 77 83 echo '<form name="frontier_post_settings" method="post" action="">'; 78 84 echo '<input type="hidden" name="frontier_isupdated_general_hidden" value="Y">'; 85 wp_nonce_field( 'frontier_post_admin_general' , 'frontier_post_admin'); 79 86 echo '<table border="1" cellspacing="0" cellpadding="0">'; 80 87 -
frontier-post/trunk/frontier-post.php
r2898391 r3047005 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. 16 Version: 6.4 7 7 Author: finnj 8 8 Author URI: http://wpfrontier.com … … 14 14 // From version 6.x, only WP 6.1 & PHP 7.4.33 is supported 15 15 // define constants 16 define('FRONTIER_POST_VERSION', "6. 1");16 define('FRONTIER_POST_VERSION', "6.4"); 17 17 18 18 define('FRONTIER_POST_DIR', dirname( __FILE__ )); //an absolute path to this directory -
frontier-post/trunk/readme.txt
r2898391 r3047005 4 4 Tags: frontier, frontend, frontend post, frontend edit, frontier, post, widget, posts, taxonomy 5 5 Requires at least: 6.1 6 Tested up to: 6. 26 Tested up to: 6.4 7 7 Stable tag: 6.1 8 8 Requires PHP: 7.4.33 … … 105 105 106 106 == Changelog == 107 108 == 6.4 == 109 * Tested with WP version 6.4.3 110 * Added additional nonce check 111 107 112 108 113 == 6.1 ==
Note: See TracChangeset
for help on using the changeset viewer.