Skip to content

Commit

Permalink
load image sizes generation on plugins loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
asadowski10 committed Jul 31, 2020
1 parent a1d7834 commit a9f1d75
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.0.13 - 31 July 2020
- Load image size generation on plugins_loaded thanks to @Rahe for this pull request

## 3.0.12 - 15 May 2020
- Fix $attr in bea_get_attachment_image, update error message

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.0.12
Version: 3.0.13
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.0.12' );
define( 'ARI_VERSION', '3.0.13' );
define( 'ARI_MIN_PHP_VERSION', '5.4' );
define( 'ARI_VIEWS_FOLDER_NAME', 'ari' );

Expand Down

0 comments on commit a9f1d75

Please sign in to comment.