Skip to content
Open
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
10 changes: 5 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ From WordPress' point of view, it's as if you optimized your image BEFORE your u
* No extra bandwidth
* No external image-processing services

> **Note:** Cimo works in all modern browsers (Chrome, Firefox, Edge, Opera). Image optimization currently doesn't work in Safari, images would just upload as they normally would, please use any of the browsers listed.
> **Note:** Cimo works in all modern browsers (Chrome, Firefox, Edge, Opera). In Safari, images will be optimized and uploaded as JPG, but WebP conversion is not supported.

Image Optimization options:

Expand Down Expand Up @@ -111,7 +111,7 @@ Video & Audio optimization are also performed as you upload your files, even bef
* **Zero Server Load**: No background processes or server-side optimization
* **Instant Results**: No waiting for external APIs or server processing
* **Privacy-First**: Images never leave the user's device until uploaded
* **Browser Compatibility**: Works in Chrome, Firefox, Edge, Opera (Safari support not currently available)
* **Browser Compatibility**: Works in Chrome, Firefox, Edge, Opera (Safari: optimized and uploaded as JPG, WebP conversion not supported)

== Perfect For ==

Expand Down Expand Up @@ -146,7 +146,7 @@ When you upload an image into your Media Manager (let's say a .jpg), you'll noti

= Does Cimo work in all browsers? =

Cimo works in all modern browsers including Chrome, Firefox, Edge, and Opera. This currently does not work with Safari, please use one of the browsers mentioned. If you use Safari, the image will just upload as it normally would.
Cimo works in all modern browsers including Chrome, Firefox, Edge, and Opera. In Safari, images will be optimized and uploaded as JPG, but WebP conversion is not supported. For WebP conversion, please use any of the browsers listed.

= Does Cimo really have no limits? =

Expand Down Expand Up @@ -198,7 +198,7 @@ These settings work great for most websites and provide excellent performance.
Yes! The settings page includes a statistics dashboard showing:
- Total storage saved
- Percentage reduction
- Number of media files optimized
- Number of optimized

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Address formatting and clarity issue in statistics dashboard bullet.

Line 201 has two issues:

  1. Extra space: "Number of optimized" contains a double space before "optimized"—likely an unintended typo.
  2. Missing context: Shortening from "Number of media files optimized" to "Number of optimized" removes clarity. Without the noun "media files," the metric is ambiguous (optimized what?).

Consider restoring "media files" or rephrasing to clarify the metric being described (e.g., "Number of media optimized").

💡 Suggested fixes

Option 1: Restore context (recommended)

-- Number of  optimized
+- Number of media files optimized

Option 2: Fix spacing and clarify

-- Number of  optimized
+- Number of images optimized

Also applies to: 201-201

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@readme.txt` at line 201, Fix the statistics dashboard bullet point that
currently reads "Number of optimized" by addressing two issues: first, remove
the extra space before "optimized" (there is a double space), and second,
restore clarity by including the missing context "media files" in the phrase.
The corrected text should read "Number of media files optimized" or similar
phrasing that clearly identifies what is being optimized.

- Original vs optimized file sizes

== Screenshots ==
Expand Down Expand Up @@ -315,4 +315,4 @@ Initial release of Cimo - bringing free, unlimited image optimization and compre
* Client-side image optimization
* WebP conversion support
* Unlimited compression
* Privacy-first approach
* Privacy-first approach
Loading