Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
danpros committed Mar 3, 2025
1 parent 2bd83e4 commit 055f5bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cache/installedVersion.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"tag_name": "v3.0.4"
"tag_name": "v3.0.5"
}
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
define('HTMLY', true);
define('HTMLY_VERSION', 'v3.0.4');
define('HTMLY_VERSION', 'v3.0.5');
$config_file = 'config/config.ini';
require 'system/vendor/autoload.php';
require 'system/htmly.php';
2 changes: 1 addition & 1 deletion themes/twentysixteen/profile.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<?php foreach ($posts as $p): ?>
<li class="item">
<span><a href="<?php echo $p->url ?>"><?php echo $p->title ?></a></span> -
<span><?php echo format_date($p->date) ?></span> - <?php echo i18n('Posted_in');?> <span class="tags-links"><?php echo $p->category; ?></span>
<span><?php echo format_date($p->date) ?></span> - <?php echo i18n('Posted_in');?> <span><?php echo $p->category; ?></span>
</li>
<?php endforeach; ?>
</ul>
Expand Down

0 comments on commit 055f5bd

Please sign in to comment.