Skip to content

Commit 6c6b3b5

Browse files
Merge pull request #1 from c0sm1n87/master
hmm
2 parents 16554b9 + 95510e9 commit 6c6b3b5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+4266
-9174
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ Theme documentation available [here](https://colorlib.com/wp/themes/shapely/).
1414

1515
## License
1616

17-
This theme is licensed under GPLv2. You can feel free to modify it as loon gas you keep the original copyright information.
17+
This theme is licensed under GPLv3. You can feel free to modify it as loon gas you keep the original copyright information.

changelog.txt

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
### 1.0.6
2+
<a href="https://github.com/puikinsh/shapely/issues">Issues</a>
3+
4+
#83 - don't register widgets if jetpack is not installed/activated (testimonials and portfolio)
5+
#82 - changed loading files method
6+
#69 - changed pagination
7+
8+
### 1.0.5
9+
<a href="https://github.com/puikinsh/shapely/issues">Issues</a>
10+
11+
#62 - done
12+
#89 - in plugin
13+
#87 - removed from theme - ADDED TO COMPANION
14+
#86 - widgets are in the plugin
15+
#85 - sanitized the dropdown instead of escaping it
16+
#84 - found in the plugin
17+
#82 - widget files are found in the plugin, this is no longer an issue
18+
#81 - removed if condition in the social menu
19+
#80 - followed guide
20+
#79 - already fixed
21+
#78 - removed REM font size declaration, fixed
22+
#77 - figure had a margin left/right that was messing up the columns, changed it to padding . works
23+
#76 - added tags in single post
24+
#75 - seems to be fixed
25+
#74 - redone title section ( if yoast seo is not installed/breadcrumbs not used, title will have a 12 column size )
26+
#72 - removed custom css
27+
#71 - remooved from extras.php
28+
#67 - no longer relevant - widgets are in the companion plugin now
29+
#65 - moved to style.css
30+
#61 - prefixed
31+
#60 - made them translation ready
32+
#59 - removed sanitization
33+
#58 - added custom logo functionality
34+
#57 - moved them in the after theme setup hook
35+
#55 - removed one of the enqueues
36+
#54 - changed handler names
37+
#53 - license changed to gpl v3
38+
#52 - this should definitely be esc_html
39+
#51 - changed get_template_directory to get_stylesheet_directory (allowed to be overridden in child themes) - but i don`t think this is quite OK
40+
#50 - echo esc_html(). esc_attr is used inside html tags (value=<?php echo esc_attr() ?>, etc)
41+
#47 - design? or just throw it in there?
42+
#44 - no longer relevant
43+
#43 - no longer relevant ?
44+
#37 - fixed problems during activation
45+
#35 - no longer relevant, widgets moved to plugin
46+
#21 - added custom header image
47+
#25 - fixed

footer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525

2626
<div class="row">
2727
<div class="site-info col-sm-6">
28-
<div class="copyright-text"><?php echo esc_attr(get_theme_mod( 'shapely_footer_copyright' )); ?></div>
28+
<div class="copyright-text"><?php echo esc_html(get_theme_mod( 'shapely_footer_copyright' )); ?></div>
2929
<div class="footer-credits"><?php shapely_footer_info(); ?></div>
3030
</div><!-- .site-info -->
3131
<div class="col-sm-6 text-right">
32-
<?php if( !get_theme_mod('footer_social') ) shapely_social_icons(); ?>
32+
<?php shapely_social_icons(); ?>
3333
</div>
3434
</div>
3535
</div>

0 commit comments

Comments
 (0)