Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomano committed Mar 14, 2024
1 parent 88dc712 commit a4f1c10
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Sources/Optimus/Integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
* @package Optimus
* @link https://custom.simplemachines.org/mods/index.php?mod=2659
* @author Bugo https://dragomano.ru/mods/optimus
* @copyright 2010-2023 Bugo
* @copyright 2010-2024 Bugo
* @license https://opensource.org/licenses/artistic-license-2.0 Artistic-2.0
*
* @version 2.7.5
* @version 2.7.6
*/

if (!defined('SMF'))
Expand Down
4 changes: 2 additions & 2 deletions Sources/Optimus/Robots.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
* @package Optimus
* @link https://custom.simplemachines.org/mods/index.php?mod=2659
* @author Bugo https://dragomano.ru/mods/optimus
* @copyright 2010-2023 Bugo
* @copyright 2010-2024 Bugo
* @license https://opensource.org/licenses/artistic-license-2.0 Artistic-2.0
*
* @version 2.7.5
* @version 2.7.6
*/

if (!defined('SMF'))
Expand Down
4 changes: 2 additions & 2 deletions Sources/Optimus/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
* @package Optimus
* @link https://custom.simplemachines.org/mods/index.php?mod=2659
* @author Bugo https://dragomano.ru/mods/optimus
* @copyright 2010-2023 Bugo
* @copyright 2010-2024 Bugo
* @license https://opensource.org/licenses/artistic-license-2.0 Artistic-2.0
*
* @version 2.7.5
* @version 2.7.6
*/

if (!defined('SMF'))
Expand Down
6 changes: 3 additions & 3 deletions Sources/Optimus/Subs.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
* @package Optimus
* @link https://custom.simplemachines.org/mods/index.php?mod=2659
* @author Bugo https://dragomano.ru/mods/optimus
* @copyright 2010-2023 Bugo
* @copyright 2010-2024 Bugo
* @license https://opensource.org/licenses/artistic-license-2.0 Artistic-2.0
*
* @version 2.7.5
* @version 2.7.6
*/

if (!defined('SMF'))
Expand Down Expand Up @@ -368,6 +368,6 @@ public static function addCredits()
global $context;

if ($context['current_action'] == 'credits')
$context['copyrights']['mods'][] = '<a href="https://github.com/dragomano/Optimus/releases" target="_blank" rel="noopener">' . OP_NAME . '</a> &copy; 2010&ndash;2023, Bugo';
$context['copyrights']['mods'][] = '<a href="https://github.com/dragomano/Optimus/releases" target="_blank" rel="noopener">' . OP_NAME . '</a> &copy; 2010&ndash;2024, Bugo';
}
}
6 changes: 3 additions & 3 deletions Sources/Optimus/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
* @package Optimus
* @link https://custom.simplemachines.org/mods/index.php?mod=2659
* @author Bugo https://dragomano.ru/mods/optimus
* @copyright 2010-2023 Bugo
* @copyright 2010-2024 Bugo
* @license https://opensource.org/licenses/artistic-license-2.0 Artistic-2.0
*
* @version 2.7.5
* @version 2.7.6
*/

use Bugo\Optimus\Integration;
Expand All @@ -19,7 +19,7 @@
die('Hacking attempt...');

defined('OP_NAME') || define('OP_NAME', 'Optimus for SMF');
defined('OP_VERSION') || define('OP_VERSION', '2.7.5');
defined('OP_VERSION') || define('OP_VERSION', '2.7.6');

/**
* @param $classname
Expand Down
2 changes: 1 addition & 1 deletion package-info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
<id>Bugo:Optimus</id>
<name>Optimus for SMF</name>
<version>2.7.5 [20.12.23]</version>
<version>2.7.6 [14.03.24]</version>
<type>modification</type>

<install for="2.0 - 2.0.99">
Expand Down

0 comments on commit a4f1c10

Please sign in to comment.