Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
78c3708
Add: Licensing folder
HeyMehedi May 18, 2025
d155291
Add: add licensing in plugin main file
HeyMehedi May 18, 2025
de31824
add: conditional templatiq access key generate
HeyMehedi May 21, 2025
47930d6
Merge branch 'development' into templates-extensions
HeyMehedi May 21, 2025
3a21006
Merge branch 'development' into templates-extensions
HeyMehedi May 22, 2025
dc8b696
Merge branch 'development' into templates-extensions
RabbiIslamRony May 26, 2025
c2291cf
replace updated code
RabbiIslamRony May 26, 2025
b422e9a
Fixed thumbnail caching, reduce query
obiPlabon May 26, 2025
31e8180
revert previously fixed code
HeyMehedi May 26, 2025
57a7f03
Fix: Remove SCSS deprecated warning during development (#2366)
RabbiIslamRony May 27, 2025
b4323e8
Fixed user meta delete function use
obiPlabon May 27, 2025
8b91ffc
format php code use phpcbf (#2376)
mdalaminbey May 28, 2025
4ac6c9a
fixed security issue
Armanul46 May 28, 2025
fa9eaf5
fixed security issue
Armanul46 May 28, 2025
a58bbd9
Merge pull request #2379 from Armanul46/fix/security-issues
mdalaminbey May 28, 2025
778bf87
update phpcs configuration
mdalaminbey May 28, 2025
6c99f2d
update phpcs.yml
mdalaminbey May 28, 2025
cc268c8
Auto format js and php code on commit (#2332)
mdalaminbey May 28, 2025
cebaa4a
Add: filter to manipulate the directory types in the templates (#2372)
MahfuzulAlam May 29, 2025
ebadfb7
added `PSR2.Methods.FunctionClosingBrace` rule in phpcs.xml
mdalaminbey May 29, 2025
adc137a
fix: available_extensions
HeyMehedi May 29, 2025
8a6a97c
fix: available_templates
HeyMehedi May 29, 2025
95ca34a
removed background image settings from search result
Jun 1, 2025
9f8a547
conflict fixed
RabbiIslamRony Jun 3, 2025
8aba8f9
conflict fixed
RabbiIslamRony Jun 3, 2025
553b536
update package.json
RabbiIslamRony Jun 3, 2025
c183698
update code
RabbiIslamRony Jun 3, 2025
0b7224a
removed escaping from deactivate plugin
Armanul46 Jun 15, 2025
a8aa28f
removed escaping from deactivate plugin
Armanul46 Jun 15, 2025
da9e855
Merge pull request #2387 from Armanul46/fixed/deactivate-issue
Armanul46 Jun 15, 2025
0ed9778
improve settings
Armanul46 Jun 15, 2025
cf47784
removed extra space
Armanul46 Jun 15, 2025
be5fcbe
review consent label editorID - updated
iamibrahimriaz Jun 15, 2025
073f9af
Merge pull request #7 from iamibrahimriaz/improve/consent-editorid
Armanul46 Jun 15, 2025
ab86fe7
improved review builder settings
Armanul46 Jun 15, 2025
c2133e8
Merge pull request #2388 from Armanul46/improve-review-settings
Armanul46 Jun 16, 2025
3b770a2
Merge pull request #2382 from Armanul46/removed/search-background-set…
Armanul46 Jun 16, 2025
2d1ed97
Resolved conflict
obiPlabon Jun 16, 2025
ee62902
Resolved conflict
obiPlabon Jun 16, 2025
8da35b3
removed saitize
Armanul46 Jun 16, 2025
62d0e56
removed saitize
Armanul46 Jun 16, 2025
b7a8e22
Merge pull request #2390 from Armanul46/removed/sanitize
Armanul46 Jun 16, 2025
1e0e0d5
Improve/account (#2391)
nazmulhasan103 Jun 16, 2025
85e2372
Merge branch 'development' into templates-extensions
HeyMehedi Jun 16, 2025
03f126e
add: esc html
HeyMehedi Jun 16, 2025
b252b80
Merge branch 'development' into fix/wrong-function-use-to-delete-user…
HeyMehedi Jun 17, 2025
bb7b6bf
Merge branch 'development' into fix/thumbnail-caching
HeyMehedi Jun 17, 2025
6904c40
Merge pull request #2375 from obiPlabon/fix/wrong-function-use-to-del…
Armanul46 Jun 17, 2025
3454c3f
Merge pull request #2373 from obiPlabon/fix/thumbnail-caching
Armanul46 Jun 17, 2025
a2245e0
fixed paypal downlaod issue from setup wizard (#2389)
Armanul46 Jun 18, 2025
e45d50a
Fix: TinyMCE Editor Formatting Link Options (#2346)
RabbiIslamRony Jun 18, 2025
1d8b572
Settings Data Restore Issue - Fixed (#2358)
iamibrahimriaz Jun 18, 2025
d71144c
Added filter hooks in listing form submission (#2378)
MahfuzulAlam Jun 18, 2025
59a537f
Merge branch 'trunk' into development
mdalaminbey Jun 18, 2025
238bce2
Fix listing expiry date calculation (#2396)
HeyMehedi Jun 18, 2025
2cf9ffe
Merge branch 'development' into templates-extensions
HeyMehedi Jun 19, 2025
3a3a4dd
fix: menu issue
HeyMehedi Jun 19, 2025
2d18401
phpcs
HeyMehedi Jun 19, 2025
bce3443
Fixed the email notification disable issue for the listing owner and …
Armanul46 Jun 22, 2025
bf6d59c
Merge branch 'development' into templates-extensions
HeyMehedi Jun 22, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 5 additions & 3 deletions .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.base.ref }}
# checkout the PR branch, not the base
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0 # ensures full history

# Step 2: Set up PHP 7.4 with necessary configurations. Also, install the "cs2pr" tool for converting PHPCS output into annotations.
- name: Setup PHP
Expand All @@ -35,6 +37,6 @@ jobs:
- name: Install Composer dependencies
run: composer install

# Step 4: Run the PHPCS check using the "composer report" command to detect coding standard violations.
# Step 4: Run the PHPCS check using the "composer phpcs" command to detect coding standard violations.
- name: Run PHPCS checks
run: composer report
run: composer phpcs
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npx --no-install lint-staged
37,898 changes: 37,891 additions & 7 deletions assets/css/admin-main.css

Large diffs are not rendered by default.

37,896 changes: 37,889 additions & 7 deletions assets/css/admin-main.rtl.css

Large diffs are not rendered by default.

28,081 changes: 28,079 additions & 2 deletions assets/css/all-listings.css

Large diffs are not rendered by default.

28,078 changes: 28,076 additions & 2 deletions assets/css/all-listings.rtl.css

Large diffs are not rendered by default.

28,081 changes: 28,079 additions & 2 deletions assets/css/public-main.css

Large diffs are not rendered by default.

28,078 changes: 28,076 additions & 2 deletions assets/css/public-main.rtl.css

Large diffs are not rendered by default.

Loading