Skip to content

Commit

Permalink
[ #455 ]
Browse files Browse the repository at this point in the history
  • Loading branch information
TeoAlex committed Jul 22, 2024
1 parent 72b2235 commit 5a34b69
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 146 deletions.
141 changes: 0 additions & 141 deletions admin/about/class-strong-testimonials-welcome.php

This file was deleted.

1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Changed: Admin addons upsells only show up if not included in license ( [#454](https://github.com/WPChill/strong-testimonials/issues/454) )
- Fixed: Error log warning when "Show Gravatar" option is selected and no gravatar found. ( [#434](https://github.com/WPChill/strong-testimonials/issues/434) )
- Fixed: Display of undefined notices ( [#431](https://github.com/WPChill/strong-testimonials/issues/431) )
- Changed: Removed Welcome Page ( [#455](https://github.com/WPChill/strong-testimonials/issues/455) )

= 3.1.14 - 06.06.2024 -
- Fixed: Security fix
Expand Down
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ No. If you already have testimonials in another plugin or theme, you will have t
- Changed: Admin addons upsells only show up if not included in license ( [#454](https://github.com/WPChill/strong-testimonials/issues/454) )
- Fixed: Error log warning when "Show Gravatar" option is selected and no gravatar found. ( [#434](https://github.com/WPChill/strong-testimonials/issues/434) )
- Fixed: Display of undefined notices ( [#431](https://github.com/WPChill/strong-testimonials/issues/431) )
- Changed: Removed Welcome Page ( [#455](https://github.com/WPChill/strong-testimonials/issues/455) )

= 3.1.14 - 06.06.2024 -
- Fixed: Security fix
Expand Down
7 changes: 2 additions & 5 deletions strong-testimonials.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,8 @@ static function plugin_activation( $network_wide = false ) {
wpmtst_register_cpt();
flush_rewrite_rules();

if ( class_exists( 'Strong_Testimonials_Welcome' ) ) {
new Strong_Testimonials_Welcome();
do_action( 'wpmtst_after_update_setup', $first_install );
}
do_action( 'wpmtst_after_update_setup', $first_install );

if ( class_exists( 'Strong_Testimonials_Master_License_Activator' ) ) {
$license = new Strong_Testimonials_Master_License_Activator();
if ( method_exists( $license, 'get_installed_extensions' ) ) {
Expand Down Expand Up @@ -352,7 +350,6 @@ private function includes() {
require_once WPMTST_ADMIN . 'settings/class-strong-testimonials-advanced-settings.php';
require_once WPMTST_ADMIN . 'settings/class-strong-testimonials-form.php';

require_once WPMTST_ADMIN . 'about/class-strong-testimonials-welcome.php';
require_once WPMTST_ADMIN . 'class-strong-testimonials-addons.php';
require_once WPMTST_ADMIN . 'class-strong-testimonials-defaults.php';
require_once WPMTST_ADMIN . 'class-strong-testimonials-list-table.php';
Expand Down

0 comments on commit 5a34b69

Please sign in to comment.