-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge Release 1.0.1 into Master (#47)
* Task #163911: Added cols client issued to and client issued to name (#28) * Bug #162401 Fix: Warning on com_tjcertificate edit template view (#18) * Task #163911: Added cols client issued to and client issued to name * Task #163911: Added cols client issued to and client issued to name * Task #163911: Added cols client issued to and client issued to name Co-authored-by: MeghaBiranje <[email protected]> * Task #163318 fix: Show image for the first time also to make it responsive (#43) * Task #163318 chore: Added height width in media query (#42) * Task #163314 chore: Add social sharing config and buttons * Task #163314 chore: Resolve comments * Task #163314 chore: Resolve comments * Task #163317 chore: Make Certificate Available in image Format * Task #163314 chore: Resolve comments * Task #164387 chore:Certificate list view changes * Task #163318 chore: Certificate page detail view * Task #164387 chore: Resolve comments * Task #164387 chore: Resolve comments * Task #163318 chore: Certificate page detail view * Task #163318 chore: Certificate page detail view * Task #164387 chore:Certificate list view changes * Task #163318 chore: Resolve comments * Task #164387 chore: Resolve comments * Task #164387 chore: Resolve comments * Task #163318 chore: Resolve comments * Task #163318 chore: Update code * Task #163318 chore: Update code * Task #163318 chore: Update code changes for Certificateshare feature * Task #163318 chore: Update code changes for Certificateshare feature * Task #163318 chore: Update code changes for Certificateshare feature * Task #163318 chore: Update code changes for Certificateshare feature * Task #163318 chore: Update code changes for Certificateshare feature * Task #163318 chore: Update code changes for Certificateshare feature * Task #163318 chore: Update code changes for Certificate detail page * Task #163318 chore: Update code changes for Certificate detail page * Task #163318 chore: Update code changes for Certificate detail page * Task #163318 chore: Add back button on detail view * Task #163318 chore: Update code changes for Certificate Detail View * Task #163318 chore: Update download image link * Task #163318 chore: Resolve conflicts * Task #163318 chore: Update code for download link * Task #163318 chore: Added height widthin media query * Task #163318 fix: Design issue and conditional code move (#44) * Task #163318 fix: Show image for the first time also to make it responsive * Task #163318 fix: Design issue and conditional code move * Task #163318 chore: Update code for Share functionality on plugin disabled (#45) * Task #163318 chore: Update code for Share functionality on plugin disabled * Task #163318 chore: Update code for Share functionality on plugin disabled * Task #163318 chore: Update download button URL (#46) Co-authored-by: punambaravkar <[email protected]> Co-authored-by: MeghaBiranje <[email protected]> Co-authored-by: Tushar Shekokar <[email protected]>
- Loading branch information
1 parent
2737130
commit 4cf1f22
Showing
9 changed files
with
125 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
src/components/com_tjcertificate/administrator/sql/updates/mysql/1.0.1.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ALTER TABLE `#__tj_certificate_issue` ADD `client_issued_to` int(11) NOT NULL AFTER `user_id`; | ||
ALTER TABLE `#__tj_certificate_issue` ADD `client_issued_to_name` varchar(400) COLLATE 'utf8mb4_unicode_ci' NOT NULL AFTER `client_issued_to`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/components/com_tjcertificate/media/js/certificateImage.min.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
<authorEmail>[email protected]</authorEmail> | ||
<authorUrl>http://techjoomla.com</authorUrl> | ||
<description /> | ||
<version>1.0.0</version> | ||
<version>1.0.1</version> | ||
<install> | ||
<!-- Runs on install --> | ||
<sql> | ||
|