Skip to content

Commit

Permalink
Merge pull request #5 from ilovepdf/fix/update_readme
Browse files Browse the repository at this point in the history
match version on plugin
  • Loading branch information
diegocrombie authored Oct 12, 2023
2 parents f8a4254 + 61fea6c commit 78050cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin/class-iloveimg-plugin.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

class iLoveIMG_Compress_Plugin {
const VERSION = '1.0.0';
const VERSION = '1.0.5';
const NAME = 'iLoveIMG_Compress_plugin';
public function __construct() {
add_action( 'admin_init', array( $this, "admin_init" ));
Expand Down
2 changes: 1 addition & 1 deletion iloveimgcompress.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Plugin Name: Image Compressor & Optimizer - iLoveIMG
* Plugin URI: https://developer.iloveimg.com/
* Description: Get your images delivered quickly. Now you can get a powerful, easy to use, and reliable image compression plugin for your image optimization needs. With full automation and powerful features, iLoveIMG makes it easy to speed up your website by lightening past and new images with just a click. Compress JPG, PNG and GIF images in your Wordpress to improve the positioning of your site, boost visitor’s engagement and ultimately increase sales.
* Version: 1.0.4
* Version: 1.0.5
* Author: iLoveIMG
* Author URI: https://iloveimg.com/
* License: GPL-2.0+
Expand Down

0 comments on commit 78050cd

Please sign in to comment.