Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Wpct ERP Forms
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
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
codeccoop
WordPress
plugins
Wpct ERP Forms
Commits
edc6de7d
Commit
edc6de7d
authored
8 months ago
by
Lucas García
Browse files
Options
Downloads
Patches
Plain Diff
feat: upgrade version
parent
759ba854
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#129078
canceled
8 months ago
Stage: package
Stage: upload
Stage: release
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
wpct-erp-forms.php
+2
-2
2 additions, 2 deletions
wpct-erp-forms.php
with
2 additions
and
2 deletions
wpct-erp-forms.php
+
2
−
2
View file @
edc6de7d
...
...
@@ -8,7 +8,7 @@ Author: Còdec
Author URI: https://www.codeccoop.org
Text Domain: wpct-erp-forms
Domain Path: /languages
Version:
1.3
.0
Version:
2.0
.0
*/
namespace
WPCT_ERP_FORMS
;
...
...
@@ -21,7 +21,7 @@ if (!defined('ABSPATH')) {
exit
;
}
define
(
'WPCT_ERP_FORMS_VERSION'
,
'
1.3
.0'
);
define
(
'WPCT_ERP_FORMS_VERSION'
,
'
2.0
.0'
);
require_once
'abstracts/class-singleton.php'
;
require_once
'abstracts/class-plugin.php'
;
...
...
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