Skip to content

Commit

Permalink
4.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
PhocaCz committed Sep 25, 2023
1 parent 2e68517 commit 43b186c
Show file tree
Hide file tree
Showing 18 changed files with 58 additions and 10 deletions.
16 changes: 15 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Phoca Open Graph System Plugin is a Joomla! CMS Plugin. It allows adding of open

## Version (Joomla! 4.x)

4.0.6
4.0.7



Expand All @@ -67,3 +67,17 @@ GNU/GPL


This project is open source project - feel free to contribute! Thank you.



## Social Media

- [Phoca on Facebook](https://www.facebook.com/Phoca.cz)

- [Phoca on X (Twitter)](https://twitter.com/PhocaCz)

- [Phoca on YouTube](https://www.youtube.com/user/phocavideos)

- [Phoca on GitHub](https://github.com/PhocaCz)

- [Phoca on Reddit](https://www.reddit.com/user/PhocaCz)
Empty file modified language/en-GB/en-GB.plg_system_phocaopengraph.ini
100755 → 100644
Empty file.
Empty file modified language/en-GB/en-GB.plg_system_phocaopengraph.sys.ini
100755 → 100644
Empty file.
Empty file modified language/en-GB/index.html
100755 → 100644
Empty file.
Empty file modified language/index.html
100755 → 100644
Empty file.
10 changes: 6 additions & 4 deletions manifest.xml
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" ?>
<updates>
<update>
<name><![CDATA[ Phoca Open Graph System Plugin ]]></name>
Expand Down Expand Up @@ -25,18 +26,19 @@
<element>phocaopengraph</element>
<folder>system</folder>
<type>plugin</type>
<version>4.0.6</version>
<infourl title="Phoca Open Graph System Plugin 4.0.6">https://www.phoca.cz/</infourl>
<version>4.0.7</version>
<infourl title="Phoca Open Graph System Plugin 4.0.7">https://www.phoca.cz/</infourl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/PhocaCz/PhocaOpenGraphSystemPlugin/releases/download/4.0.6/plg_system_phocaopengraph_v4.0.6.zip</downloadurl>
<downloadurl type="full" format="zip">https://github.com/PhocaCz/PhocaOpenGraphSystemPlugin/releases/download/4.0.7/plg_system_phocaopengraph_v4.0.7.zip</downloadurl>
</downloads>
<sha512>eedad2f9d74cfffc8ece57cb02a69ce60e301093205dab94d8bee69a5a092269d8f7524a2aec9648f150dccd52fbba84f321f4551d6aa09ca83e173f0295105f</sha512>
<tags>
<tag>stable</tag>
</tags>
<maintainer><![CDATA[ Phoca.cz ]]></maintainer>
<maintainerurl>https://www.phoca.cz/</maintainerurl>
<section>Updates</section>
<targetplatform name="joomla" version="4.[012]"/>
<targetplatform name="joomla" version="4\.*"/>
<client>site</client>
</update>
</updates>
Empty file modified models/fields/index.html
100755 → 100644
Empty file.
Empty file modified models/fields/phocaoghead.php
100755 → 100644
Empty file.
Empty file modified models/index.html
100755 → 100644
Empty file.
Binary file modified phocaopengraph-48.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified phocaopengraph-512.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion phocaopengraph.php
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ function onBeforeRender() {

$document = Factory::getDocument();
$config = Factory::getConfig();
$type = $this->params->get('render_type', 1);
$type = $this->params->get('render_type', 2);
$this->twitterEnable = $this->params->get('twitter_enable', 0);
$twitterCard = $this->params->get('twitter_card', 'summary_large_image');

Expand Down
Binary file modified phocaopengraph.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions phocaopengraph.xml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<extension type="plugin" group="system" method="upgrade" version="4.0">
<name>plg_system_phocaopengraph</name>
<author>Jan Pavelka (www.phoca.cz)</author>
<creationDate>11/02/2023</creationDate>
<creationDate>25/09/2023</creationDate>
<authorEmail></authorEmail>
<authorUrl>https://www.phoca.cz</authorUrl>
<copyright>Jan Pavelka</copyright>
<license>GNU/GPL</license>
<version>4.0.6</version>
<version>4.0.7</version>
<description>PLG_SYSTEM_PHOCAOPENGRAPH_DESCRIPTION</description>
<projectName>PhocaOpenGraphSystemPlugin</projectName>

Expand All @@ -34,7 +34,7 @@
<fields name="params" addfieldpath="/plugins/content/phocaopengraph/models/fields">
<fieldset name="main" label="PLG_SYSTEM_PHOCA_OPEN_GRAPH_MAIN_OPTIONS">

<field name="render_type" type="list" default="1" label="PLG_SYSTEM_PHOCA_OPEN_GRAPH_RENDER_TYPE_LABEL" description="PLG_SYSTEM_PHOCA_OPEN_GRAPH_RENDER_TYPE_DESC">
<field name="render_type" type="list" default="2" label="PLG_SYSTEM_PHOCA_OPEN_GRAPH_RENDER_TYPE_LABEL" description="PLG_SYSTEM_PHOCA_OPEN_GRAPH_RENDER_TYPE_DESC">
<option value="1">PLG_SYSTEM_PHOCA_OPEN_GRAPH_NAME</option>
<option value="2">PLG_SYSTEM_PHOCA_OPEN_GRAPH_PROPERTY</option>
</field>
Expand Down
Binary file added system-phocaopengraph-release-news.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions system-phocaopengraph-release-news.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified system-phocaopengraph-release.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion system-phocaopengraph-release.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 43b186c

Please sign in to comment.