Skip to content

v2.1.4 #37

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
=== PDF Compressor & Watermark - iLovePDF ===
Plugin Name: Image Compressor & Optimizer - iLovePDF
Version: 2.1.3
Version: 2.1.4
Author: iLovePDF
Author URI: https://www.ilovepdf.com/
Contributors: iLovePDF
Tags: compress, watermark, optimize, performance, pdf optimizer
Requires at least: 5.3
Tested up to: 6.6.1
Stable tag: 2.1.3
Tested up to: 6.6.2
Stable tag: 2.1.4
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -81,6 +81,12 @@ We will send you an email before limit is reached. When limit is reached, no mor

== Changelog ==

= 2.1.4 =
Improved
* Update Libraries.
* Improved texts.
* Compatibility with WordPress 6.6.2

= 2.1.3 =
Improved
* Update Libraries.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"ilovepdf/ilovepdf-php": "^1.2"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
"phpstan/phpstan": "^1.12",
"szepeviktor/phpstan-wordpress": "^1.3",
"phpstan/extension-installer": "^1.3"
"phpstan/extension-installer": "^1.4"
},
"config": {
"platform-check": false,
Expand Down
9 changes: 2 additions & 7 deletions ilove-pdf.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
<?php
/**
* The plugin bootstrap file
*
* This file is read by WordPress to generate the plugin information in the plugin
* admin area. This file also includes all of the dependencies used by the plugin,
* registers the activation and deactivation functions, and defines a function
* that starts the plugin.
* IlovePdf WordPress Plugin
*
* @link https://ilovepdf.com/
* @since 1.0.0
Expand All @@ -15,7 +10,7 @@
* Plugin Name: iLovePDF
* Plugin URI: https://iloveapi.com/
* Description: Compress your PDF files and Stamp Images or text into PDF files. This is the Official iLovePDF plugin for WordPress. You can optimize all your PDF and stamp them automatically as you do in ilovepdf.com.
* Version: 2.1.3
* Version: 2.1.4
* Requires at least: 5.3
* Requires PHP: 7.4
* Author: ILovePDF
Expand Down
2 changes: 1 addition & 1 deletion includes/Ilove_Pdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class Ilove_Pdf {
public function __construct() {

$this->plugin_name = 'ilove-pdf';
$this->version = 'wp.2.1.3';
$this->version = 'wp.2.1.4';

$this->load_dependencies();
$this->set_locale();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"merge-stream": "^2.0.0",
"sass": "^1.78"
"sass": "^1.79"
}
}
42 changes: 21 additions & 21 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -453,17 +453,17 @@
},
{
"name": "php-stubs/wordpress-stubs",
"version": "v6.6.0",
"version_normalized": "6.6.0.0",
"version": "v6.6.2",
"version_normalized": "6.6.2.0",
"source": {
"type": "git",
"url": "https://github.com/php-stubs/wordpress-stubs.git",
"reference": "86e8753e89d59849276dcdd91b9a7dd78bb4abe2"
"reference": "f50fd7ed45894d036e4fef9ab7e5bbbaff6a30cc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-stubs/wordpress-stubs/zipball/86e8753e89d59849276dcdd91b9a7dd78bb4abe2",
"reference": "86e8753e89d59849276dcdd91b9a7dd78bb4abe2",
"url": "https://api.github.com/repos/php-stubs/wordpress-stubs/zipball/f50fd7ed45894d036e4fef9ab7e5bbbaff6a30cc",
"reference": "f50fd7ed45894d036e4fef9ab7e5bbbaff6a30cc",
"shasum": ""
},
"require-dev": {
Expand All @@ -482,7 +482,7 @@
"symfony/polyfill-php80": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
"szepeviktor/phpstan-wordpress": "WordPress extensions for PHPStan"
},
"time": "2024-07-17T08:50:38+00:00",
"time": "2024-09-30T07:10:48+00:00",
"type": "library",
"installation-source": "dist",
"notification-url": "https://packagist.org/downloads/",
Expand All @@ -498,7 +498,7 @@
],
"support": {
"issues": "https://github.com/php-stubs/wordpress-stubs/issues",
"source": "https://github.com/php-stubs/wordpress-stubs/tree/v6.6.0"
"source": "https://github.com/php-stubs/wordpress-stubs/tree/v6.6.2"
},
"install-path": "../php-stubs/wordpress-stubs"
},
Expand Down Expand Up @@ -555,17 +555,17 @@
},
{
"name": "phpstan/phpstan",
"version": "1.12.2",
"version_normalized": "1.12.2.0",
"version": "1.12.5",
"version_normalized": "1.12.5.0",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "0ca1c7bb55fca8fe6448f16fff0f311ccec960a1"
"reference": "7e6c6cb7cecb0a6254009a1a8a7d54ec99812b17"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/0ca1c7bb55fca8fe6448f16fff0f311ccec960a1",
"reference": "0ca1c7bb55fca8fe6448f16fff0f311ccec960a1",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/7e6c6cb7cecb0a6254009a1a8a7d54ec99812b17",
"reference": "7e6c6cb7cecb0a6254009a1a8a7d54ec99812b17",
"shasum": ""
},
"require": {
Expand All @@ -574,7 +574,7 @@
"conflict": {
"phpstan/phpstan-shim": "*"
},
"time": "2024-09-05T16:09:28+00:00",
"time": "2024-09-26T12:45:22+00:00",
"bin": [
"phpstan",
"phpstan.phar"
Expand Down Expand Up @@ -902,23 +902,23 @@
},
{
"name": "symfony/polyfill-php73",
"version": "v1.30.0",
"version_normalized": "1.30.0.0",
"version": "v1.31.0",
"version_normalized": "1.31.0.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
"reference": "ec444d3f3f6505bb28d11afa41e75faadebc10a1"
"reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/ec444d3f3f6505bb28d11afa41e75faadebc10a1",
"reference": "ec444d3f3f6505bb28d11afa41e75faadebc10a1",
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f68c03565dcaaf25a890667542e8bd75fe7e5bb",
"reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb",
"shasum": ""
},
"require": {
"php": ">=7.1"
"php": ">=7.2"
},
"time": "2024-05-31T15:07:36+00:00",
"time": "2024-09-09T11:45:10+00:00",
"type": "library",
"extra": {
"thanks": {
Expand Down Expand Up @@ -961,7 +961,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php73/tree/v1.30.0"
"source": "https://github.com/symfony/polyfill-php73/tree/v1.31.0"
},
"funding": [
{
Expand Down
22 changes: 11 additions & 11 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => 'ilovepdf/ilovepdf-wp',
'pretty_version' => 'dev-develop',
'version' => 'dev-develop',
'reference' => '53f9e1ed811e4112182f77f70b9357f3cc9058a3',
'reference' => 'fc26741699cef18a91fbe824de86cfcb1c7c48da',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down Expand Up @@ -58,16 +58,16 @@
'ilovepdf/ilovepdf-wp' => array(
'pretty_version' => 'dev-develop',
'version' => 'dev-develop',
'reference' => '53f9e1ed811e4112182f77f70b9357f3cc9058a3',
'reference' => 'fc26741699cef18a91fbe824de86cfcb1c7c48da',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev_requirement' => false,
),
'php-stubs/wordpress-stubs' => array(
'pretty_version' => 'v6.6.0',
'version' => '6.6.0.0',
'reference' => '86e8753e89d59849276dcdd91b9a7dd78bb4abe2',
'pretty_version' => 'v6.6.2',
'version' => '6.6.2.0',
'reference' => 'f50fd7ed45894d036e4fef9ab7e5bbbaff6a30cc',
'type' => 'library',
'install_path' => __DIR__ . '/../php-stubs/wordpress-stubs',
'aliases' => array(),
Expand All @@ -83,9 +83,9 @@
'dev_requirement' => true,
),
'phpstan/phpstan' => array(
'pretty_version' => '1.12.2',
'version' => '1.12.2.0',
'reference' => '0ca1c7bb55fca8fe6448f16fff0f311ccec960a1',
'pretty_version' => '1.12.5',
'version' => '1.12.5.0',
'reference' => '7e6c6cb7cecb0a6254009a1a8a7d54ec99812b17',
'type' => 'library',
'install_path' => __DIR__ . '/../phpstan/phpstan',
'aliases' => array(),
Expand Down Expand Up @@ -155,9 +155,9 @@
'dev_requirement' => false,
),
'symfony/polyfill-php73' => array(
'pretty_version' => 'v1.30.0',
'version' => '1.30.0.0',
'reference' => 'ec444d3f3f6505bb28d11afa41e75faadebc10a1',
'pretty_version' => 'v1.31.0',
'version' => '1.31.0.0',
'reference' => '0f68c03565dcaaf25a890667542e8bd75fe7e5bb',
'type' => 'library',
'install_path' => __DIR__ . '/../symfony/polyfill-php73',
'aliases' => array(),
Expand Down
2 changes: 1 addition & 1 deletion vendor/symfony/polyfill-php73/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": ">=7.1"
"php": ">=7.2"
},
"autoload": {
"psr-4": { "Symfony\\Polyfill\\Php73\\": "" },
Expand Down
Loading