Skip to content

Commit

Permalink
Merge pull request #5 from samuelguebo/update-changelog
Browse files Browse the repository at this point in the history
Release note and Readme
  • Loading branch information
samuelguebo authored Jan 4, 2024
2 parents f9357a6 + 296c21f commit f2c8bc1
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 45 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
# Acajou

**Requires at least:** WordPress 6.0
**Tested up to:** WordPress 6.5
**Requires PHP:** 7.4

**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

A minimalist woodstyle theme for WordPress.


## Description
<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"/>

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.

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.
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.

<hr/>
<br/><br/>
Expand Down
92 changes: 51 additions & 41 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
=== Acajou ===

Contributors: Samuel Guebo
Tags: translation-ready, custom-background, theme-options, custom-menu, post-formats, threaded-comments
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

Requires at least: 4.0
Tested up to: 4.8.2
Stable tag: 1.0.7
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE

License URI: http://www.gnu.org/licenses/gpl-2.0.html
A minimalist woodstyle theme called Acajou

== Description ==

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.
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.
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.

== Installation ==

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

== Frequently Asked Questions ==

= Does this theme support any plugins? =
= Do I need to regenerate my thumbnails? =
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.
To do that you can install [Regenerate Thumbnails](http://wordpress.org/plugins/regenerate-thumbnails/) plugin.
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.

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

== Changelog ==

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

## [1.0.7] - 2017-09-30
- fix php error in content-single.php

## [1.0.6] - 2017-06-013
- fix missing Alt attributes in Single, Page, Archive, and acajou_modify_post_thumbnail_html()

## [1.0.5] - 2017-06-013
- fixing sanitizing bug notified by [Smarciz](https://github.com/samuelguebo/acajou/issues/1)
## [1.0.4] - 2017-06-04
- updating tags: adding Abidjan, Côte d'Ivoire, Ivory coast, etc

## [1.0.3] - 2017-05-26
- fixing breadcrumbs line-height
- fixing page.php and single.php not displaying due to php compilation error
- fixing translation issue, update .pot files
## [1.0.2] - 2017-04-12
- adding missing licenses
## [1.0.1] - 2017-04-12
- Cross-check Licenses
- 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.
- Fixing captioned image alignement.
- Adding custom social menu

## [1.0.0] - 2016-12-30
### Added
- Custom header image(s)
- Set social links in Customizer
- Six flavors: chocolate, blue, green, red, dark, and yellow. You might switch between these colors in using the Customizer.
- Add Fading effects to block using [Scroll Reveal](https://github.com/jlmakes/scrollreveal) library
- Typing animation using [Typed.js](https://github.com/mattboldt/typed.js/)
= [1.2.0] - 2024-01-04 =
* Replace Typed animation with slider on homepage
* Improve Hamburger menu
* Fix menu fallback causing fatal error
* Replace purple with Dark theme

= [1.0.7] - 2017-09-30 =
* fix php error in content-single.php

= [1.0.6] - 2017-06-13 =
* fix missing Alt attributes in Single, Page, Archive, and acajou_modify_post_thumbnail_html()

= [1.0.5] - 2017-06-13 =
* fixing sanitizing bug notified by [Smarciz](https://github.com/samuelguebo/acajou/issues/1)

= [1.0.4] - 2017-06-04 =
* updating tags: adding Abidjan, Côte d'Ivoire, Ivory coast, etc

= [1.0.3] - 2017-05-26 =
* fixing breadcrumbs line-height
* fixing page.php and single.php not displaying due to php compilation error
* fixing translation issue, update .pot files

= [1.0.2] - 2017-04-12 =
* adding missing licenses

= [1.0.1] - 2017-04-12 =
* Cross-check Licenses
* 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.
* Fixing captioned image alignement.
* Adding custom social menu

= [1.0.0] - 2016-12-30 =
* Custom header image(s)
* Set social links in Customizer
* Six flavors: chocolate, blue, green, red, dark, and yellow. You might switch between these colors in using the Customizer.
* Add Fading effects to block using [Scroll Reveal](https://github.com/jlmakes/scrollreveal) library

== Credits ==

- Based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc., [GPLv2 or later](https://www.gnu.org/licenses/gpl-2.0.html)
- normalize.css http://necolas.github.io/normalize.css/, (C) 2012-2016 Nicolas Gallagher and Jonathan Neal, [MIT](http://opensource.org/licenses/MIT)
- FontAwesome and Arvo fonts under the SIL Open Font License.
- Zurb Foundation](https://github.com/zurb/foundation-sites), under MIT License.
Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Theme Name: Acajou
Theme URI: https://github.com/samuelguebo/acajou
Author: Samuel Guébo
Author: Samuel Guebo
Author URI: http://twitter.com/samuelguebo
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.
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.
Expand All @@ -12,7 +12,7 @@ Version: 1.2.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: acajou
Tags: two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, blog
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
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Expand Down

0 comments on commit f2c8bc1

Please sign in to comment.