Plugin Directory

Changeset 2898391


Ignore:
Timestamp:
04/13/2023 10:07:36 AM (3 years ago)
Author:
finnj
Message:

Version 6.1

Location:
frontier-post/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • frontier-post/trunk/frontier-post.php

    r2897243 r2898391  
    44Plugin URI: http://wordpress.org/extend/plugins/frontier-post/
    55Description: Simple, Fast & Secure frontend management of posts - Add, Edit, Delete posts from frontend - My Posts Widget.
    6 Version: 6.0.6
     6Version: 6.1
    77Author: finnj
    88Author URI: http://wpfrontier.com
     
    1212
    1313
    14 // From version 6.x, only WP 6.1.1 & PHP8 is supported
     14// From version 6.x, only WP 6.1 & PHP 7.4.33 is supported
    1515// define constants
    16 define('FRONTIER_POST_VERSION', "6.0.6");
     16define('FRONTIER_POST_VERSION', "6.1");
    1717
    1818define('FRONTIER_POST_DIR', dirname( __FILE__ )); //an absolute path to this directory
  • frontier-post/trunk/readme.txt

    r2897243 r2898391  
    55Requires at least: 6.1
    66Tested up to: 6.2
    7 Stable tag: 5.1.5
     7Stable tag: 6.1
    88Requires PHP:  7.4.33
    99License: GPL v3 or later
     
    106106== Changelog ==
    107107
    108 == 6.0.6 ==
     108== 6.1 ==
    109109* Tested with WP version 6.2
    110110* Tested with PHP 8.0.28
Note: See TracChangeset for help on using the changeset viewer.