Skip to content

Commit

Permalink
v1.6.7 Release Preparation
Browse files Browse the repository at this point in the history
updated versioning for v1..6.7 release (Improved J5.1 support)
  • Loading branch information
RussW committed May 11, 2024
1 parent 95d71d4 commit a63c75d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions fpa-en.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* @version 1.6.6
* @version 1.6.7
* @package Joomla!
* @subpackage Forum Post Assistant
* @category Diagnostic Tool
Expand All @@ -21,10 +21,10 @@
*
*/
define ( '_RES', 'Forum Post Assistant' );
define ( '_RES_VERSION', '1.6.6' );
define ( '_RES_CODENAME', 'Betelgeuse' );
define ( '_RES_LAST_UPDATED', '19-Dec-2022' );
define ( '_RES_RELEASE', 'Stable' ); // can be Alpha, Beta, RC, Stable
define ( '_RES_VERSION', '1.6.7' );
define ( '_RES_CODENAME', 'Marvin' );
define ( '_RES_LAST_UPDATED', '11-May-2024' );
define ( '_RES_RELEASE', 'Stable' ); // can be Alpha, Beta, RC, Stable
define ( '_RES_LANG', 'en-GB' ); // Country/Language Code
define ( '_RES_COPYRIGHT_STMT', ' Copyright &copy; 2011-'. @date("Y"). ' Russell Winter, Phil DeGruy, Bernard Toplak, Claire Mandville, Sveinung Larsen. <br>' );

Expand Down

0 comments on commit a63c75d

Please sign in to comment.