Changeset 3069440
- Timestamp:
- 04/12/2024 08:34:17 AM (11 months ago)
- Location:
- sticky-floating-forms-lite
- Files:
-
- 44 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sticky-floating-forms-lite/trunk/readme.txt
r2979152 r3069440 2 2 Contributors: codeworkweb 3 3 Creator's website link: https://codeworkweb.com/wordpress-plugins/sticky-floating-forms-lite/ 4 Tags: c f7, contact form 7, contact form, popup, popup messages, sticky forms, floating forms, sticky floating forms, sticky contact5 Requires at least: 3.0.16 Requires PHP: 5.67 Tested up to: 6. 3.28 Stable tag: 1.0. 84 Tags: contact form 7, sticky forms, floating forms, sticky floating forms, sticky contact 5 Requires at least: 5.6 6 Requires PHP: 7.4 7 Tested up to: 6.5.2 8 Stable tag: 1.0.9 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 73 73 == Changelog == 74 74 75 = 1.0.9 = 76 * Tested with latest WordPress 77 75 78 = 1.0.8 = 76 79 * Tested with latest WordPress -
sticky-floating-forms-lite/trunk/sticky-floating-forms-lite.php
r2979152 r3069440 4 4 * Plugin URI: https://codeworkweb.com//wordpress-plugins/sticky-floating-forms-lite/ 5 5 * Description: Sticky Floating Forms WordPress plugin allows you to add CTA buttons on your website and when the user clicks on that buttons it will display contact forms. This is useful to catch the attention of your site visitor and never miss any messages or contacts from your website. This plugin is an addon for the contact form 7 plugin but also works with all major popular form plugins. 6 * Version: 1.0. 86 * Version: 1.0.9 7 7 * Author: Code Work Web 8 8 * Author URI: https://codeworkweb.com/ … … 20 20 21 21 define( 'STICKY_FLOATING_FORMS_LITE_DATA', 'Sticky Floating Forms Lite' ); ; 22 define( 'STICKY_FLOATING_FORMS_LITE_VER', '1.0. 8' );22 define( 'STICKY_FLOATING_FORMS_LITE_VER', '1.0.9' ); 23 23 24 24 define( 'STICKY_FLOATING_FORMS_LITE_FILE', __FILE__ );
Note: See TracChangeset
for help on using the changeset viewer.