Plugin Directory

Changeset 2932055


Ignore:
Timestamp:
06/29/2023 04:07:08 AM (3 years ago)
Author:
call_from_web
Message:

Release v4.0.2

Location:
call-from-web
Files:
2 edited
13 copied

Legend:

Unmodified
Added
Removed
  • call-from-web/tags/4.0.2/trunk/call-from-web.php

    r2932054 r2932055  
    1717 * Plugin URI:        https://www.call-from-web.com
    1818 * Description:       Let your visitors call you by phone for free.
    19  * Version:           4.0.1
     19 * Version:           4.0.2
    2020 * Author:            Call-From-Web.com
    2121 * Author URI:        https://www.call-from-web.com/
  • call-from-web/tags/4.0.2/trunk/includes/class-call-from-web-activator.php

    r2932054 r2932055  
    3737  }
    3838
     39  /**
     40   * Mark for setup redirection.
     41   *
     42   * @since    4.0.2
     43  */
    3944  private function mark_for_activation_redirect() {
    4045    set_transient($this->activation_flag, true);
    4146  }
    4247
     48  /**
     49   * Redirect user to activation page on www.call-from-web.com.
     50   *
     51   * Redirects if activation_flag is set
     52   *
     53   * @since    4.0.2
     54  */
    4355  public function redirect_to_activation_page() {
    4456    if ( !is_admin() ) { return; }
  • call-from-web/trunk/call-from-web.php

    r2932054 r2932055  
    1717 * Plugin URI:        https://www.call-from-web.com
    1818 * Description:       Let your visitors call you by phone for free.
    19  * Version:           4.0.1
     19 * Version:           4.0.2
    2020 * Author:            Call-From-Web.com
    2121 * Author URI:        https://www.call-from-web.com/
  • call-from-web/trunk/includes/class-call-from-web-activator.php

    r2932054 r2932055  
    3737  }
    3838
     39  /**
     40   * Mark for setup redirection.
     41   *
     42   * @since    4.0.2
     43  */
    3944  private function mark_for_activation_redirect() {
    4045    set_transient($this->activation_flag, true);
    4146  }
    4247
     48  /**
     49   * Redirect user to activation page on www.call-from-web.com.
     50   *
     51   * Redirects if activation_flag is set
     52   *
     53   * @since    4.0.2
     54  */
    4355  public function redirect_to_activation_page() {
    4456    if ( !is_admin() ) { return; }
Note: See TracChangeset for help on using the changeset viewer.