forked from picocms/Pico
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.txt
59 lines (48 loc) · 2.01 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
*** Pico Changelog ***
2013.10.23 - version 0.8
* [New] Added ability to set template in content meta
* [New] Added before_parse_content and after_parse_content hooks
* [Changed] content_parsed hook is now depreciated
* [Changed] Moved loading the config to nearer the beginning of the class
* [Changed] Only append ellipsis in limit_words() when word count exceeds max
* [Changed] Made private methods protected for better inheritance
* [Fixed] Fixed get_protocol() method to work in more situations
2013.09.04 - version 0.7
* [New] Added before_read_file_meta and get_page_data plugin hooks to customize page meta data
* [Changed] Make get_files() ignore dotfiles
* [Changed] Make get_pages() ignore Emacs and temp files
* [Changed] Use composer version of Markdown
* [Changed] Other small tweaks
* [Fixed] Date warnings and other small bugs
2013.05.07 - version 0.6.2
* [Changed] Replaced glob_recursive with get_files
2013.05.07 - version 0.6.1
* [New] Added "content" and "excerpt" fields to pages
* [New] Added excerpt_length config setting
2013.05.06 - version 0.6
* [New] Added plugin functionality
* [Changed] Other small cleanup
2013.05.03 - version 0.5
* [New] Added ability to order pages by "alpha" or "date" (asc or desc)
* [New] Added prev_page, current_page, next_page and is_front_page template vars
* [New] Added "Author" and "Date" title meta fields
* [Changed] Added "twig_config" to settings
* [Changed] Updated documentation
* [Fixed] Query string 404 bug
2013.05.01 - version 0.4.1
* [New] Added CONTENT_EXT global
* [Changed] Use .md files instead of .txt
2013.05.01 - version 0.4
* [New] Add get_pages() function for listing content
* [New] Added changelog.txt
* [Changed] Updated default theme
* [Changed] Updated documentation
2013.04.27 - version 0.3
* [Fixed] get_config() function
2013.04.26 - version 0.2
* [Changed] Updated Twig
* [Changed] Better checking for HTTPS
* [Fixed] Add 404 header to 404 page
* [Fixed] Case sensitive folder bug
2012.04.04 - version 0.1
* Initial release