Timeline Express - Version 1.0.5

Version Description

  • Change priority argument on register post type function, which caused conflicts with other custom post types on certain sites
Download this release

Release Info

Developer eherman24
Plugin Icon 128x128 Timeline Express
Version 1.0.5
Comparing to
See all releases

Code changes from version 1.0.4 to 1.0.5

README.md DELETED
@@ -1,128 +0,0 @@
1
- Timeline Express v1.0.4
2
- ================
3
-
4
- Timeline express allows you to create a vertical animated and responsive timeline of posts , without writing a single line of code. Sweet!
5
-
6
- **Features**
7
-
8
- * Hundreds of Font awesome icons included. Specify a different icon for each announcement
9
- * CSS3 animations on scroll
10
- * Set the color of the announcement
11
- * Specify the length to trim each announcemnt, or randomize it
12
- * Hide the date of the announcement
13
- * Hide the 'read more' button for each announcement
14
- * Specify an image to display for each announcement
15
- * Delete announcements on uninstallation (so no orphan posts are hanging around in your database)
16
- * Easy to use shortcode to place the timeline wherever your heart desires ( `[timeline-express]` )
17
- * TinyMCE button to generate the shortcode
18
- * Specify Ascending vs Descending display order
19
- * Highly extensible
20
- * Translatable
21
-
22
- **Translated**
23
-
24
- Timeline express comes ready for translation. I would love to get things translated to as many languages as possible. At the moment the following translations are available for Timeline Express
25
-
26
- * English
27
- * Chinese (zh_CN) - thanks goes to <a href="http://www.vahichen.com" target="_blank">Vahi Chen</a>
28
-
29
- ### Installation
30
-
31
- 1. Download the plugin .zip file
32
- 2. Log in to yourdomain.com/wp-admin
33
- 3. Click Plugins -> Add New -> Upload
34
- 4. Activate the plugin
35
- 6. On the left hand menu, hover over 'Timeline Express' and click 'New Announcement'
36
- 7. Begin populating the timeline with events. (Note: Events will appear in chronological order according to the <strong>announcement date</strong>)
37
- 8. Once you have populated the timeline, head over to the settings page (Settings > Timeline Express) to customize your timeline.
38
- 9. Create a new page, and enter the shortcode [timeline-express] to display the vertical timeline (Note: Timeline Express displays best on full width pages)
39
-
40
- ### Frequently Asked Questions
41
-
42
- ###### How do I use this plugin?
43
- Begin by simply installing the plugin. Once the plugin has been installed, go ahead and begin creating announcement posts. You'll find a new menu item just below 'Posts'.
44
- After you have a substantial number of announcements set up, you're ready to display the timeline on the front end of your site.
45
-
46
- Timeline express displays best on full width pages, but is not limited to them. Create a new page, and drop the shortcode into the page - `[timeline-express]`.
47
- Publish your page, and view it on the front end the see your new super sweet timeline! (scroll for animation effects!)
48
-
49
- ###### What template is the single announcement post using? Can I customize it at all? I want to do x, y or z.
50
- The single announcement post is using a custom template file that comes pre-bundled with the plugin. If you want to customize the template for whatever reason
51
- you can do so, by creating a directory in your active theme called 'timeline-express'. Once the directory is created, simply copy the file titled 'single-timeline-express-announcement.php' into
52
- the newly created 'timeline-express' directory in your theme. Timeline express will then automagically pull in the newly created template in your theme root. You can go ahead and customize
53
- it to your hearts desire without fear of losing any changes in future updates!
54
-
55
- ###### Can I create more than one timeline?
56
- At the moment no, but I will consider adding that into a futre update if people show enough interest.
57
-
58
- ###### At what width are the breakpoints set?
59
- Breakpoints are set at 822px. The timeline will shift/re-adjust automatically using masonry based on the height of each announcement container.
60
-
61
- ###### How can I translate this plugin?
62
- The text-domain for all gettext functions is `timeline-express`.
63
-
64
- If you enjoy this plugin and want to contribute, I'm always looking for people to help translate the plugin into any of the following languages, credit will be given where credit is due :
65
-
66
- * Arabic
67
- * Chinese
68
- * English
69
- * French
70
- * German
71
- * Greek
72
- * Hebrew
73
- * Hindi
74
- * Hong Kong
75
- * Italian
76
- * Japanese
77
- * Korean
78
- * Persian
79
- * Portuguese (Brazilian)
80
- * Portuguese (European)
81
- * Romanian
82
- * Russian
83
- * Spanish
84
- * Swedish
85
- * Taiwanese
86
- * Tamil
87
- * Urdu
88
- * Vietnamese
89
- * Welsh
90
-
91
- Read the Codex article "[I18n for WordPress Developers]"(http://codex.wordpress.org/I18n_for_WordPress_Developers) for more information.
92
-
93
- ### Future Ideas
94
-
95
- Have an idea for a future release feature? I love hearing about new ideas! You can get in contact with me through the contact form on my website, <a href="http://www.evan-herman.com/contact/" target="_blank">Evan-Herman.com</a>.
96
-
97
-
98
- ### Changelog
99
- ###### 1.0.4
100
- * Chinese language translation now included (zh_CN) - thanks goes to <a href="http://www.vahichen.com" target="_blank">Vahi Chen</a>
101
- * Removed title and content style declerations for font-size and font-family styles
102
-
103
- ###### 1.0.3
104
- * Included new function to retain formatting in the announcement excerpt in the timeline (te_wp_trim_words_retain_formatting())
105
-
106
- ###### 1.0.2
107
- * Add display order setting to specify ascending or descending order of announcements in the timeline
108
- * Fixed "cannot access settings page" when clicking on the settings tab when on the settings page already
109
-
110
- ###### 1.0.1
111
- * Update masonry function to include .imagesLoaded(); to prevent overlapping containers in the timeline
112
-
113
- ###### 1.0
114
- * Initial Release to the wordpress respository
115
-
116
- ### Upgrade Notice
117
- ###### 1.0.3
118
- * Included new function to retain formatting in the announcement excerpt in the timeline (te_wp_trim_words_retain_formatting())
119
-
120
- ###### 1.0.2
121
- * Add display order setting to specify ascending or descending order of announcements in the timeline
122
- * Fixed "cannot access settings page" when clicking on the settings tab when on the settings page already
123
-
124
- ###### 1.0.1
125
- * Update masonry function to include .imagesLoaded(); to prevent overlapping containers in the timeline
126
-
127
- ###### 1.0
128
- * Initial Release to the wordpress respository
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
classes/class.timeline-express.php CHANGED
@@ -106,7 +106,7 @@ if(!class_exists("timelineExpressBase"))
106
  // initialize the Metabox class
107
  add_action( 'init', array( &$this, 'timeline_express_initialize_cmb_meta_boxes' ) , 9998 );
108
  // Announcement CPT
109
- add_action( 'init', array( &$this , 'timeline_express_generate_announcement_post_type' ), 0 );
110
  // change announcement CPT title
111
  add_filter( 'enter_title_here', array( &$this , 'change_default_announcement_title' ) );
112
  // enqueue announcement metaboxes
106
  // initialize the Metabox class
107
  add_action( 'init', array( &$this, 'timeline_express_initialize_cmb_meta_boxes' ) , 9998 );
108
  // Announcement CPT
109
+ add_action( 'init', array( &$this , 'timeline_express_generate_announcement_post_type' ), 999 );
110
  // change announcement CPT title
111
  add_filter( 'enter_title_here', array( &$this , 'change_default_announcement_title' ) );
112
  // enqueue announcement metaboxes
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.evan-herman.com/contact/?contact-reason=I%20want%20to%20
4
  Tags: vertical, timeline, animated, css3, animations, evan, herman, evan herman, easy, time, line, font awesome, font, awesome, announcements, notifications, simple, events, calendar, scroll, triggered, scrolling, animated, fade, in, fade in
5
  Requires at least: 3.9
6
  Tested up to: 4.0
7
- Stable tag: 1.0.4
8
  License: GPLv2 or later
9
 
10
  Timeline express allows you to create a beautiful vertical animated and responsive timeline of posts , without writing a single line of code. Sweet!
@@ -114,6 +114,9 @@ Have an idea for a future release feature? I love hearing about new ideas! You c
114
 
115
  == Changelog ==
116
 
 
 
 
117
  = 1.0.4 =
118
  * Chinese language translation now included (zh_CN) - thanks goes to <a href="http://www.vahichen.com" target="_blank">Vahi Chen</a>
119
  * Removed some un-necessary styles (timeline title/content font-size+font-family declerations)
@@ -132,6 +135,9 @@ Have an idea for a future release feature? I love hearing about new ideas! You c
132
  Chinese language translation now included
133
 
134
  == Upgrade Notice ==
 
 
 
135
  = 1.0.4
136
  We have now included chinese language translation (zh_CN) - thanks goes to <a href="http://www.vahichen.com" target="_blank">Vahi Chen</a>. We have also made a few adjustments to the style declerations of the timeline content and title on the front end.
137
 
4
  Tags: vertical, timeline, animated, css3, animations, evan, herman, evan herman, easy, time, line, font awesome, font, awesome, announcements, notifications, simple, events, calendar, scroll, triggered, scrolling, animated, fade, in, fade in
5
  Requires at least: 3.9
6
  Tested up to: 4.0
7
+ Stable tag: 1.0.5
8
  License: GPLv2 or later
9
 
10
  Timeline express allows you to create a beautiful vertical animated and responsive timeline of posts , without writing a single line of code. Sweet!
114
 
115
  == Changelog ==
116
 
117
+ = 1.0.5 =
118
+ * Change priority argument on register post type function, which caused conflicts with other custom post types on certain sites
119
+
120
  = 1.0.4 =
121
  * Chinese language translation now included (zh_CN) - thanks goes to <a href="http://www.vahichen.com" target="_blank">Vahi Chen</a>
122
  * Removed some un-necessary styles (timeline title/content font-size+font-family declerations)
135
  Chinese language translation now included
136
 
137
  == Upgrade Notice ==
138
+ = 1.0.5 =
139
+ We have changed the priority parameter on the custom post type register function, which was causing conflicts on certain user sites.
140
+
141
  = 1.0.4
142
  We have now included chinese language translation (zh_CN) - thanks goes to <a href="http://www.vahichen.com" target="_blank">Vahi Chen</a>. We have also made a few adjustments to the style declerations of the timeline content and title on the front end.
143
 
timeline-express.php CHANGED
@@ -4,7 +4,7 @@
4
  Plugin Name: Timeline Express
5
  Plugin URI: http://www.evan-herman.com
6
  Description: Create a beautiful vertical, CSS3 animated and responsive timeline in minutes flat without writing code.
7
- Version: 1.0.4
8
  Author: Evan Herman
9
  Author URI: http://www.evan-herman.com
10
  License: GPL2
@@ -29,7 +29,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
29
 
30
  /** Configuration **/
31
  if(!defined('TIMELINE_EXPRESS_DEBUG')) define('TIMELINE_EXPRESS_DEBUG', false);
32
- if(!defined('TIMELINE_EXPRESS_VERSION_CURRENT')) define('TIMELINE_EXPRESS_VERSION_CURRENT', '1.0.4');
33
  if(!defined('TIMELINE_EXPRESS_REQ_PHP')) define('TIMELINE_EXPRESS_REQ_PHP', '5.0');
34
  if(!defined('TIMELINE_EXPRESS_AUTHOR')) define('TIMELINE_EXPRESS_AUTHOR', 'Evan Herman');
35
  if(!defined('TIMELINE_EXPRESS_SITE')) define('TIMELINE_EXPRESS_SITE', site_url().'/');
4
  Plugin Name: Timeline Express
5
  Plugin URI: http://www.evan-herman.com
6
  Description: Create a beautiful vertical, CSS3 animated and responsive timeline in minutes flat without writing code.
7
+ Version: 1.0.5
8
  Author: Evan Herman
9
  Author URI: http://www.evan-herman.com
10
  License: GPL2
29
 
30
  /** Configuration **/
31
  if(!defined('TIMELINE_EXPRESS_DEBUG')) define('TIMELINE_EXPRESS_DEBUG', false);
32
+ if(!defined('TIMELINE_EXPRESS_VERSION_CURRENT')) define('TIMELINE_EXPRESS_VERSION_CURRENT', '1.0.5');
33
  if(!defined('TIMELINE_EXPRESS_REQ_PHP')) define('TIMELINE_EXPRESS_REQ_PHP', '5.0');
34
  if(!defined('TIMELINE_EXPRESS_AUTHOR')) define('TIMELINE_EXPRESS_AUTHOR', 'Evan Herman');
35
  if(!defined('TIMELINE_EXPRESS_SITE')) define('TIMELINE_EXPRESS_SITE', site_url().'/');