Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Wpct i18n
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 i18n
Compare revisions
d6b61fe5eb9be0c82452e8eca5e36a60b80f7a45 to 1c0243c9ad30ed1bc2648d7b0daa0dd1a0580cab
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
codeccoop/wp/plugins/wpct-i18n
Select target project
No results found
1c0243c9ad30ed1bc2648d7b0daa0dd1a0580cab
Select Git revision
Swap
Target
codeccoop/wp/plugins/wpct-i18n
Select target project
codeccoop/wp/plugins/wpct-i18n
1 result
d6b61fe5eb9be0c82452e8eca5e36a60b80f7a45
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
feat: new abstracts commits
· e97b2bc2
Lucas García
authored
4 months ago
e97b2bc2
feat: update version
· 1c0243c9
Lucas García
authored
4 months ago
1c0243c9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
abstracts
+1
-1
1 addition, 1 deletion
abstracts
package.json
+1
-1
1 addition, 1 deletion
package.json
wpct-i18n.php
+2
-2
2 additions, 2 deletions
wpct-i18n.php
with
4 additions
and
4 deletions
abstracts
@
b64d3ba7
Compare
8d368da5
...
b64d3ba7
Subproject commit
8d368da5f00195880f73c2d0678afbd566fe169c
Subproject commit
b64d3ba7cd74812f61e8f1c495307880e81201f8
This diff is collapsed.
Click to expand it.
package.json
View file @
1c0243c9
{
"name"
:
"wpct-i18n"
,
"version"
:
"
1
.0.
0
"
,
"version"
:
"
2
.0.
1
"
,
"main"
:
"Gruntfile.js"
,
"author"
:
"Còdec Cooperativa"
,
"scripts"
:
{
...
...
This diff is collapsed.
Click to expand it.
wpct-i18n.php
View file @
1c0243c9
...
...
@@ -8,7 +8,7 @@
* Author URI: https://www.codeccoop.org
* Text Domain: wpct-i18n
* Domain Path: /languages
* Version: 2.0.
1
* Version: 2.0.
2
*
* @package Wpct_i18n
*/
...
...
@@ -26,7 +26,7 @@ if (!class_exists('\WPCT_I18N\Wpct_i18n')) :
require_once
'abstracts/class-plugin.php'
;
define
(
'WPCT_I18N_VERSION'
,
'2.0.
1
'
);
define
(
'WPCT_I18N_VERSION'
,
'2.0.
2
'
);
/**
* I18N class.
...
...
This diff is collapsed.
Click to expand it.