Plugin Directory

Changeset 1076546


Ignore:
Timestamp:
01/27/2015 09:19:28 AM (11 years ago)
Author:
jakob42
Message:

changes in current beta

Location:
reaction-buttons
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • reaction-buttons/tags/2.0.0/reaction_buttons.css

    r1076529 r1076546  
    6464    div.reaction_buttons ul.graph {
    6565        height: 250px;
     66        width: 100%;
    6667    }
    6768    div.reaction_buttons ul.graph li.reaction_button {
     
    6970        margin: 0 1.8% 0 0;
    7071        padding: 0;
    71         width: 18%;
     72        width: 17%;
    7273        display: inline-block;
    7374    }
  • reaction-buttons/tags/2.0.0/readme.txt

    r1076529 r1076546  
    6969== Upgrade Notice ==
    7070= 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.
    7272
    7373== Changelog ==
    7474= 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.
    7677* 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.
    7778
  • reaction-buttons/trunk/reaction_buttons.css

    r1076529 r1076546  
    6464    div.reaction_buttons ul.graph {
    6565        height: 250px;
     66        width: 100%;
    6667    }
    6768    div.reaction_buttons ul.graph li.reaction_button {
     
    6970        margin: 0 1.8% 0 0;
    7071        padding: 0;
    71         width: 18%;
     72        width: 17%;
    7273        display: inline-block;
    7374    }
  • reaction-buttons/trunk/readme.txt

    r1076529 r1076546  
    6969== Upgrade Notice ==
    7070= 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.
    7272
    7373== Changelog ==
    7474= 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.
    7677* 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.
    7778
Note: See TracChangeset for help on using the changeset viewer.