You've already forked wc-licensed-product
Implement version 0.0.11 features
- Add Created date column to admin license overview - Add License Statistics page under WooCommerce menu - Add REST API endpoints for analytics data with time-series support - WooCommerce Analytics integration via submenu page New files: - src/Admin/AnalyticsController.php - templates/admin/statistics.html.twig REST API endpoints: - GET /wc-licensed-product/v1/analytics/stats - GET /wc-licensed-product/v1/analytics/products Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Binary file not shown.
@@ -3,7 +3,7 @@
|
||||
# This file is distributed under the GPL-2.0-or-later.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WC Licensed Product 0.0.10\n"
|
||||
"Project-Id-Version: WC Licensed Product 0.0.11\n"
|
||||
"Report-Msgid-Bugs-To: https://src.bundespruefstelle.ch/magdev/wc-licensed-product/issues\n"
|
||||
"POT-Creation-Date: 2026-01-21T00:00:00+00:00\n"
|
||||
"PO-Revision-Date: 2026-01-21T00:00:00+00:00\n"
|
||||
@@ -939,3 +939,34 @@ msgstr "Fehler beim Speichern. Bitte versuchen Sie es erneut."
|
||||
|
||||
msgid "Failed to update license domain."
|
||||
msgstr "Lizenz-Domain konnte nicht aktualisiert werden."
|
||||
|
||||
#. Admin - License Overview (Created column)
|
||||
msgid "Created"
|
||||
msgstr "Erstellt"
|
||||
|
||||
#. Admin - License Statistics
|
||||
msgid "License Statistics"
|
||||
msgstr "Lizenz-Statistiken"
|
||||
|
||||
msgid "%d license is expiring within the next 30 days."
|
||||
msgid_plural "%d licenses are expiring within the next 30 days."
|
||||
msgstr[0] "%d Lizenz läuft innerhalb der nächsten 30 Tage ab."
|
||||
msgstr[1] "%d Lizenzen laufen innerhalb der nächsten 30 Tage ab."
|
||||
|
||||
msgid "REST API Endpoints"
|
||||
msgstr "REST-API-Endpunkte"
|
||||
|
||||
msgid "The following REST API endpoints are available for retrieving license statistics:"
|
||||
msgstr "Die folgenden REST-API-Endpunkte sind für den Abruf von Lizenz-Statistiken verfügbar:"
|
||||
|
||||
msgid "Endpoint"
|
||||
msgstr "Endpunkt"
|
||||
|
||||
msgid "Description"
|
||||
msgstr "Beschreibung"
|
||||
|
||||
msgid "Get license statistics with time-series data"
|
||||
msgstr "Lizenz-Statistiken mit Zeitreihen-Daten abrufen"
|
||||
|
||||
msgid "Get license counts by product"
|
||||
msgstr "Lizenz-Anzahl pro Produkt abrufen"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# This file is distributed under the GPL-2.0-or-later.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WC Licensed Product 0.0.10\n"
|
||||
"Project-Id-Version: WC Licensed Product 0.0.11\n"
|
||||
"Report-Msgid-Bugs-To: https://src.bundespruefstelle.ch/magdev/wc-licensed-product/issues\n"
|
||||
"POT-Creation-Date: 2026-01-21T00:00:00+00:00\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -939,3 +939,34 @@ msgstr ""
|
||||
|
||||
msgid "Failed to update license domain."
|
||||
msgstr ""
|
||||
|
||||
#. Admin - License Overview (Created column)
|
||||
msgid "Created"
|
||||
msgstr ""
|
||||
|
||||
#. Admin - License Statistics
|
||||
msgid "License Statistics"
|
||||
msgstr ""
|
||||
|
||||
msgid "%d license is expiring within the next 30 days."
|
||||
msgid_plural "%d licenses are expiring within the next 30 days."
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
msgid "REST API Endpoints"
|
||||
msgstr ""
|
||||
|
||||
msgid "The following REST API endpoints are available for retrieving license statistics:"
|
||||
msgstr ""
|
||||
|
||||
msgid "Endpoint"
|
||||
msgstr ""
|
||||
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
msgid "Get license statistics with time-series data"
|
||||
msgstr ""
|
||||
|
||||
msgid "Get license counts by product"
|
||||
msgstr ""
|
||||
|
||||
Reference in New Issue
Block a user