Plugin Directory

Changeset 3317967


Ignore:
Timestamp:
06/26/2025 05:17:44 AM (9 months ago)
Author:
arshidkv12
Message:

v1.3.1

Location:
contact-form-cfdb7/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • contact-form-cfdb7/trunk/contact-form-cfdb-7.php

    r3263745 r3317967  
    77Author URI: http://ciphercoin.com/
    88Text Domain: contact-form-cfdb7
     9License: GPL v2 or later
    910Domain Path: /languages/
    10 Version: 1.3.0
     11Version: 1.3.1
    1112*/
    1213
  • contact-form-cfdb7/trunk/inc/add-ons.php

    r2951126 r3317967  
    1414            </span>
    1515        </h2>
    16         <p><?php _e( 'These extensions <strong>add functionality</strong> to CFDB7', 'contact-form-cfdb7' ); ?></p>
     16        <p><?php _e( 'Add extra features to CFDB7 with these extensions.', 'contact-form-cfdb7' ); ?></p>
    1717        <?php echo cfdb7_add_ons_get_feed(); ?>
    1818    </div>
  • contact-form-cfdb7/trunk/inc/admin-mainpage.php

    r2461305 r3317967  
    6767            <div class="wrap">
    6868                <div id="icon-users" class="icon32"></div>
    69                 <h2><?php _e( 'Contact Forms List', 'contact-form-cfdb7' ); ?></h2>
     69                <h2><?php _e( 'Contact Forms', 'contact-form-cfdb7' ); ?></h2>
    7070                <?php $ListTable->display(); ?>
    7171            </div>
     
    9292    {
    9393
    94         global $wpdb;
    95         $cfdb        = apply_filters( 'cfdb7_database', $wpdb );
    96         $table_name  = $cfdb->prefix.'db7_forms';
    9794        $columns     = $this->get_columns();
    9895        $hidden      = $this->get_hidden_columns();
  • contact-form-cfdb7/trunk/readme.txt

    r3271690 r3317967  
    55Requires at least: 4.8
    66Tested up to: 6.8
    7 Stable tag: 1.3.0
     7Stable tag: 1.3.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7979== Changelog ==
    8080
     81= 1.3.1 =
     82Changed the text
     83
    8184= 1.3.0 =
    8285Hooks are modified
     
    9396= 1.2.7 =
    9497Extra protection for files
    95 
    96 = 1.2.6.8 =
    97 Added cfdb7_admin_subpage_columns hook
    9898
    9999
     
    122122
    123123
     124
Note: See TracChangeset for help on using the changeset viewer.