Plugin Pulse
← Pulse

Document Gallery

by Dan Rossiter · Uncategorized

Also makes 1 other plugin · 8.0K+ installs across the portfolio →

This plugin generates thumbnails for documents and displays them in a gallery-like format for easy sharing.

How scoring works →
90 Health · A
Maintenance 100/100
Rating quality 93/100
Support 70/100

90 health vs 56 average across 16,376 Uncategorized plugins

Directory ranking optimization

How it's scored →

How well this listing is tuned to rank in WordPress.org search, on the factors an owner controls. Not popularity, optimization.

83 / 100

Well optimized

Biggest win: Support resolution

Update recency 100/100
WP compatibility 100/100
Rating quality 92/100
Listing tuning 100/100
Support resolution 0/100

To rank higher: Mark more forum threads resolved — the resolved ratio feeds the ranking.

Get the full rank-higher report →

Daily downloads

Since 2022-10-05 · 1,425 days · wp.org + Plugin Pulse archive

-69% vs prior 30d
48Downloads · Aug 26

30-day downloads

Rolling 30-day volume · peaks are release surges

1.8K

now · peak 7.8K

1.8K30d downloads · Aug 26

Directory rank vs rivals

wp.org popularity rank over time · higher is better · when a rival's line climbs above yours, they've overtaken you

Document Gallery · #2398 you PDF Embedder · #191 CatFolders Document · #3722 F4 Media Taxonomies · #5884

Rating trend

Star average over time · dips mark rough releases

4.8Stars · Aug 26

Update activity

How busy the existing users are, measured as downloads in the last 30 days for every 1,000 active sites. A spike means a new release everyone's pulling; a long, slow decline means an aging user base that updates less.

220per 1k installs · Aug 26

Release cadence

Occasionally updated
from wp.org release tags

How often this plugin actually ships. A steady rhythm is the maintenance signal a single "last updated" date can't show.

3

releases in the last 12 months

2mo ago

latest release · v5.1.1

93

tagged releases on record

Recent releases

5.1.1 · 2mo ago5.1.0 · 9mo ago5.0.0 · 9mo ago4.4.4 · 2.7y ago4.4.3 · 8.8y ago4.4.2 · 9.1y ago4.4.1 · 9.2y ago4.4 · 9.3y ago4.3.2 · 9.3y ago4.3.1 · 9.7y ago4.2.6 · 9.9y ago4.2.5 · 10.0y ago4.2.4 · 10.0y ago4.2.3 · 10.3y ago

What its installed base runs

via wordpress.org

Share of active installs on each version of this plugin · 55% run the current release. Green is the current release; a big slice on older versions is a user base that has stopped updating.

v5.1 55%
v4.4 42%
Older / other versions 2.3%

Estimated active installs

The public count shows “8K+”. Our estimate pins where the real number sits.

tracked estimate
8K–9K ≈8.5K

Refined from the date this plugin crossed into its current band.

Install history · since 2015-03-13 · 1,457 observations

8KInstalls · Aug 26

Estimated value

What this plugin might earn a year, and what it might sell for. Modeled from public signals; we don't see anyone's books.

Est. annual revenue

N/A

Est. acquisition value

N/A

No paid tier is visible, so we don't put a figure on revenue or sale value: that would be guessing. The install base is a real asset to an acquirer, just not one public data lets us price. A small install base leaves thin data to model from. A declining trend compresses what a buyer would pay.

Details

Version
5.1.1
Last updated
2mo ago
Added
2012-08-25 · 14 yrs old
Requires WP
6.1
Tested up to
6.9.7
Requires PHP
5.6

Recent review vibe

read from the latest 12 reviews to 2025-07-11
Deteriorating CompatibilitySupport gone quietPraiseFeature requestsOnboarding

Long-time fans still like what it does, but recent reviewers hit fatal errors on PHP 8.3 and newer WordPress versions and say the plugin isn't being maintained.

Recent reviews

All reviews on wp.org ↗
  1. ulyssesnz
    1.1y ago

    Hi Dan, I have been using the Document Gallery plugin for many years and swear by it. It has also been working really well on WP version 6.8.1 with PHP version 7.4.33 Unfortunately when my hosting provider updated to PHP ver 8.3.22, the plugin produced a critical error on the website. Current setup WordPress version 6.8.1Active theme: Total (version 2.1.93)Current plugin: Document Gallery (version 4.4.3) PHP version 8.3.22 Error Details An error of type E_ERROR was caused in line 6 of the file /home/ibexind/public_html/wp-content/plugins/document-gallery/inc/class-gallery.php. Error message: Uncaught Error: Class “DG_Gallery” not found in /home/ibexind/public_html/wp-content/plugins/document-gallery/inc/class-gallery.php:6Stack trace: 0 /home/ibexind/public_html/wp-content/plugins/document-gallery/admin/tabs/general-tab.php(10): include_once() 1 /home/ibexind/public_html/wp-content/plugins/document-gallery/admin/class-admin.php(202): dg_register_settings() 2 /home/ibexind/public_html/wp-includes/class-wp-hook.php(324): DG_Admin::registerSettings() 3 /home/ibexind/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() 4 /home/ibexind/public_html/wp-includes/plugin.php(517): WP_Hook->do_action() 5 /home/ibexind/public_html/wp-admin/admin.php(176): do_action() 6 /home/ibexind/public_html/wp-admin/options-general.php(10): require_once(‘/home/ibexind/p…’) 7 {main} thrown I had to deactivate the plugin to get the site operational. Can you advise which PHP version is the plugin compatible with? Thanks

    Read on wp.org ↗
  2. Marc Lafay
    2.2y ago

    Although some administration functions are missing, this plugin is operational on recent versions of WP. I haven’t found the equivalent elsewhere, so it’s a shame it’s not being maintained. This topic was modified 2 years, 1 month ago by Marc Lafay. This topic was modified 2 years, 1 month ago by Marc Lafay.

    Read on wp.org ↗
  3. squaladesign
    2.6y ago

    After 1 hour, I give up. I couldn’t find a way to show the shortcode.

    Read on wp.org ↗
  4. jporozynski
    3.8y ago

    Doesn’t work anymore.

    Read on wp.org ↗
  5. AJ
    4.4y ago

    This plugin should be taken offline since its not working with current WP versions

    Read on wp.org ↗
  6. dabarrister
    4.5y ago

    There are two current issues: 1) Prior to PHP 7.4 the code could include the parameters in any order in the “Implode” argument. Now, the glue string has to be declared first and the array second (for this plugin, [implode( $ids, ‘, ‘ )] should say [implode(‘, ‘,$ids,)]. 2) When clicking back into a tab previously clicked, the content disappears. Reloading the page restores the content, but the same behavior exists (disappears again when a tab is clicked back into). Otherwise, the plugin is handy and works well.

    Read on wp.org ↗
  7. Stéphane Fillod
    4.6y ago

    As-is, the plugin (version 4.4.3) is not compatible with WordPress 5.9. It would needs updating. Installing is OK, however when Creating a Document Gallery, nothing gets inserted. But there’s a workaround : install the plugin ‘Classic Editor’, then from the (Gutenberg) editor, insert a ‘Classic bloc’, add a Media, then Create Document Gallery. The gallery displays fine in the preview/published page. More details in the plugin support forum, topic “WordPress 5.0 Compatibility”. Document Gallery is a great plugin, making nicely online a bunch a PDF files coming from scanned club magazines (optimized & searchable thanks to ocrmypdf).

    Read on wp.org ↗
  8. Jose Mortellaro
    4.6y ago

    This is an amazing plugin. I suggest updating the readme.txt file. I’ve tested it with WP 5.8.3 and had no problems.

    Read on wp.org ↗

Known vulnerabilities

via Wordfence Intelligence

2 disclosed vulnerabilities on record for this plugin, all fixed in the current version. Sites on older versions stay exposed until they update.

  1. 2026-07-10 CVE-2026-57695 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') Affects <= 5.1.0 Patched in 5.1.1
  2. 2026-07-06 CVE-2026-12982 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') Affects <= 5.1.0 Patched in 5.1.1

Vulnerability records provided by Wordfence Intelligence. Copyright 2012-2026 Defiant Inc. License and terms.

CVE records: Copyright 1999-2026 The MITRE Corporation. CVE terms of use.

Behavioral tests

via WP Hive

Automated install-time checks, tested on PHP 8.1.12 · WP 7.0.1

Low memory footprint
Low page-speed impact
Runs on latest PHP + WP
No PHP errors
No JS errors
Activates cleanly
No resource errors
No external HTTP errors
Optimized database use
Frequently updated

Languages

via translate.wordpress.org

Translated into 129 languages, 0 at 90% or more

Finnish 84%
Russian 70%
Ukrainian 69%
French (France) 50%
Italian 43%
Swedish 43%
German (Formal) 42%
Greek 37%
Spanish (Spain) 36%
Czech 27%
Romanian 27%
German 25%
English (Canada) 18%
English (UK) 16%
Azerbaijani 14%
Japanese 14%
Portuguese (Portugal) 13%
Danish 11%
English (Australia) 11%
English (New Zealand) 11%
Welsh 11%
Cebuano 10%
Dutch 10%
Dutch (Formal) 10%

Plus 105 more locales with partial translations.

Growth timeline

Install-tier crossings we have observed, and how long each tier took to outgrow

  1. 2026-05-15 9K+ → 8K+ down after 1 days in tier
  2. 2026-05-14 8K+ → 9K+ up after 2 days in tier
  3. 2026-05-12 9K+ → 8K+ down after 251 days in tier
  4. 2025-09-03 10K+ → 9K+ down after 3 days in tier
  5. 2025-08-31 9K+ → 10K+ up after 1 days in tier
  6. 2025-08-30 10K+ → 9K+ down

Competes with

The plugins that solve the same job, ranked by shared tags then reach, closest match first. The letter on the right is each plugin's health grade (A best, F worst).

Compare head to head →

Embed this report card

Drop a live Pulse card for Document Gallery into a readme, a review or a deck. It updates itself.

<iframe src="https://plugins.wpmayor.com/embed/document-gallery" width="480" height="300" style="border:0" loading="lazy" title="Document Gallery — Plugin Pulse"></iframe>
Preview card ↗

Document Gallery: 8K+ active installs, 4.8★ (112 reviews). Plugin Pulse (WP Mayor), as of 2026-08-29. https://plugins.wpmayor.com/plugin/document-gallery