Changeset 3152412
- Timestamp:
- 09/16/2024 07:09:27 AM (17 months ago)
- Location:
- wpxon-ajax-contact-form
- Files:
-
- 46 added
- 2 edited
-
tags/1.0.5 (added)
-
tags/1.0.5/LICENSE.txt (added)
-
tags/1.0.5/admin (added)
-
tags/1.0.5/admin/class-ajax-contact-form-admin.php (added)
-
tags/1.0.5/admin/css (added)
-
tags/1.0.5/admin/css/style.css (added)
-
tags/1.0.5/admin/index.php (added)
-
tags/1.0.5/admin/js (added)
-
tags/1.0.5/admin/js/main.js (added)
-
tags/1.0.5/admin/partials (added)
-
tags/1.0.5/admin/partials/ajax-contact-form-admin-about.php (added)
-
tags/1.0.5/admin/partials/ajax-contact-form-admin-option.php (added)
-
tags/1.0.5/admin/partials/ajax-contact-form-admin-settings.php (added)
-
tags/1.0.5/ajax-contact-form.php (added)
-
tags/1.0.5/includes (added)
-
tags/1.0.5/includes/class-ajax-contact-form-activator.php (added)
-
tags/1.0.5/includes/class-ajax-contact-form-admin-settings.php (added)
-
tags/1.0.5/includes/class-ajax-contact-form-deactivator.php (added)
-
tags/1.0.5/includes/class-ajax-contact-form-i18n.php (added)
-
tags/1.0.5/includes/class-ajax-contact-form-loader.php (added)
-
tags/1.0.5/includes/class-ajax-contact-form.php (added)
-
tags/1.0.5/includes/index.php (added)
-
tags/1.0.5/index.php (added)
-
tags/1.0.5/languages (added)
-
tags/1.0.5/languages/ajax-contact-form.pot (added)
-
tags/1.0.5/public (added)
-
tags/1.0.5/public/class-ajax-contact-form-public.php (added)
-
tags/1.0.5/public/css (added)
-
tags/1.0.5/public/css/animate.css (added)
-
tags/1.0.5/public/css/bootstrap.min.css (added)
-
tags/1.0.5/public/css/style.css (added)
-
tags/1.0.5/public/img (added)
-
tags/1.0.5/public/img/bg.png (added)
-
tags/1.0.5/public/img/bt2-bg.jpg (added)
-
tags/1.0.5/public/img/quote.png (added)
-
tags/1.0.5/public/img/testimonial-bg.png (added)
-
tags/1.0.5/public/index.php (added)
-
tags/1.0.5/public/js (added)
-
tags/1.0.5/public/js/bootstrap.min.js (added)
-
tags/1.0.5/public/js/contact-form-script.js (added)
-
tags/1.0.5/public/js/form-validator.min.js (added)
-
tags/1.0.5/public/js/main.js (added)
-
tags/1.0.5/public/partials (added)
-
tags/1.0.5/public/partials/ajax-contact-form-public-display.php (added)
-
tags/1.0.5/readme.txt (added)
-
tags/1.0.5/uninstall.php (added)
-
trunk/ajax-contact-form.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpxon-ajax-contact-form/trunk/ajax-contact-form.php
r2751208 r3152412 4 4 * Plugin URI: http://wpxon.com/ajcf 5 5 * Description: Ajax contact form is a simple and clean deisnged contact form. 6 * Version: 1.0. 46 * Version: 1.0.5 7 7 * Author: WPxon 8 8 * Author URI: http://wpxon.com/ … … 25 25 * Currently plugin version. 26 26 */ 27 define( 'AJAX_CONTACT_FORM_VERSION', '1.0. 2' );27 define( 'AJAX_CONTACT_FORM_VERSION', '1.0.5' ); 28 28 define( 'AJAX_CONTACT_FORM_PLUGIN', plugin_basename( __FILE__ ) ); 29 29 define( 'AJAX_CONTACT_FORM', dirname( AJAX_CONTACT_FORM_PLUGIN ) ); -
wpxon-ajax-contact-form/trunk/readme.txt
r2751209 r3152412 4 4 Tags: contact form, ajax contact form, bootstrap contact form 5 5 Requires at least: 4.0 6 Tested up to: 6. 07 Stable tag: 1.0. 46 Tested up to: 6.6 7 Stable tag: 1.0.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 66 66 67 67 = 1.0.4 = 68 * WordPress 6.6 tested up 69 70 71 = 1.0.5 = 68 72 * WordPress 6.0 tested up 69 73
Note: See TracChangeset
for help on using the changeset viewer.