Skip to content

Commit 05573cf

Browse files
Reset to version 1.0.0 - Initial release
1 parent 3b3daee commit 05573cf

File tree

4 files changed

+6
-17
lines changed

4 files changed

+6
-17
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,13 @@ joomla-call-now-button/
108108
3. Commit and push:
109109
```bash
110110
git add .
111-
git commit -m "Release v1.0.1"
111+
git commit -m "Release v1.0.0"
112112
git push origin main
113113
```
114114
4. Create and push tag:
115115
```bash
116-
git tag v1.0.1
117-
git push --tags
116+
git tag v1.0.0
117+
git push origin v1.0.0
118118
```
119119
5. GitHub Actions automatically:
120120
- Builds ZIP file

mod_callnowbutton/mod_callnowbutton.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<license>GNU General Public License version 2 or later</license>
88
<authorEmail>mostafa.afrouzi@gmail.com</authorEmail>
99
<authorUrl>https://afrouzi.ir</authorUrl>
10-
<version>1.0.1</version>
10+
<version>1.0.0</version>
1111
<description><![CDATA[Professional floating call-to-action button module for Joomla. Supports phone calls, WhatsApp, custom URLs with extensive customization options. Developed by Mostafa Afrouzi - afrouzi.ir]]></description>
1212

1313
<namespace path="src">Joomla\Module\CallNowButton</namespace>

updates/changelog.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,5 @@
3030
<item><![CDATA[Professional Joomla services available: Custom extensions, templates, migration, SEO]]></item>
3131
</note>
3232
</changelog>
33-
<changelog>
34-
<element>mod_callnowbutton</element>
35-
<type>module</type>
36-
<version>1.0.1</version>
37-
<addition>
38-
<item><![CDATA[Changed default Display Mode from "Mobile only" to "All devices" for better user experience]]></item>
39-
</addition>
40-
<note>
41-
<item><![CDATA[This update improves the default behavior - the button will now be visible on all devices by default]]></item>
42-
</note>
43-
</changelog>
4433
</changelogs>
4534

updates/updates.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<description><![CDATA[Adds a click-to-call button to your website. Perfect for mobile visitors who want to call you with one touch.]]></description>
66
<element>mod_callnowbutton</element>
77
<type>module</type>
8-
<version>1.0.1</version>
8+
<version>1.0.0</version>
99
<downloads>
10-
<downloadurl type="full" format="zip">https://github.com/mostafaafrouzi/joomla-call-now-button/releases/download/v1.0.1/mod_callnowbutton-1.0.1.zip</downloadurl>
10+
<downloadurl type="full" format="zip">https://github.com/mostafaafrouzi/joomla-call-now-button/releases/download/v1.0.0/mod_callnowbutton-1.0.0.zip</downloadurl>
1111
</downloads>
1212
<tags>
1313
<tag>stable</tag>

0 commit comments

Comments
 (0)