Changeset 2932055
- Timestamp:
- 06/29/2023 04:07:08 AM (3 years ago)
- Location:
- call-from-web
- Files:
-
- 2 edited
- 13 copied
-
tags/4.0.2/trunk (copied) (copied from call-from-web/trunk)
-
tags/4.0.2/trunk/LICENSE.txt (copied) (copied from call-from-web/trunk/LICENSE.txt)
-
tags/4.0.2/trunk/admin (copied) (copied from call-from-web/trunk/admin)
-
tags/4.0.2/trunk/call-from-web.php (copied) (copied from call-from-web/trunk/call-from-web.php) (1 diff)
-
tags/4.0.2/trunk/includes (copied) (copied from call-from-web/trunk/includes)
-
tags/4.0.2/trunk/includes/class-call-from-web-activator.php (copied) (copied from call-from-web/trunk/includes/class-call-from-web-activator.php) (1 diff)
-
tags/4.0.2/trunk/includes/class-call-from-web.php (copied) (copied from call-from-web/trunk/includes/class-call-from-web.php)
-
tags/4.0.2/trunk/index.php (copied) (copied from call-from-web/trunk/index.php)
-
tags/4.0.2/trunk/languages (copied) (copied from call-from-web/trunk/languages)
-
tags/4.0.2/trunk/public (copied) (copied from call-from-web/trunk/public)
-
tags/4.0.2/trunk/public/class-call-from-web-public.php (copied) (copied from call-from-web/trunk/public/class-call-from-web-public.php)
-
tags/4.0.2/trunk/readme.txt (copied) (copied from call-from-web/trunk/readme.txt)
-
tags/4.0.2/trunk/uninstall.php (copied) (copied from call-from-web/trunk/uninstall.php)
-
trunk/call-from-web.php (modified) (1 diff)
-
trunk/includes/class-call-from-web-activator.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
call-from-web/tags/4.0.2/trunk/call-from-web.php
r2932054 r2932055 17 17 * Plugin URI: https://www.call-from-web.com 18 18 * Description: Let your visitors call you by phone for free. 19 * Version: 4.0. 119 * Version: 4.0.2 20 20 * Author: Call-From-Web.com 21 21 * 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 37 37 } 38 38 39 /** 40 * Mark for setup redirection. 41 * 42 * @since 4.0.2 43 */ 39 44 private function mark_for_activation_redirect() { 40 45 set_transient($this->activation_flag, true); 41 46 } 42 47 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 */ 43 55 public function redirect_to_activation_page() { 44 56 if ( !is_admin() ) { return; } -
call-from-web/trunk/call-from-web.php
r2932054 r2932055 17 17 * Plugin URI: https://www.call-from-web.com 18 18 * Description: Let your visitors call you by phone for free. 19 * Version: 4.0. 119 * Version: 4.0.2 20 20 * Author: Call-From-Web.com 21 21 * Author URI: https://www.call-from-web.com/ -
call-from-web/trunk/includes/class-call-from-web-activator.php
r2932054 r2932055 37 37 } 38 38 39 /** 40 * Mark for setup redirection. 41 * 42 * @since 4.0.2 43 */ 39 44 private function mark_for_activation_redirect() { 40 45 set_transient($this->activation_flag, true); 41 46 } 42 47 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 */ 43 55 public function redirect_to_activation_page() { 44 56 if ( !is_admin() ) { return; }
Note: See TracChangeset
for help on using the changeset viewer.