Changeset 2968836
- Timestamp:
- 09/19/2023 04:45:47 PM (3 years ago)
- Location:
- wp-call-button/trunk
- Files:
-
- 2 added
- 2 edited
-
readme.txt (modified) (2 diffs)
-
src/Notices (added)
-
src/Notices/Review.php (added)
-
wp-call-button.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-call-button/trunk/readme.txt
r2968833 r2968836 3 3 Tags: call button, click to call button, call now button, call, phone, clickable phone numbers, call me wordpress plugin, woocommerce call button 4 4 Requires at least: 4.9 5 Tested up to: 6. 06 Stable tag: 1. 3.15 Tested up to: 6.3.1 6 Stable tag: 1.4.1 7 7 Requires PHP: 5.6 8 8 License: GPL-2.0+ … … 131 131 == Changelog == 132 132 133 = 1.4.1 = 134 * Add a five-star click-to-action in the plugin 135 * Fix PHP deprecation 136 * Fix issue with `alt` issue as reported by AIOSEO 137 * Update stable version in README 138 133 139 = 1.4.0 = 134 140 * Add a five-star click-to-action in the plugin -
wp-call-button/trunk/wp-call-button.php
r2968833 r2968836 5 5 * Plugin URI: https://www.wpbeginner.com/ 6 6 * Description: This plugin enables visitors on your website to call your business phone number by adding a call button at a prominent location on your website. 7 * Version: 1.4. 07 * Version: 1.4.1 8 8 * Author: Syed Balkhi 9 9 * Author URI: https://www.wpbeginner.com/ … … 23 23 } 24 24 25 define( 'WP_CALL_BUTTON_VERSION', '1.4. 0' );25 define( 'WP_CALL_BUTTON_VERSION', '1.4.1' ); 26 26 define( 'WP_CALL_BUTTON_FILE', __FILE__ ); 27 27
Note: See TracChangeset
for help on using the changeset viewer.