ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,707
- Points
- 823
Reputation:
A general doubt. Suppose I make some changes to a couple of files (current addon version is 1.0.0):
I save them, run them locally to ensure the changes are reflecting. Then via CLI, I bump the addon version (make it 1.0.1). Then I use the
Now my query is will the 1.0.1 version contain the changes I made to the above 2 files (which were done in 1.0.0)...
Read more
Continue reading...
- Controller/Foo.php
- templates/foo.html
I save them, run them locally to ensure the changes are reflecting. Then via CLI, I bump the addon version (make it 1.0.1). Then I use the
build-release
command. This gives me the addon files with a version named 1.0.1.Now my query is will the 1.0.1 version contain the changes I made to the above 2 files (which were done in 1.0.0)...
Read more
Continue reading...