From 70a29516678f1c14b0054101affce1c08305a6b6 Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 8 Feb 2023 01:21:53 +0600 Subject: [PATCH 1/4] Add ThimPress LearnPress / lms, wp-plugin --- .../webextension/images/icons/ThimPress.svg | 12 ++++++++++++ src/technologies/t.json | 16 ++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 src/drivers/webextension/images/icons/ThimPress.svg diff --git a/src/drivers/webextension/images/icons/ThimPress.svg b/src/drivers/webextension/images/icons/ThimPress.svg new file mode 100644 index 000000000..f3359ee49 --- /dev/null +++ b/src/drivers/webextension/images/icons/ThimPress.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/src/technologies/t.json b/src/technologies/t.json index ba37e8040..50bf3b3d7 100644 --- a/src/technologies/t.json +++ b/src/technologies/t.json @@ -1602,6 +1602,22 @@ "scriptSrc": "thimatic-apps\\.com/product_review/.*?v=([\\d.]+)\\;version:\\1", "website": "https://thimatic-apps.com/" }, + "ThimPress LearnPress": { + "cats": [ + 87, + 21 + ], + "description": "LearnPress is an open-source WordPress LMS plugin that you can use to create and sell online lessons and courses.", + "icon": "ThimPress.svg", + "dom": "link[href*='/wp-content/plugins/learnpress/']", + "requires": "WordPress", + "scriptSrc": "/wp-content/plugins/learnpress/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1", + "pricing": [ + "freemium", + "onetime" + ], + "website": "https://wordpress.org/plugins/learnpress/" + }, "Think Up Themes Consulting": { "cats": [ 80 From 1c6393dc01c0190819325bba13038af1f29dbefc Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 8 Feb 2023 01:34:00 +0600 Subject: [PATCH 2/4] Add ThimPress Course Review / wp-plugin --- src/technologies/t.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/technologies/t.json b/src/technologies/t.json index 50bf3b3d7..47f861121 100644 --- a/src/technologies/t.json +++ b/src/technologies/t.json @@ -1607,7 +1607,7 @@ 87, 21 ], - "description": "LearnPress is an open-source WordPress LMS plugin that you can use to create and sell online lessons and courses.", + "description": "LearnPress is a WordPress LMS plugin by ThimPress.", "icon": "ThimPress.svg", "dom": "link[href*='/wp-content/plugins/learnpress/']", "requires": "WordPress", @@ -1618,6 +1618,19 @@ ], "website": "https://wordpress.org/plugins/learnpress/" }, + "ThimPress Course Review": { + "cats": [ + 87 + ], + "description": "Course Review is a WordPress plugin by ThimPress. Course Review gives students the opportunity to evaluate and provide feedback in order to improve the course.", + "icon": "ThimPress.svg", + "dom": "link[href*='/wp-content/plugins/learnpress-course-review/']", + "requires": "WordPress", + "pricing": [ + "freemium" + ], + "website": "https://wordpress.org/plugins/learnpress-course-review" + }, "Think Up Themes Consulting": { "cats": [ 80 From efdbf9a74a4858f15dce60157eadf515a8b69021 Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 8 Feb 2023 01:45:55 +0600 Subject: [PATCH 3/4] Add ThimPress Course Wishlist / wp-plugin --- src/technologies/t.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/technologies/t.json b/src/technologies/t.json index 47f861121..f0ba70f8a 100644 --- a/src/technologies/t.json +++ b/src/technologies/t.json @@ -1616,7 +1616,7 @@ "freemium", "onetime" ], - "website": "https://wordpress.org/plugins/learnpress/" + "website": "https://wordpress.org/plugins/learnpress" }, "ThimPress Course Review": { "cats": [ @@ -1631,6 +1631,22 @@ ], "website": "https://wordpress.org/plugins/learnpress-course-review" }, + "ThimPress Course Wishlist": { + "cats": [ + 87 + ], + "description": "Course Wishlist is a WordPress plugin by ThimPress. Course Wishlist bring wishlist feature for LearnPress.", + "icon": "ThimPress.svg", + "dom": "link[href*='/wp-content/plugins/learnpress-wishlist/']", + "requires": [ + "WordPress", + "ThimPress LearnPress" + ], + "pricing": [ + "freemium" + ], + "website": "https://wordpress.org/plugins/learnpress-wishlist" + }, "Think Up Themes Consulting": { "cats": [ 80 From dfdd353ea3d45a64aa611dec858963fbf9c0fc94 Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 8 Feb 2023 01:53:24 +0600 Subject: [PATCH 4/4] Add ThimPress Gradebook / wp-plugin --- src/technologies/t.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/technologies/t.json b/src/technologies/t.json index f0ba70f8a..66be19c86 100644 --- a/src/technologies/t.json +++ b/src/technologies/t.json @@ -1647,6 +1647,22 @@ ], "website": "https://wordpress.org/plugins/learnpress-wishlist" }, + "ThimPress Gradebook": { + "cats": [ + 87 + ], + "description": "Gradebook is a WordPress plugin by ThimPress. Gradebook add-on for LearnPress makes it easier to track the students learning progress and result.", + "icon": "ThimPress.svg", + "dom": "link[href*='/wp-content/plugins/learnpress-gradebook/']", + "requires": [ + "WordPress", + "ThimPress LearnPress" + ], + "pricing": [ + "onetime" + ], + "website": "https://thimpress.com/product/gradebook-add-on-for-learnpress" + }, "Think Up Themes Consulting": { "cats": [ 80