Skip to content

Commit 2bf9662

Browse files
Merge pull request #88 from wcreateweb/release/v3.6.8
v3.6.8
2 parents bd51c81 + 89324cb commit 2bf9662

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://tinypng.com/
44
Tags: compress images, compression, image size, page speed, performance
55
Requires at least: 4.0
66
Tested up to: 6.9
7-
Stable tag: 3.6.7
7+
Stable tag: 3.6.8
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -174,6 +174,10 @@ A: You can upgrade to a paid account by adding your *Payment details* on your [a
174174
A: When the conversion feature is enabled (to convert images to AVIF or WebP), each image will use double the number of credits: one for compression and one for format conversion.
175175

176176
== Changelog ==
177+
= 3.6.8 =
178+
* feat: download logs and diagnostics
179+
* chore: updated phpcs rules and formatting
180+
177181
= 3.6.7 =
178182
* Added support for WordPress 6.9
179183

src/class-tiny-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1919
*/
2020
class Tiny_Plugin extends Tiny_WP_Base {
21-
const VERSION = '3.6.7';
21+
const VERSION = '3.6.8';
2222
const MEDIA_COLUMN = self::NAME;
2323
const DATETIME_FORMAT = 'Y-m-d G:i:s';
2424

0 commit comments

Comments
 (0)