Skip to content

Commit 296c21f

Browse files
committed
Release note and Readme
1 parent f9357a6 commit 296c21f

File tree

3 files changed

+64
-45
lines changed

3 files changed

+64
-45
lines changed

README.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
# Acajou
2+
3+
**Requires at least:** WordPress 6.0
4+
**Tested up to:** WordPress 6.5
5+
**Requires PHP:** 7.4
6+
7+
**License:** GPLv2 or later
8+
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
9+
210
A minimalist woodstyle theme for WordPress.
11+
12+
313
## Description
414
<img align="left" src="https://raw.githubusercontent.com/samuelguebo/acajou/master/screenshot.png" width="380" style="margin: 0 15px 0 0" alt="Acajou WordPress theme"/>
515

616
Acajou is a clean, simple, and fully responsive WordPress theme that feels like wood and looks awesome on any device. Its name, pronounced ***/a.kaˈʒu/*** in French, refers to a tree from tropical forests.
7-
8-
It adjusts automatically to any screen size including tablets and smartphones as well as Retina displays. Theme is built using [Zurb Foundation](https://github.com/zurb/foundation-sites), a framework for HTML5 / CSS3 which is SEO friendly. This WordPress theme was built with blogs and creative portfolios in mind but be creative and unleash its full potential in eCommerce, business and other projects. Acajou is available in English, French, and Spanish for now.
17+
It adjusts automatically to any screen size including tablets and smartphones as well as Retina displays. The theme is built using [Zurb Foundation](https://github.com/zurb/foundation-sites), a framework for HTML5 / CSS3 which is SEO friendly. This WordPress theme was built with blogs and creative portfolios in mind but be creative and unleash its full potential in eCommerce, business and other projects. Acajou is available in English, French, and Spanish for now.
918

1019
<hr/>
1120
<br/><br/>

readme.txt

+51-41
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
=== Acajou ===
2-
32
Contributors: Samuel Guebo
4-
Tags: translation-ready, custom-background, theme-options, custom-menu, post-formats, threaded-comments
3+
Tags: two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, blog, slider
54

6-
Requires at least: 4.0
7-
Tested up to: 4.8.2
8-
Stable tag: 1.0.7
5+
Requires at least: 6.0
6+
Tested up to: 6.4
7+
Requires PHP: 7.4
98
License: GNU General Public License v2 or later
10-
License URI: LICENSE
11-
9+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1210
A minimalist woodstyle theme called Acajou
1311

1412
== Description ==
1513

16-
Hi. I'm a starter theme called Acajou, or underscores, if you like. I'm a theme meant for hacking so don't use me as a Parent Theme. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
14+
Acajou is a clean, simple, and fully responsive WordPress theme that feels like wood and looks awesome on any devices. Its name, refers to a tree from tropical forests.
15+
It adjusts automatically to any screen size including tablets and smartphones as well as Retina displays. Acajou is built using [Zurb Foundation](https://github.com/zurb/foundation-sites), a framework for HTML5 / CSS3 which is SEO friendly. This WordPress theme was built with blogs and creative portfolios in mind but be creative and unleash its full potential in eCommerce, business and other projects. Acajou is available in English, French, and Spanish for now.
1716

1817
== Installation ==
1918

@@ -23,50 +22,61 @@ Hi. I'm a starter theme called Acajou, or underscores, if you like. I'm a theme
2322

2423
== Frequently Asked Questions ==
2524

26-
= Does this theme support any plugins? =
25+
= Do I need to regenerate my thumbnails? =
26+
While the theme supports thumbnails out-of-the box, it's advisable to regenerate the thumbnails for the most recent articles as well as those showing up in the homepage's slider.
27+
To do that you can install [Regenerate Thumbnails](http://wordpress.org/plugins/regenerate-thumbnails/) plugin.
28+
If you didn't use featured images you can install the [Easy Add Thumbnail](http://wordpress.org/plugins/easy-add-thumbnail/) plugin to dinamically set featured images for old published posts.
2729

28-
Acajou includes support for Infinite Scroll in Jetpack.
30+
= How do I add social icons in the menu? =
31+
You need to add the links to your social pages in the Social menu, throug the theme customizer panel.
32+
Icons are automatically detected based on the URL of your social page.
2933

3034
== Changelog ==
3135

3236
# Change Log
3337
All notable changes to this project will be documented in this file.
3438
This project adheres to [Semantic Versioning](http://semver.org/).
3539

36-
## [1.0.7] - 2017-09-30
37-
- fix php error in content-single.php
38-
39-
## [1.0.6] - 2017-06-013
40-
- fix missing Alt attributes in Single, Page, Archive, and acajou_modify_post_thumbnail_html()
41-
42-
## [1.0.5] - 2017-06-013
43-
- fixing sanitizing bug notified by [Smarciz](https://github.com/samuelguebo/acajou/issues/1)
44-
## [1.0.4] - 2017-06-04
45-
- updating tags: adding Abidjan, Côte d'Ivoire, Ivory coast, etc
46-
47-
## [1.0.3] - 2017-05-26
48-
- fixing breadcrumbs line-height
49-
- fixing page.php and single.php not displaying due to php compilation error
50-
- fixing translation issue, update .pot files
51-
## [1.0.2] - 2017-04-12
52-
- adding missing licenses
53-
## [1.0.1] - 2017-04-12
54-
- Cross-check Licenses
55-
- Use the_posts_pagination(); for multiple-post pages and the_post_navigation(); for single - Themes now supports the default of 3 columns as well as various column styles.
56-
- Fixing captioned image alignement.
57-
- Adding custom social menu
58-
59-
## [1.0.0] - 2016-12-30
60-
### Added
61-
- Custom header image(s)
62-
- Set social links in Customizer
63-
- Six flavors: chocolate, blue, green, red, dark, and yellow. You might switch between these colors in using the Customizer.
64-
- Add Fading effects to block using [Scroll Reveal](https://github.com/jlmakes/scrollreveal) library
65-
- Typing animation using [Typed.js](https://github.com/mattboldt/typed.js/)
40+
= [1.2.0] - 2024-01-04 =
41+
* Replace Typed animation with slider on homepage
42+
* Improve Hamburger menu
43+
* Fix menu fallback causing fatal error
44+
* Replace purple with Dark theme
45+
46+
= [1.0.7] - 2017-09-30 =
47+
* fix php error in content-single.php
48+
49+
= [1.0.6] - 2017-06-13 =
50+
* fix missing Alt attributes in Single, Page, Archive, and acajou_modify_post_thumbnail_html()
51+
52+
= [1.0.5] - 2017-06-13 =
53+
* fixing sanitizing bug notified by [Smarciz](https://github.com/samuelguebo/acajou/issues/1)
54+
55+
= [1.0.4] - 2017-06-04 =
56+
* updating tags: adding Abidjan, Côte d'Ivoire, Ivory coast, etc
57+
58+
= [1.0.3] - 2017-05-26 =
59+
* fixing breadcrumbs line-height
60+
* fixing page.php and single.php not displaying due to php compilation error
61+
* fixing translation issue, update .pot files
62+
63+
= [1.0.2] - 2017-04-12 =
64+
* adding missing licenses
65+
66+
= [1.0.1] - 2017-04-12 =
67+
* Cross-check Licenses
68+
* Use the_posts_pagination(); for multiple-post pages and the_post_navigation(); for single - Themes now supports the default of 3 columns as well as various column styles.
69+
* Fixing captioned image alignement.
70+
* Adding custom social menu
71+
72+
= [1.0.0] - 2016-12-30 =
73+
* Custom header image(s)
74+
* Set social links in Customizer
75+
* Six flavors: chocolate, blue, green, red, dark, and yellow. You might switch between these colors in using the Customizer.
76+
* Add Fading effects to block using [Scroll Reveal](https://github.com/jlmakes/scrollreveal) library
6677

6778
== Credits ==
6879

69-
- Based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc., [GPLv2 or later](https://www.gnu.org/licenses/gpl-2.0.html)
7080
- normalize.css http://necolas.github.io/normalize.css/, (C) 2012-2016 Nicolas Gallagher and Jonathan Neal, [MIT](http://opensource.org/licenses/MIT)
7181
- FontAwesome and Arvo fonts under the SIL Open Font License.
7282
- Zurb Foundation](https://github.com/zurb/foundation-sites), under MIT License.

style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Theme Name: Acajou
33
Theme URI: https://github.com/samuelguebo/acajou
4-
Author: Samuel Guébo
4+
Author: Samuel Guebo
55
Author URI: http://twitter.com/samuelguebo
66
Description: Acajou is a clean, simple, and fully responsive WordPress theme that feels like wood and looks awesome on any device. Its name, pronounced <em>/a.kaˈʒu/</em> in French, refers to a tree from tropical forests. It adjusts automatically to any screen size including tablets and smartphones as well as Retina displays.
77
Theme is built using <a href="https://github.com/zurb/foundation-sites">Zurb Foundation</a>, a framework for HTML5 / CSS3 which is SEO friendly. This WordPress theme was built with blogs and creative portfolios in mind but be creative and unleash its full potential in eCommerce, business and other projects. Acajou is available in English, French, and Spanish for now.
@@ -12,7 +12,7 @@ Version: 1.2.0
1212
License: GNU General Public License v2 or later
1313
License URI: LICENSE
1414
Text Domain: acajou
15-
Tags: two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, blog
15+
Tags: two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, blog, slider
1616
1717
This theme, like WordPress, is licensed under the GPL.
1818
Use it to make something cool, have fun, and share what you've learned with others.

0 commit comments

Comments
 (0)