Skip to content

Commit b252e99

Browse files
committed
Changed plugin title.
1 parent c53a5fa commit b252e99

File tree

10 files changed

+22
-22
lines changed

10 files changed

+22
-22
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[<img src="https://travis-ci.org/tinify/wordpress-plugin.svg?branch=master" alt="Build Status">](https://travis-ci.org/tinify/wordpress-plugin)
22

3-
# Compress JPEG & PNG images for WordPress
3+
# TinyPNG - JPEG, PNG & WebP image compression for WordPress
44

55
Make your website faster by optimizing your JPEG, PNG, and WebP images.
66

readme.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
=== Compress JPEG & PNG images ===
1+
=== TinyPNG - JPEG, PNG & WebP image compression ===
22
Contributors: TinyPNG
33
Donate link: https://tinypng.com/
44
Tags: compress images, compression, image size, page speed, performance
@@ -42,7 +42,7 @@ After you upload an image to your WordPress site, each resized image is uploaded
4242

4343
= Getting started =
4444

45-
Install this plugin and follow the instructions to set up your account. With a regular WordPress installation you can optimize **roughly 100 images each month** for free. The exact total depends on the number of thumbnail sizes that are in use in your WordPress installation. You can change which of the generated thumbnail sizes should be optimized on the *Settings > Compress JPEG & PNG images* page. Once installed you can also switch to a [paid account](https://tinypng.com/dashboard/api) which removes the limits and allows you to optimize as many images as you like.
45+
Install this plugin and follow the instructions to set up your account. With a regular WordPress installation you can optimize **roughly 100 images each month** for free. The exact total depends on the number of thumbnail sizes that are in use in your WordPress installation. You can change which of the generated thumbnail sizes should be optimized on the *Settings > TinyPNG - JPEG, PNG & WebP image compression* page. Once installed you can also switch to a [paid account](https://tinypng.com/dashboard/api) which removes the limits and allows you to optimize as many images as you like.
4646

4747
= Optimizing all your images =
4848

@@ -69,18 +69,18 @@ Want to contribute? Check out the [Tinify Wordpress plugin on GitHub](https://gi
6969
= From your WordPress dashboard =
7070

7171
1. Visit *Plugins > Add New*.
72-
2. Search for 'tinypng' and press the 'Install Now' button for the plugin named 'Compress JPEG & PNG images' by 'TinyPNG'.
72+
2. Search for 'tinypng' and press the 'Install Now' button for the plugin named 'TinyPNG - JPEG, PNG & WebP image compression' by 'TinyPNG'.
7373
3. Activate the plugin from your *Plugins* page.
74-
4. Go to the *Settings > Compress JPEG & PNG images* page and register a new account.
74+
4. Go to the *Settings > TinyPNG - JPEG, PNG & WebP image compression* page and register a new account.
7575
5. Or enter the API key you got from https://tinypng.com/developers.
7676
6. Go to *Media > Bulk Optimization* and optimize all your images!
7777

7878
= From WordPress.org =
7979

80-
1. Download the plugin named 'Compress JPEG & PNG images' by 'TinyPNG'.
80+
1. Download the plugin named 'TinyPNG - JPEG, PNG & WebP image compression' by 'TinyPNG'.
8181
2. Upload the `tiny-compress-images` directory to your `/wp-content/plugins/` directory, using your favorite method (ftp, sftp, scp, etc...)
8282
3. Activate the plugin from your Plugins page.
83-
4. Go to the *Settings > Compress JPEG & PNG images* page and register a new account.
83+
4. Go to the *Settings > TinyPNG - JPEG, PNG & WebP image compression* page and register a new account.
8484
5. Or enter the API key you got from https://tinypng.com/developers.
8585
6. Go to *Media > Bulk Optimization* and optimize all your images!
8686

@@ -90,7 +90,7 @@ The API key can also be configured in your *wp-config.php* file. To do this you
9090

9191
`define( 'TINY_API_KEY', 'YOUR_API_KEY_HERE' );`
9292

93-
Once set up you will see a message on the *Settings > Compress JPEG & PNG images* page. This will work for normal and multisite WordPress installations.
93+
Once set up you will see a message on the *Settings > TinyPNG - JPEG, PNG & WebP image compression* page. This will work for normal and multisite WordPress installations.
9494

9595
== Screenshots ==
9696

@@ -102,7 +102,7 @@ Once set up you will see a message on the *Settings > Compress JPEG & PNG images
102102
== Frequently Asked Questions ==
103103

104104
= Q: How many images can I optimize for free? =
105-
A: In a default WordPress installation you can optimize around 100 images for free each month. WordPress creates different thumbnails of your images which all have to be compressed. Some plugins even add more sizes, so take a look at the *Settings > Compress JPEG & PNG images* page before you start optimization.
105+
A: In a default WordPress installation you can optimize around 100 images for free each month. WordPress creates different thumbnails of your images which all have to be compressed. Some plugins even add more sizes, so take a look at the *Settings > TinyPNG - JPEG, PNG & WebP image compression* page before you start optimization.
106106

107107
= Q: How can I remove the 500 limit? =
108108
A: Just add your *Payment details* on your [account dashboard](https://tinypng.com/dashboard/api) to remove the limit. For a small fee the additional compressions above 500 will then be charged to your account at the end of each month.
@@ -111,7 +111,7 @@ A: Just add your *Payment details* on your [account dashboard](https://tinypng.c
111111
A: When you remove the plugin all your optimized images will remain optimized.
112112

113113
= Q: I don't recall uploading 500 photos this month but my limit is already reached. How is this number calculated? =
114-
A: When you upload an image to your website, WordPress will create different sized versions of it (see *Settings > Compress JPEG & PNG images*). The plugin will compress each of these sizes, so when you have 100 images and 5 different sizes you will do 500 compressions.
114+
A: When you upload an image to your website, WordPress will create different sized versions of it (see *Settings > TinyPNG - JPEG, PNG & WebP image compression*). The plugin will compress each of these sizes, so when you have 100 images and 5 different sizes you will do 500 compressions.
115115

116116
= Q: Is there a file size limit? =
117117
A: No. There are no limitations on the size of the images you want to compress.

src/class-tiny-notices.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public function show( $name, $message, $klass = 'error', $dismissible = true ) {
147147
}
148148

149149
$css = implode( ' ', $css );
150-
$plugin_name = esc_html__( 'Compress JPEG & PNG images', 'tiny-compress-images' );
150+
$plugin_name = esc_html__( 'TinyPNG - JPEG, PNG & WebP image compression', 'tiny-compress-images' );
151151

152152
add_action( 'admin_notices',
153153
function() use ( $css, $name, $plugin_name, $message, $add ) {
@@ -268,7 +268,7 @@ public function incompatible_plugins_notice() {
268268
private function show_incompatible_plugins( $incompatible_plugins ) {
269269
$notice = '<div class="error notice tiny-notice incompatible-plugins">';
270270
$notice .= '<h3>';
271-
$notice .= esc_html__( 'Compress JPEG & PNG images', 'tiny-compress-images' );
271+
$notice .= esc_html__( 'TinyPNG - JPEG, PNG & WebP image compression', 'tiny-compress-images' );
272272
$notice .= '</h3>';
273273
$notice .= '<p>';
274274
$notice .= esc_html__(
@@ -278,7 +278,7 @@ private function show_incompatible_plugins( $incompatible_plugins ) {
278278
$notice .= '</p>';
279279
$notice .= '<table>';
280280
$notice .= '<tr><td class="bullet">•</td><td class="name">';
281-
$notice .= esc_html__( 'Compress JPEG & PNG images', 'tiny-compress-images' );
281+
$notice .= esc_html__( 'TinyPNG - JPEG, PNG & WebP image compression', 'tiny-compress-images' );
282282
$notice .= '</td><td></td></tr>';
283283
foreach ( $incompatible_plugins as $name => $file ) {
284284
$notice .= '<tr><td class="bullet">•</td><td class="name">';

src/class-tiny-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ public function add_dashboard_widget() {
668668

669669
wp_add_dashboard_widget(
670670
$this->get_prefixed_name( 'dashboard_widget' ),
671-
esc_html__( 'Compress JPEG & PNG images', 'tiny-compress-images' ),
671+
esc_html__( 'TinyPNG - JPEG, PNG & WebP image compression', 'tiny-compress-images' ),
672672
$this->get_method( 'add_widget_view' )
673673
);
674674
}

src/class-tiny-settings.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ public function admin_menu() {
120120
);
121121

122122
add_options_page(
123-
__( 'Compress JPEG & PNG images', 'tiny-compress-images' ),
124-
esc_html__( 'Compress JPEG & PNG images', 'tiny-compress-images' ),
123+
__( 'TinyPNG - JPEG, PNG & WebP image compression', 'tiny-compress-images' ),
124+
esc_html__( 'TinyPNG - JPEG, PNG & WebP image compression', 'tiny-compress-images' ),
125125
'manage_options',
126126
'tinify',
127127
array( $this, 'add_options_to_page' )
@@ -412,7 +412,7 @@ private function setup_incomplete_checks() {
412412

413413
public function render_settings_moved() {
414414
echo '<div class="tinify-settings"><h3>';
415-
esc_html_e( 'Compress JPEG & PNG images', 'tiny-compress-images' );
415+
esc_html_e( 'TinyPNG - JPEG, PNG & WebP image compression', 'tiny-compress-images' );
416416
echo '</h3>';
417417
$url = admin_url( 'options-general.php?page=tinify' );
418418
$link = "<a href='" . $url . "'>";

src/views/settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="wrap">
2-
<h1><?php esc_html_e( 'Compress JPEG & PNG images', 'tiny-compress-images' ) ?></h2>
2+
<h1><?php esc_html_e( 'TinyPNG - JPEG, PNG & WebP image compression', 'tiny-compress-images' ) ?></h2>
33
<p><?php esc_html_e( 'Speed up your website. Optimize your JPEG, PNG, and WebP images automatically with TinyPNG.', 'tiny-compress-images' ) ?></p>
44
<div class="tiny-compress-images">
55
<span id="tiny-compress-images"></span>

test/integration/OldSettingsIntegrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function test_old_settings_should_contain_heading() {
1919
return $heading->getText();
2020
}, $this->find_all( 'h3' ) );
2121

22-
$this->assertContains( 'Compress JPEG & PNG images', $headings );
22+
$this->assertContains( 'TinyPNG - JPEG, PNG & WebP image compression', $headings );
2323
}
2424

2525
public function test_old_settings_should_contain_link() {

test/integration/PluginIntegrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function test_plugin_list_should_include_title() {
2222
);
2323

2424
$this->assertEquals(
25-
'Compress JPEG & PNG images',
25+
'TinyPNG - JPEG, PNG & WebP image compression',
2626
$element->getText()
2727
);
2828
}

test/integration/SettingsIntegrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function test_settings_should_contain_title() {
2525
return $heading->getText();
2626
}, $this->find_all( 'h1' ) );
2727

28-
$this->assertContains( 'Compress JPEG & PNG images', $headings );
28+
$this->assertContains( 'TinyPNG - JPEG, PNG & WebP image compression', $headings );
2929
}
3030

3131
public function test_settings_should_show_notice_if_key_is_missing() {

tiny-compress-images.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Plugin Name: Compress JPEG & PNG images
3+
* Plugin Name: TinyPNG - JPEG, PNG & WebP image compression
44
* Description: Speed up your website. Optimize your JPEG, PNG, and WebP images automatically with TinyPNG.
55
* Version: 3.2.1
66
* Author: TinyPNG

0 commit comments

Comments
 (0)