Changeset 1797747
- Timestamp:
- 01/05/2018 03:37:07 PM (8 years ago)
- Location:
- contact-form-7-sms-addon
- Files:
-
- 3 edited
- 13 copied
-
tags/2.4.4 (copied) (copied from contact-form-7-sms-addon/trunk)
-
tags/2.4.4/contact-form-7-sms-addon.php (copied) (copied from contact-form-7-sms-addon/trunk/contact-form-7-sms-addon.php) (1 diff)
-
tags/2.4.4/images/logo_16px_16px.png (copied) (copied from contact-form-7-sms-addon/trunk/images/logo_16px_16px.png)
-
tags/2.4.4/images/logo_32px_32px.png (copied) (copied from contact-form-7-sms-addon/trunk/images/logo_32px_32px.png)
-
tags/2.4.4/lib/class-clockwork-plugin.php (copied) (copied from contact-form-7-sms-addon/trunk/lib/class-clockwork-plugin.php)
-
tags/2.4.4/lib/clockwork/class-Clockwork.php (copied) (copied from contact-form-7-sms-addon/trunk/lib/clockwork/class-Clockwork.php)
-
tags/2.4.4/lib/clockwork/class-WordPressClockwork.php (copied) (copied from contact-form-7-sms-addon/trunk/lib/clockwork/class-WordPressClockwork.php)
-
tags/2.4.4/main.php (copied) (copied from contact-form-7-sms-addon/trunk/main.php) (1 diff)
-
tags/2.4.4/readme.txt (copied) (copied from contact-form-7-sms-addon/trunk/readme.txt) (1 diff)
-
tags/2.4.4/templates/clockwork-options.php (copied) (copied from contact-form-7-sms-addon/trunk/templates/clockwork-options.php)
-
tags/2.4.4/templates/clockwork-test-message.php (copied) (copied from contact-form-7-sms-addon/trunk/templates/clockwork-test-message.php)
-
tags/2.4.4/templates/form-options-4.2.php (copied) (copied from contact-form-7-sms-addon/trunk/templates/form-options-4.2.php)
-
tags/2.4.4/templates/form-options.php (copied) (copied from contact-form-7-sms-addon/trunk/templates/form-options.php)
-
trunk/contact-form-7-sms-addon.php (modified) (1 diff)
-
trunk/main.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
contact-form-7-sms-addon/tags/2.4.4/contact-form-7-sms-addon.php
r1797124 r1797747 4 4 Plugin URI: http://wordpress.org/extend/plugins/contact-form-7-sms-addon/ 5 5 Description: Send SMS notifications when somebody submits your contact form 6 Version: 2.4. 36 Version: 2.4.4 7 7 Author: Mediaburst 8 8 Author URI: http://www.mediaburst.co.uk/ -
contact-form-7-sms-addon/tags/2.4.4/main.php
r1797124 r1797747 115 115 $phone = explode( ',', $phone ); 116 116 $from = $options['from']; 117 117 $message = html_entity_decode($message); 118 118 try { 119 119 $clockwork = new WordPressClockwork( $options['api_key'] ); -
contact-form-7-sms-addon/tags/2.4.4/readme.txt
r1797124 r1797747 6 6 Text Domain: wpcf7_sms 7 7 Requires at least: 3.0.0 8 Tested up to: 4. 2.29 Stable tag: 2.4. 38 Tested up to: 4.9.1 9 Stable tag: 2.4.4 10 10 11 11 Works with the Contact Form 7 plugin to send SMS notifications when somebody -
contact-form-7-sms-addon/trunk/contact-form-7-sms-addon.php
r1797124 r1797747 4 4 Plugin URI: http://wordpress.org/extend/plugins/contact-form-7-sms-addon/ 5 5 Description: Send SMS notifications when somebody submits your contact form 6 Version: 2.4. 36 Version: 2.4.4 7 7 Author: Mediaburst 8 8 Author URI: http://www.mediaburst.co.uk/ -
contact-form-7-sms-addon/trunk/main.php
r1797124 r1797747 115 115 $phone = explode( ',', $phone ); 116 116 $from = $options['from']; 117 117 $message = html_entity_decode($message); 118 118 try { 119 119 $clockwork = new WordPressClockwork( $options['api_key'] ); -
contact-form-7-sms-addon/trunk/readme.txt
r1797124 r1797747 6 6 Text Domain: wpcf7_sms 7 7 Requires at least: 3.0.0 8 Tested up to: 4. 2.29 Stable tag: 2.4. 38 Tested up to: 4.9.1 9 Stable tag: 2.4.4 10 10 11 11 Works with the Contact Form 7 plugin to send SMS notifications when somebody
Note: See TracChangeset
for help on using the changeset viewer.