Plugin Directory

Changeset 3477728


Ignore:
Timestamp:
03/09/2026 05:00:36 AM (4 weeks ago)
Author:
technologywisdom
Message:

Name update for Form Entry Viewer Plugin.

Location:
tw-form-entry-viewer
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • tw-form-entry-viewer/tags/1.0.0/readme.txt

    r3438662 r3477728  
    1 === TW Form Entry Viewer ===
     1=== TW Form Entry Viewer for WPForms ===
    22Contributors: technologywisdom
    33Tags: wpforms, form entries, entry viewer, export wpforms, csv export
     
    1212== Description ==
    1313
    14 **TW Form Entry Viewer** is a lightweight plugin that captures **WPForms** form submissions and displays them on the **Form Entries** page in the WordPress admin dashboard, enabling entry management from the WordPress admin panel, no WPForms Pro required.
     14**TW Form Entry Viewer for WPForms** is a lightweight plugin that captures **WPForms** form submissions and displays them on the **Form Entries** page in the WordPress admin dashboard, enabling entry management from the WordPress admin panel, no WPForms Pro required.
    1515It offers a clean UI modeled after native WordPress tables and supports **CSV export**, bulk delete, pagination, and search, just like the WPForms Pro entries feature.
    1616
  • tw-form-entry-viewer/tags/1.0.0/tw-form-entry-viewer.php

    r3439452 r3477728  
    11<?php
    22/**
    3  * Plugin Name: TW Form Entry Viewer
     3 * Plugin Name: TW Form Entry Viewer for WPForms
    44 * Plugin URI: https://technologywisdom.com/
    55 * Description: Capture and display WPForms submissions in the admin dashboard. Export to CSV, bulk delete. No WPForms Pro needed
     
    6767    ?>
    6868    <div class="wrap">
    69         <h1><?php esc_html_e('Tutorial: TW Form Entry Viewer', 'tw-form-entry-viewer'); ?></h1>
    70         <p><?php esc_html_e('This tutorial explains how to use the TW Form Entry Viewer plugin:', 'tw-form-entry-viewer'); ?>
     69        <h1><?php esc_html_e('Tutorial: TW Form Entry Viewer for WPForms', 'tw-form-entry-viewer'); ?></h1>
     70        <p><?php esc_html_e('This tutorial explains how to use the TW Form Entry Viewer for WPForms plugin:', 'tw-form-entry-viewer'); ?>
    7171        </p>
    7272        <ul style="margin-left: 20px; list-style: disc;">
  • tw-form-entry-viewer/trunk/readme.txt

    r3438662 r3477728  
    1 === TW Form Entry Viewer ===
     1=== TW Form Entry Viewer for WPForms ===
    22Contributors: technologywisdom
    33Tags: wpforms, form entries, entry viewer, export wpforms, csv export
     
    1212== Description ==
    1313
    14 **TW Form Entry Viewer** is a lightweight plugin that captures **WPForms** form submissions and displays them on the **Form Entries** page in the WordPress admin dashboard, enabling entry management from the WordPress admin panel, no WPForms Pro required.
     14**TW Form Entry Viewer for WPForms** is a lightweight plugin that captures **WPForms** form submissions and displays them on the **Form Entries** page in the WordPress admin dashboard, enabling entry management from the WordPress admin panel, no WPForms Pro required.
    1515It offers a clean UI modeled after native WordPress tables and supports **CSV export**, bulk delete, pagination, and search, just like the WPForms Pro entries feature.
    1616
  • tw-form-entry-viewer/trunk/tw-form-entry-viewer.php

    r3439452 r3477728  
    11<?php
    22/**
    3  * Plugin Name: TW Form Entry Viewer
     3 * Plugin Name: TW Form Entry Viewer for WPForms
    44 * Plugin URI: https://technologywisdom.com/
    55 * Description: Capture and display WPForms submissions in the admin dashboard. Export to CSV, bulk delete. No WPForms Pro needed
     
    6767    ?>
    6868    <div class="wrap">
    69         <h1><?php esc_html_e('Tutorial: TW Form Entry Viewer', 'tw-form-entry-viewer'); ?></h1>
    70         <p><?php esc_html_e('This tutorial explains how to use the TW Form Entry Viewer plugin:', 'tw-form-entry-viewer'); ?>
     69        <h1><?php esc_html_e('Tutorial: TW Form Entry Viewer for WPForms', 'tw-form-entry-viewer'); ?></h1>
     70        <p><?php esc_html_e('This tutorial explains how to use the TW Form Entry Viewer for WPForms plugin:', 'tw-form-entry-viewer'); ?>
    7171        </p>
    7272        <ul style="margin-left: 20px; list-style: disc;">
Note: See TracChangeset for help on using the changeset viewer.