Changeset 2564123
- Timestamp:
- 07/14/2021 07:28:54 AM (5 years ago)
- Location:
- gravity-pre-submission-confirmation/trunk
- Files:
-
- 1 added
- 3 edited
-
README.md (modified) (1 diff)
-
gravity-pre-submission-confirmation.php (modified) (1 diff)
-
index.php (added)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gravity-pre-submission-confirmation/trunk/README.md
r1976572 r2564123 10 10 Requires at least: 3.5 11 11 12 Tested up to: 5. 012 Tested up to: 5.7.2 13 13 14 Stable tag: 1.0. 314 Stable tag: 1.0.4 15 15 16 16 License: GPLv3 -
gravity-pre-submission-confirmation/trunk/gravity-pre-submission-confirmation.php
r1976572 r2564123 1 1 <?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 15 33 /* 16 34 This program is free software; you can redistribute it and/or modify -
gravity-pre-submission-confirmation/trunk/readme.txt
r1976572 r2564123 6 6 Author URI: http://swapnilpatil.in 7 7 Author: patilswapnilv 8 Version: 1.0. 38 Version: 1.0.4 9 9 Donate link: http://swapnilpatil.in/contribution 10 10 License: GPLv3 11 11 License URI: http://www.gnu.org/licenses/gpl-3.0.en.html 12 12 Requires at least: 3.5 13 Tested up to: 5. 014 Stable tag: 1.0. 313 Tested up to: 5.7.2 14 Stable tag: 1.0.4 15 15 16 16 … … 63 63 == Changelog == 64 64 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 65 71 = Version 1.0.2 = 66 72 Tested for WordPress 4.9.8
Note: See TracChangeset
for help on using the changeset viewer.