Skip to content

Commit

Permalink
update changelog & bump plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
asadowski10 committed Aug 31, 2021
1 parent a94edef commit 6dce8ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 3.1.2 - 31 August 2021
- PHP 8.0 Compatibility : update Singleton, fix warning

## 3.1.1 - 25 Fev 2021
- Add some object cache on image construct

Expand Down
4 changes: 2 additions & 2 deletions advanced-responsive-images.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
Plugin Name: Advanced Responsive Images
Version: 3.1.1
Version: 3.1.2
Plugin URI: https://github.com/asadowski10/advanced-responsive-images
Description: WordPress plugin to implement custom HTML markup for responsive images
Author: Alexandre Sadowski
Expand All @@ -19,7 +19,7 @@
}

// Plugin constants
define( 'ARI_VERSION', '3.1.1' );
define( 'ARI_VERSION', '3.1.2' );
define( 'ARI_MIN_PHP_VERSION', '5.4' );
define( 'ARI_VIEWS_FOLDER_NAME', 'ari' );

Expand Down

0 comments on commit 6dce8ce

Please sign in to comment.