Skip to content

Commit

Permalink
✨ v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
archatas committed Aug 19, 2024
1 parent 05f0f87 commit 4eb422d
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 15 deletions.
27 changes: 18 additions & 9 deletions docs/CHANGELOG/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#v232-2024-08-19" class="nav-link">[v2.3.2] - 2024-08-19</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#v231-2024-08-19" class="nav-link">[v2.3.1] - 2024-08-19</a>
<ul class="nav flex-column">
</ul>
Expand Down Expand Up @@ -190,17 +194,22 @@ <h1 id="changelog">Changelog</h1>
<p>The format is based on <a href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>,
and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
<h2 id="unreleased">[Unreleased]</h2>
<h2 id="v231-2024-08-19">[v2.3.1] - 2024-08-19</h2>
<h2 id="v232-2024-08-19">[v2.3.2] - 2024-08-19</h2>
<h3 id="fixed">Fixed</h3>
<ul>
<li>Missing subscription success page configured.</li>
</ul>
<h2 id="v231-2024-08-19">[v2.3.1] - 2024-08-19</h2>
<h3 id="fixed_1">Fixed</h3>
<ul>
<li>URL resolving in the JavaScript snippet fixed.</li>
</ul>
<h2 id="v230-2024-08-17">[v2.3.0] - 2024-08-17</h2>
<h3 id="changed">Changed</h3>
<ul>
<li>Timeout for localized pricing decreased to 3 seconds and made configurable, not to stop the start pages with pricing information for too long.</li>
</ul>
<h3 id="fixed_1">Fixed</h3>
<h3 id="fixed_2">Fixed</h3>
<ul>
<li>Missing template tag library loaded.</li>
</ul>
Expand Down Expand Up @@ -231,7 +240,7 @@ <h3 id="changed_2">Changed</h3>
<li>Catching an error of mixmatched transactions.</li>
</ul>
<h2 id="v201-2024-07-15">[v2.0.1] - 2024-07-15</h2>
<h3 id="fixed_2">Fixed</h3>
<h3 id="fixed_3">Fixed</h3>
<ul>
<li>Don't show the next billing date if the current plan is free.</li>
</ul>
Expand All @@ -252,23 +261,23 @@ <h3 id="changed_4">Changed</h3>
<li>The paddle-billing-client version requirements updated.</li>
</ul>
<h2 id="v140-2024-06-29">[v1.4.0] - 2024-06-29</h2>
<h3 id="fixed_3">Fixed</h3>
<h3 id="fixed_4">Fixed</h3>
<ul>
<li>Fixed support for non-recurring products.</li>
</ul>
<h2 id="v133-2024-06-28">[v1.3.3] - 2024-06-28</h2>
<h3 id="fixed_4">Fixed</h3>
<h3 id="fixed_5">Fixed</h3>
<ul>
<li>Showing nice transaction details for fully discounted transactions.</li>
<li>Showing prices for fully discounted transactions in the transaction history view.</li>
</ul>
<h2 id="v132-2024-02-14">[v1.3.2] - 2024-02-14</h2>
<h3 id="fixed_5">Fixed</h3>
<h3 id="fixed_6">Fixed</h3>
<ul>
<li>More stable real-time pricing handling.</li>
</ul>
<h2 id="v131-2024-02-13">[v1.3.1] - 2024-02-13</h2>
<h3 id="fixed_6">Fixed</h3>
<h3 id="fixed_7">Fixed</h3>
<ul>
<li>Prices rounded to cents in the pricing page.</li>
</ul>
Expand All @@ -277,7 +286,7 @@ <h3 id="added_3">Added</h3>
<ul>
<li>Unit tests for fetching information from Paddle Billing.</li>
</ul>
<h3 id="fixed_7">Fixed</h3>
<h3 id="fixed_8">Fixed</h3>
<ul>
<li>Saving adjustments fixed.</li>
</ul>
Expand All @@ -297,7 +306,7 @@ <h3 id="changed_6">Changed</h3>
<ul>
<li>Functions refactored.</li>
</ul>
<h3 id="fixed_8">Fixed</h3>
<h3 id="fixed_9">Fixed</h3>
<ul>
<li>Cosmetic styling adjustments.</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion docs/customization/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ <h1 id="customization">Customization</h1>
<h2 id="conditional-showing-of-the-pricing-widget">Conditional Showing of the Pricing Widget</h2>
<p>You can restrict the showing of pricing widget to specific IPs by setting the <code>PADDLE_SUBSCRIPTIONS["RESTRICTED_TO_IPS"]</code> setting:</p>
<pre><code class="language-python">PADDLE_SUBSCRIPTIONS[&quot;RESTRICTED_TO_IPS&quot;] = [
&quot;192.3.1.1&quot;, # Your public IP address required for the staging or production environment
&quot;192.3.2.1&quot;, # Your public IP address required for the staging or production environment
&quot;127.0.0.1&quot;, # Your local IP address required for the development environment
]
</code></pre>
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ <h2 id="who-is-it-for">Who is it for?</h2>
</tr>
<tr>
<td>Latest package version</td>
<td>2.3.1</td>
<td>2.3.2</td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -348,5 +348,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.5.3
Build Date UTC : 2024-08-19 10:04:58.112839+00:00
Build Date UTC : 2024-08-19 11:35:04.703357+00:00
-->
2 changes: 1 addition & 1 deletion docs/search/search_index.json

Large diffs are not rendered by default.

Binary file modified docs/sitemap.xml.gz
Binary file not shown.
7 changes: 7 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[Unreleased]
------------

[v2.3.2] - 2024-08-19
------------------

### Fixed

- Missing subscription success page configured.

[v2.3.1] - 2024-08-19
------------------

Expand Down
2 changes: 1 addition & 1 deletion src/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ You can restrict the showing of pricing widget to specific IPs by setting the `P

```python
PADDLE_SUBSCRIPTIONS["RESTRICTED_TO_IPS"] = [
"192.3.1.1", # Your public IP address required for the staging or production environment
"192.3.2.1", # Your public IP address required for the staging or production environment
"127.0.0.1", # Your local IP address required for the development environment
]
```
Expand Down
2 changes: 1 addition & 1 deletion src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The Django Paddle Subscriptions app is for business owners and tech entrepreneur
| Copy of Paddle data in your database | ✔︎ |
| Multiple SaaS with the same Paddle account| ✔︎ |
| Infrastructure for upsells | ✔︎ |
| Latest package version | 2.3.1 |
| Latest package version | 2.3.2 |

## What are the benefits?

Expand Down

0 comments on commit 4eb422d

Please sign in to comment.