Changeset 1076546
- Timestamp:
- 01/27/2015 09:19:28 AM (11 years ago)
- Location:
- reaction-buttons
- Files:
-
- 4 edited
-
tags/2.0.0/reaction_buttons.css (modified) (2 diffs)
-
tags/2.0.0/readme.txt (modified) (1 diff)
-
trunk/reaction_buttons.css (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
reaction-buttons/tags/2.0.0/reaction_buttons.css
r1076529 r1076546 64 64 div.reaction_buttons ul.graph { 65 65 height: 250px; 66 width: 100%; 66 67 } 67 68 div.reaction_buttons ul.graph li.reaction_button { … … 69 70 margin: 0 1.8% 0 0; 70 71 padding: 0; 71 width: 1 8%;72 width: 17%; 72 73 display: inline-block; 73 74 } -
reaction-buttons/tags/2.0.0/readme.txt
r1076529 r1076546 69 69 == Upgrade Notice == 70 70 = 2.0.0 = 71 * This upgrade changes how the reaction data is saved and will convert automatically. But [saving your wordpress database](http://codex.wordpress.org/WordPress_Backups) just in case is never a bad idea, especially if you want to go back to the old system.71 * If you use your own CSS, you'll need to update it! This upgrade changes how the reaction data is saved and will convert automatically. But [saving your wordpress database](http://codex.wordpress.org/WordPress_Backups) just in case is a good idea, especially if you might want to ose an old version. 72 72 73 73 == Changelog == 74 74 = 2.0.0 = 75 * changed the way buttons are saved. They are simply numbered now, so there shouldn't be any problems with special characters. The plugin should automatically convert your reaction counts on the first run to the new system. 75 * Changed the structure, CSS updates of custom CSS will be necessary. 76 * Changed the way buttons are saved. They are simply numbered now, so there shouldn't be any problems with special characters. The plugin should automatically convert your reaction counts on the first run to the new system. 76 77 * New graph feature, display the votes as a graph instead of buttons. This will possibly look bad and need css updates to match your blogs style. 77 78 -
reaction-buttons/trunk/reaction_buttons.css
r1076529 r1076546 64 64 div.reaction_buttons ul.graph { 65 65 height: 250px; 66 width: 100%; 66 67 } 67 68 div.reaction_buttons ul.graph li.reaction_button { … … 69 70 margin: 0 1.8% 0 0; 70 71 padding: 0; 71 width: 1 8%;72 width: 17%; 72 73 display: inline-block; 73 74 } -
reaction-buttons/trunk/readme.txt
r1076529 r1076546 69 69 == Upgrade Notice == 70 70 = 2.0.0 = 71 * This upgrade changes how the reaction data is saved and will convert automatically. But [saving your wordpress database](http://codex.wordpress.org/WordPress_Backups) just in case is never a bad idea, especially if you want to go back to the old system.71 * If you use your own CSS, you'll need to update it! This upgrade changes how the reaction data is saved and will convert automatically. But [saving your wordpress database](http://codex.wordpress.org/WordPress_Backups) just in case is a good idea, especially if you might want to ose an old version. 72 72 73 73 == Changelog == 74 74 = 2.0.0 = 75 * changed the way buttons are saved. They are simply numbered now, so there shouldn't be any problems with special characters. The plugin should automatically convert your reaction counts on the first run to the new system. 75 * Changed the structure, CSS updates of custom CSS will be necessary. 76 * Changed the way buttons are saved. They are simply numbered now, so there shouldn't be any problems with special characters. The plugin should automatically convert your reaction counts on the first run to the new system. 76 77 * New graph feature, display the votes as a graph instead of buttons. This will possibly look bad and need css updates to match your blogs style. 77 78
Note: See TracChangeset
for help on using the changeset viewer.