Skip to content

Commit

Permalink
Few more changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dev4press committed May 1, 2021
1 parent a414023 commit 8824ee1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion archivespress.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Author URI: https://www.dev4press.com/
Text Domain: archivespress
Version: 2.0
Requires at least: 5.0
Requires at least: 5.3
Tested up to: 5.8
Requires PHP: 7.0
License: GPLv3 or later
Expand Down
6 changes: 3 additions & 3 deletions core/basic/Information.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ class Information {
public $code = 'archivespress';

public $version = '2.0';
public $build = 10;
public $build = 20;
public $edition = 'free';
public $status = 'stable';
public $updated = '2021.04.03';
public $updated = '2021.05.01';
public $released = '2021.04.22';

public $author_name = 'Milan Petrovic';
public $author_url = 'https://www.dev4press.com/';

public $php = '7.0';
public $wordpress = '5.0';
public $wordpress = '5.3';

public static function instance() : Information {
static $instance = null;
Expand Down
5 changes: 3 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: GDragoN
Donate link: https://plugins.dev4press.com/archivespress/
Tags: dev4press, blocks, archives, navigation, index, dates, years, months, days, terms, authors
Stable tag: 2.0
Requires at least: 5.0
Requires at least: 5.3
Tested up to: 5.8
Requires PHP: 7.0
License: GPLv3 or later
Expand Down Expand Up @@ -70,12 +70,13 @@ All three blocks registered by this plugin are listed under 'ArchivesPress' bloc
The plugin doesn't have any global settings or configuration panels.

== Changelog ==
= Version: 2.0 / may 3 2021 =
= Version: 2.0 / may 1 2021 =
* New: blocks for the gutenberg block editor
* New: additional wrapper for each index block
* New: options/attributes to hide posts counts
* New: show post counts for the dates index days
* New: show months using names or numbers only
* New: requires WordPress 5.3 or newer
* Edit: various tweaks and improvements to rendering
* Edit: several smaller styling improvements
* Edit: translation strings include extra information
Expand Down

0 comments on commit 8824ee1

Please sign in to comment.