This commit is contained in:
erwanlr
2019-03-30 11:11:19 +00:00
parent 07b3826806
commit d653ce4e0e
145 changed files with 42813 additions and 6 deletions

View File

@@ -0,0 +1,48 @@
Subscribe widget
by Kęstas Mindžiulis
V2.0.4 - 11.06.2010
- Bugfix: Bug fixing.
- Added: Javascript function, that changes images 'onkeyup'
V2.0.3 - 28.04.2010
- Bugfix: Bug fixing.
V2.0.1 - 27.04.2010
- Changed: "subscribe-widget" directory check.
- Updated: sw_displaySubscribeWidget function.
V2.0.0 - 16.04.2010
- Added: FaceBook
- Changed: Rewrited plugin using new WP widget engine.
- Added: Wp version checker. If wp version is not supported by plugin, widget will not work.
V1.1.5 - 07.05.2009
- Added: Function that could display subscribe icons anywhere on the theme
- Added: Added option to choose bigger image size.
- Added: Message if subscribe-widget directory not exists on the root folder.
V1.1.4 - 28.04.2009
- Bugfix: Corrected spelling
- Bugfix: Added htmlenties function for twitter and feedburnen acounts, to avoid characters like & and others
V1.1.3.1 - 23.04.2009
- Bugfix: Added html code, that was removed by accident
V1.1.3 - 23.04.2009
- Added: Option to open links in the same or new windows
- Added: Before widget save, changes "subscribe-widget" atributes to 0777, after save chnges to 0755.
V1.1.2 - 21.04.2009
- Bugfix : Removed html tags, added WP $before_widget, $before_title and others viariales
V1.1.1 - 19.04.2009
- Bugfix : Fixed comments feed link.
V1.1.0 - 17.04.2009
- Added : Checks for gd library in the server. If not exist, then images are resized using style (only by width).
V1.0.1 - 16.04.2009
- Changed : Renamed folder where display images are stored
- Bugfix : Renamed folder from `subscribe-widget` to `subscribe-plugin`