Plugin Directory

Changeset 2968836


Ignore:
Timestamp:
09/19/2023 04:45:47 PM (3 years ago)
Author:
tommcfarlin
Message:

1.4.1

  • Add a five-star click-to-action in the plugin
  • Fix PHP deprecation
  • Fix issue with alt issue as reported by AIOSEO
  • Update stable version in README
Location:
wp-call-button/trunk
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • wp-call-button/trunk/readme.txt

    r2968833 r2968836  
    33Tags: call button, click to call button, call now button, call, phone, clickable phone numbers, call me wordpress plugin, woocommerce call button
    44Requires at least: 4.9
    5 Tested up to: 6.0
    6 Stable tag: 1.3.1
     5Tested up to: 6.3.1
     6Stable tag: 1.4.1
    77Requires PHP: 5.6
    88License: GPL-2.0+
     
    131131== Changelog ==
    132132
     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
    133139= 1.4.0 =
    134140* Add a five-star click-to-action in the plugin
  • wp-call-button/trunk/wp-call-button.php

    r2968833 r2968836  
    55 * Plugin URI:        https://www.wpbeginner.com/
    66 * 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.0
     7 * Version:           1.4.1
    88 * Author:            Syed Balkhi
    99 * Author URI:        https://www.wpbeginner.com/
     
    2323}
    2424
    25 define( 'WP_CALL_BUTTON_VERSION', '1.4.0' );
     25define( 'WP_CALL_BUTTON_VERSION', '1.4.1' );
    2626define( 'WP_CALL_BUTTON_FILE', __FILE__ );
    2727
Note: See TracChangeset for help on using the changeset viewer.