Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wp-wpdesk-activation-reminder
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
Library
wp-wpdesk-activation-reminder
Commits
2fe55b8f
Commit
2fe55b8f
authored
2 years ago
by
Sebastian Pisula
Browse files
Options
Downloads
Patches
Plain Diff
feature(core): command fix
parent
ffead0bd
No related branches found
No related tags found
1 merge request
!12
feature(core): command fix
Pipeline
#160176
failed with stages
in 1 minute and 17 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+4
-0
4 additions, 0 deletions
CHANGELOG.md
src/ActivationReminder/Composer/PrepareActivationReminderCommand.php
+3
-0
3 additions, 0 deletions
...ionReminder/Composer/PrepareActivationReminderCommand.php
with
7 additions
and
0 deletions
CHANGELOG.md
+
4
−
0
View file @
2fe55b8f
## [1.1.6] - 2023-02-20
### Fixed
-
Command return value
## [1.1.5] - 2021-08-19
### Fixed
-
changes in text
...
...
This diff is collapsed.
Click to expand it.
src/ActivationReminder/Composer/PrepareActivationReminderCommand.php
+
3
−
0
View file @
2fe55b8f
...
...
@@ -3,6 +3,7 @@
namespace
WPDesk\ActivationReminder\Composer
;
use
Composer\Command\BaseCommand
;
use
Symfony\Component\Console\Command\Command
;
use
Symfony\Component\Console\Input\InputInterface
;
use
Symfony\Component\Console\Output\OutputInterface
;
...
...
@@ -58,6 +59,8 @@ class PrepareActivationReminderCommand extends BaseCommand
$this
->
regenerate_autoload
(
$target_file
,
$input
);
$output
->
writeln
(
"Activation reminder created."
);
return
Command
::
SUCCESS
;
}
private
function
create_or_get_target_file_name
(
array
$class_map
,
$random_class
,
$random_letter
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment