Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Wpct Http Bridge
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 Http Bridge
Compare revisions
61960ed121e28027ddd2b19dab03f8363969a1c7 to c35e3a093fc671f7e4098bca06d68c279ad9b011
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-http-bridge
Select target project
No results found
c35e3a093fc671f7e4098bca06d68c279ad9b011
Select Git revision
Swap
Target
codeccoop/wp/plugins/wpct-http-bridge
Select target project
codeccoop/wp/plugins/wpct-http-bridge
1 result
61960ed121e28027ddd2b19dab03f8363969a1c7
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
· e6aa3eeb
Lucas García
authored
4 months ago
e6aa3eeb
feat: update version
· c35e3a09
Lucas García
authored
4 months ago
c35e3a09
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-http-bridge.php
+1
-1
1 addition, 1 deletion
wpct-http-bridge.php
with
3 additions
and
3 deletions
abstracts
@
b64d3ba7
Compare
8d368da5
...
b64d3ba7
Subproject commit
8d368da5f00195880f73c2d0678afbd566fe169c
Subproject commit
b64d3ba7cd74812f61e8f1c495307880e81201f8
This diff is collapsed.
Click to expand it.
package.json
View file @
c35e3a09
{
"name"
:
"wpct-http-bridge"
,
"version"
:
"
2
.0.1"
,
"version"
:
"
3
.0.1"
,
"main"
:
"Gruntfile.js"
,
"author"
:
"Còdec Cooperativa"
,
"scripts"
:
{
...
...
This diff is collapsed.
Click to expand it.
wpct-http-bridge.php
View file @
c35e3a09
...
...
@@ -8,7 +8,7 @@
* Author URI: https://www.codeccoop.org
* Text Domain: wpct-http
* Domain Path: /languages
* Version: 3.0.
0
* Version: 3.0.
1
*
* @package Wpct_Http
*/
...
...
This diff is collapsed.
Click to expand it.