Skip to content

Commit

Permalink
Release of new version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
omz13 committed Feb 20, 2019
1 parent c78d7f0 commit 107e265
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
VERSION 1 RELEASE
==================

Version 1.1 - Install by Zip or Submodule
20/02/2019 21:23 1.1.0 initial release
c78d7f0 Chore: composer update
6e96b47 Chore: composer update
24032c3 Fix: better modified time calculation
e4bb384 Refactor: install by zip or submodule

Version 1.0 - Release
15/01/2019 20:11 1.0.0 initial release
b0b58d6 Chore: Kirby 3.0
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"plugin",
"sitemap"
],
"version": "1.0.0",
"version": "1.1.0",
"license": "BSD-3-Clause",
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/feeds.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
use function time;
use function ucwords;

define( 'FEEDS_VERSION', '1.0.0' );
define( 'FEEDS_VERSION', '1.1.0' );
define( 'FEEDS_CONFIGURATION_PREFIX', 'omz13.feeds' );

/**
Expand Down

0 comments on commit 107e265

Please sign in to comment.