Plugin Directory

Changeset 2564123


Ignore:
Timestamp:
07/14/2021 07:28:54 AM (5 years ago)
Author:
patilswapnilv
Message:

Updating for version 5.7.8

Location:
gravity-pre-submission-confirmation/trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • gravity-pre-submission-confirmation/trunk/README.md

    r1976572 r2564123  
    1010Requires at least: 3.5
    1111
    12 Tested up to: 5.0
     12Tested up to: 5.7.2
    1313
    14 Stable tag: 1.0.3
     14Stable tag: 1.0.4
    1515
    1616License: GPLv3
  • gravity-pre-submission-confirmation/trunk/gravity-pre-submission-confirmation.php

    r1976572 r2564123  
    11<?php
    2 /*
    3 Plugin Name: Gravity Pre-submission Confirmation
    4 Plugin URI: http://wordpress.org/plugins/gravity-pre-submission-confirmation/
    5 Description: Adds a quick pre-submission confirmation page to your Graviy forms where users can preview their entered data before it is submitted.
    6 Version: 1.0.3
    7 Tags: gravity forms,confirmation, pre-submit, gravity forms extension, pre-submit confirmation
    8 Author: patilswapnilv
    9 Author URI: http://swapnilpatil.in/
    10 License: GPLv3
    11 Requires at least: 3.5
    12 Tested up to:      5.0
    13 Stable tag:        1.0.3
    14 */
     2
     3/**
     4 * The plugin bootstrap file
     5 *
     6 * This file is read by WordPress to generate the plugin information in the plugin
     7 * admin area. This file also includes all of the dependencies used by the plugin,
     8 * registers the activation and deactivation functions, and defines a function
     9 * that starts the plugin.
     10 *
     11 * @link              https://swapnilpatil.in
     12 * @since             1.0.3
     13 * @package           gravity-pre-submission-confirmation
     14 *
     15 * @wordpress-plugin
     16 * Plugin Name:       Gravity Pre-submission Confirmation
     17 * Plugin URI:        https://github.com/patilswapnilv/gravity-pre-submission-confirmation/
     18 * Description:       Adds a quick pre-submission confirmation page to your Graviy forms where users can preview their entered data before it is submitted.
     19 * Version:           1.0.4
     20 * Author:            Swapnil V. Patil
     21 * Author URI:        https://swapnilpatil.in
     22 * Tags:              gravity forms,confirmation, pre-submit, gravity forms extension, pre-submit confirmation
     23 * License:           GPL-3.0
     24 * License URI:       https://www.gnu.org/licenses/gpl-3.0.en.html
     25 * Text Domain:       gravity-pre-submission-confirmation
     26 * Domain Path:       /languages
     27 * Requires at least: 3.5
     28 * Tested up to:      5.7.2
     29 * Stable tag:        1.0.4
     30 */
     31
     32
    1533/*
    1634This program is free software; you can redistribute it and/or modify
  • gravity-pre-submission-confirmation/trunk/readme.txt

    r1976572 r2564123  
    66Author URI:        http://swapnilpatil.in
    77Author:            patilswapnilv
    8 Version:           1.0.3
     8Version:           1.0.4
    99Donate link:       http://swapnilpatil.in/contribution
    1010License:           GPLv3
    1111License URI:       http://www.gnu.org/licenses/gpl-3.0.en.html
    1212Requires at least: 3.5
    13 Tested up to:      5.0
    14 Stable tag:        1.0.3
     13Tested up to:      5.7.2
     14Stable tag:        1.0.4
    1515
    1616
     
    6363== Changelog ==
    6464
     65= Version 1.0.4 =
     66    Tested for WordPress 5.7.8
     67
     68= Version 1.0.3 =
     69    Tested for WordPress 5.0
     70
    6571= Version 1.0.2 =
    6672    Tested for WordPress 4.9.8
Note: See TracChangeset for help on using the changeset viewer.