Adds DFs
This commit is contained in:
340
spec/fixtures/dynamic_finders/plugin_version/lumiere-movies/change_log/CHANGELOG.txt
vendored
Normal file
340
spec/fixtures/dynamic_finders/plugin_version/lumiere-movies/change_log/CHANGELOG.txt
vendored
Normal file
@@ -0,0 +1,340 @@
|
||||
Changelog
|
||||
|
||||
v3.0
|
||||
* [major] updated to imdbphp-6.5 library
|
||||
* [major] rewritten the code to be compliant with wordpress security
|
||||
* [major] plugin is compatible with tablets/mobile phones (fully responsive)
|
||||
* [major] first block for Gutenberg (for [imdblt] movies included by name)
|
||||
* [medium] popups URLs are rewritten to (blog)/imdlt/(film|person)
|
||||
* [medium] updated to highslide 5.0
|
||||
* [medium] moved all inline javascripts to external files so the plugin is Content Security Policy (CSP) compliant
|
||||
* [medium] cache folder is created if it doesn't exist, highslide is download if it doesn't exist
|
||||
* [medium] new icons, new layout
|
||||
* [minor] removed Pilot search options
|
||||
* [minor] removed js support for IE
|
||||
* [minor] removed support for wordpress < 5.7
|
||||
* [minor] added a tool to copy taxonomy templates in the admin interface
|
||||
* [minor] added a css fix for OceanWP template users
|
||||
* [minor] css/js are now loaded only on /imdblt/ and widget pages
|
||||
* [minor] popup movie pages get their title according to the query string "film"
|
||||
* [minor] css fix for Oceanwp templates
|
||||
* [bug] fixed popup-imdb_person.php which showed both actress & actor
|
||||
* [bug] fixed caching system
|
||||
* [bug] fixed cache refresh for movies, only normal (not _big) pictures where retrieved
|
||||
* [bug] fixed longstanding bug of widget ordering
|
||||
* [bug] fixed broken [imdblt] calls into the post
|
||||
* [bug] fixed layout for standardized taxonomy templates
|
||||
* [bug] fixed Deprecated TinyMCE API call: "onPostProcess" (moved to new tinymce standards)
|
||||
* [bug] removed the use of movie_actress() in popup-imdb_person.php
|
||||
* [bug] fixed bad English grammar, sentences, but much more work to do. Seems like I've improved my skills over a decade.
|
||||
* [misc] renamed the plugin to Lumiere Movies, renamed all classes and functions accordingly
|
||||
* [misc] Under the hood, more robust plugin following (a bit more) wordpress & PHP standards
|
||||
|
||||
v2.3.2
|
||||
* [major] updated to imdbphp-2.3.2 library
|
||||
* [medium] added Ukranian : thanks Michael Yunat
|
||||
* [bug] fixed longstanding bug: shortcodes when editing a wordpress post are back
|
||||
* [bug] fixed longstanding bug: bios are back
|
||||
|
||||
v2.2.3
|
||||
* [major] updated to imdbphp-2.2.3 library
|
||||
|
||||
v2.2.2
|
||||
* [major] updated to imdbphp-2.2.2 library
|
||||
* [medium] added production companies
|
||||
|
||||
v2.2.1
|
||||
* [major] updated to imdbphp-2.2.1 library
|
||||
* [medium] added Croatian : thanks Borisa Djuraskovic!
|
||||
* [bug] fixed newly added "keywords" bug in the taxonomy
|
||||
|
||||
v2.2
|
||||
* [major] updated to imdbphp-2.2 library
|
||||
* [medium] added "keywords" option which allows to diplay the movie keywords. Taxonomy included.
|
||||
* [minor] "Display only thumbnail" option now affects popup picture width in the same way it affects widgets picture width
|
||||
* [bug] deleted "ob_flush(); flush();" in inc/popup-header.php as it was preventing the CSS and JS to be used
|
||||
* [bug] removed "movie connection" option in widget; this was a long non-working useless option
|
||||
|
||||
v2.1.9
|
||||
* [major] updated to imdbphp-2.1.9 library
|
||||
|
||||
v2.1.8
|
||||
* [major] updated to imdbphp-2.1.8 library
|
||||
|
||||
v2.1.7
|
||||
* [major] updated to imdbphp-2.1.7 library
|
||||
* [bug] soundtracks fixed
|
||||
* [bug] movie connection is broken, unactivated
|
||||
|
||||
v2.1.6
|
||||
* [major] updated to imdbphp-2.1.6 library
|
||||
|
||||
v2.1.5
|
||||
* [major] updated to imdbphp-2.1.5 library
|
||||
|
||||
v2.1.4
|
||||
* [major] updated to imdbphp-2.1.4 library
|
||||
* [minor] changed obsolete __ngettext() method to _n() (__ngettext obsolete since wordpress 2.8)
|
||||
* [minor] removed moviepilot options, but who was still using that?
|
||||
|
||||
v2.1.3
|
||||
* [major] updated to imdbphp-2.1.3 library
|
||||
* [major] changed the way to use highslide js (on Wordpress request, piece of code not GPL compliant); it is mandatory now to download the library from [IMDBLt website](https://www.jcvignoli.com/blog/en/imdb-link-transformer "IMDbLT website") in order to get this damn cool window. Once the file downloaded, move the folder "highslide" into the "js" one and check general options in order to activate it
|
||||
* [major] translated into Romanian, thanks to [Web Geek Science](https://webhostinggeeks.com "Web Hosting Geeks")
|
||||
|
||||
v2.1.2
|
||||
* [major] updated to imdbphp-2.1.2 library
|
||||
|
||||
v2.1.1
|
||||
* [major] updated to imdbphp-2.1.1 library
|
||||
* [minor] new cache option to display cache elements in a shorter way (no picture, only names) -> "Quick advanced cache details" option
|
||||
* [minor] added IMDB LT to the new wordpress toolbar menu
|
||||
|
||||
v2.1
|
||||
* [major] updated to imdbphp-2.1.0 library
|
||||
|
||||
v2.0.8
|
||||
* [major] huge speed improvement changing in inc/functions.php is_multiArrayEmpty() from [PHP empty function 1](http://in2.php.net/manual/fr/function.empty.php#92308 "PHP empty function comments") to [PHP empty function 2](http://in2.php.net/manual/fr/function.empty.php#94786 "PHP empty function comments") -> credits to fha
|
||||
* [medium] cache options are divided between "Cache general options" and "Manage Cache" pages. Much more advanced way to manage cached movies. Movie's and People's cache management.
|
||||
* [medium] when the widget displayed more than one movie the widget's title took the title of the previous movie's name
|
||||
* [medium] still some "Fatal error: Cannot redeclare plugin_action() (previously declared in /xxxxxx/wp-content/plugins/wp-to-twitter/wp-to-twitter.php on line 1064) in /xxxxxx/wp-content/plugins/imdb-link-transformer/inc/widget.php:104" -> updated the way to register the plugin, using wp_register_sidebar_widget instead of register_sidebar_widget and removing the plugin_action() function (all obsoletes)
|
||||
* [minor] admin menu added few icons
|
||||
* [bug] fixed displaying " as " text even when no role was existing in popup.php
|
||||
* [bug] fixed typo missing closing ">" line 142 inc/help.php
|
||||
|
||||
v2.0.7
|
||||
* [major] updated to imdbphp-2.0.7 library
|
||||
* [minor] updated to highslide js 4.1.12
|
||||
|
||||
v2.0.6
|
||||
* [major] updated to imdbphp-2.0.6 library
|
||||
|
||||
v2.0.5
|
||||
* [major] updated to imdbphp-2.0.5 library
|
||||
* [minor] widget only finds the movie if the tt number on IMDB is followed by a full seven digits; modified "$moviespecificid = $value;" by "$moviespecificid = str_pad($value, 7, "0", STR_PAD_LEFT);" into widget.php
|
||||
|
||||
v2.0.4
|
||||
* [major] updated to imdbphp-2.0.4 library - !! No more "IMDb" word added at the end of popup movie's title - Pictures from IMDb are back !
|
||||
* [minor] it is now possible to resize thumbnail even if "Display only thumbnail" is turned on yes (found under "general options" -> "Paths & Layout" -> "layout"->"Imdb cover picture"). "Size" is not anymore unactivated (options-general.php) and value filled in is taken into account (imdb-movie.inc.php)
|
||||
* [minor] french strings corrected
|
||||
|
||||
v2.0.3
|
||||
* [bug] Many bugs have been corrected. Among them, pictures should be displayed even if using Firefox, country as movie detail is back.
|
||||
* [bug] Two taxonomy help pictures were forgotten!
|
||||
* [bug] Layout broken when using moviepilot (writer & producer sections, $role parts)
|
||||
* [major] updated to imdbphp-2.0.2 library
|
||||
* [medium] added Bulgarian : thanks Peter!
|
||||
* [medium] added a function to construct highslide and classical links(imdb_popup_link() & imdb_popup_highslide_link() in inc/functions.php, called from imdb-link-transformer.php)
|
||||
* [minor] added title as taxonomy
|
||||
|
||||
v2.0.2
|
||||
* [medium] Completely revisted as taxonomy works; one can select many movie's details as taxonomy. New admin options related to.
|
||||
* [medium] Trailers added as a new movie detail.
|
||||
* [minor] Year added as a new movie detail. The movie's release year will always take place next the title, in brackets.
|
||||
* [minor] French strings corrected. Taxonomy help improved.
|
||||
|
||||
v2.0.1
|
||||
* [bug] when using lumiere_external_call() function with an imdbid from external (not with a movie's name), it didn't work. inc/imdb-link-transformer.php corrected
|
||||
* [major] added possibility (by an option in advanced general settings) to add movie's genre tags directly into post tags (actually, into taxonomy wordpress function). When activated, it display new links instead previous genre tags.
|
||||
* [medium] added colors when option is selected in "Widget/Inside post Options".
|
||||
* [minor] uninstall function wasn't activated. Now, uninstalling IMDb LT plugin should remove every single option added by its own.
|
||||
* [minor] updated to highslide js 4.1.9
|
||||
* [minor] English/French corrections, misc improvements, help enhanced
|
||||
|
||||
v2.0
|
||||
* [bug] A bug was preventing for display right pictures cache size (in admin/cache section)
|
||||
* [bug] access level for Pilot website wasn't working anymore (switching to any value hadn't any effect except staying with "NO_ACCESS")
|
||||
* [major] updated to imdbphp-2.0.1 library
|
||||
* [medium] better multilanguage support -> echo(sprintf(__ngettext())) instead of _e()
|
||||
* [medium] as required by moviepilot's team, added website source at the post's end. IMDBLT will display the source(s) where data come from
|
||||
* [minor] added a few strings forgotten into the translated strings
|
||||
* [minor]removed imdb-link-transformer.php.noclass (obsolete file)
|
||||
* a bunch of improvements
|
||||
|
||||
v1.6
|
||||
* [bug] + [medium] User's comment wasn't working anymore. Rewritten, and also added the option to choose how many comments to display.
|
||||
* [bug] movieconnection(), releaseInfo(), born() and died(), color(), sound(), mpaa(), mpaa_hist() fixed
|
||||
* [major] updated to imdbphp-1.9.10 temporary library
|
||||
* [major] it is now possible to get rid of IMDb datas! New option added: IMDb general options -> Advanced -> Moviepilot part. Implementation for this is brand new, so don't expect yet too much anyway! -> PHP < 5 is no more supported.
|
||||
* [major] as a consequence of Moviepilot's new source, it is now possible to completely switch informations to other languages (much more effective than IMDb way). Currently in use German (the biggest source for Moviepilot), French, English, Spanish and Polish.
|
||||
* [major] new way to include movies inside a post, using their imdb movie's id instead of their names. Use tags [imdbltid]movie's imdb id[/imdbltid] instead of [imdblt]movie's name[/imdblt]. Idea comes from Mattias Fröberg.
|
||||
* [major] possibility to use in widget several imdb-movie-widget (or imdb-movie-widget-bymid) is back again
|
||||
* [medium] lumiere_external_call() function could be called again as previously. Added a second parameter ($external) to the function, so calling can be discriminated into the function. Check help for more explanation.
|
||||
* [medium] added a new widget option, to automatically add a widget according to post title. Turn on "Widget/Inside post Options -> Misc ->Auto widget" option. Especially useful to blogs focused only on movies, where all posts are related to cinema.
|
||||
* [medium] cache functionality added to searches -> a website as imdb or pilot will be less called, imdblt storing its results
|
||||
* [medium] css corrections
|
||||
* [medium] added "creator" detail, aiming to show creators' series
|
||||
* [medium] updated to highslide js 1.4.8
|
||||
* [minor] new functions added to functions.php
|
||||
* [minor] added "Filmography as soundtrack" in popup for people (popup-imdb_person.php)
|
||||
* [minor] splited "General options" from wordpress admin into two subsections : "Paths & Layout" and "Advanced". Advanced subsection is meant to include the... advanced options. General option is much more readable, now.
|
||||
* [minor] cache size is now computed and displayed in admin/cache section
|
||||
* [minor] turned imbd-link-transformer into a class (class imdblt{}); modified inc/popup-imdb_movie.php and inc/help.php according the new structure. As a result of this, one has to open the class (ie $imdblt = new imdblt) before calling the function itself (ie $imdblt->lumiere_external_call('Descent', 'external'))
|
||||
* [minor] by default, cover pictures are not displayed as thumbnail, with a size of 100 px. To change this behaviour: "General options -> Imdb cover picture -> Display only thumbnail"
|
||||
* [minor] removed imdb adress us.imdb.com, added www.imdb.fr
|
||||
* [minor] moved and renamed tinymce javascript from tinymce/editor_plugin.js to js/tinymce_editor_plugin.js
|
||||
|
||||
v1.5
|
||||
* [major] updated to imdbphp-1.9.8 library
|
||||
* [major] many broken searches should work again
|
||||
* [minor] added css update explanations into inc/help.php
|
||||
|
||||
v1.2.2
|
||||
* [major] updated to imdbphp-1.2.2 library
|
||||
|
||||
v1.2.1
|
||||
* [medium] It is now possible to keep your customized imdb.css file; just put your imdb.css into your theme folder.
|
||||
* [minor] added new titles to "inc/options-cache.php"
|
||||
* [minor] added spanish (thanks to Andrés Cabrera)
|
||||
|
||||
v1.2
|
||||
* [major] updated to imdbphp-1.2 library
|
||||
* [medium] added new cache option (Show avanced cache details) which permits (or not) to show movie's cache details (and allows to delete cache for every movie). Unactivated by default, it prevents "Fatal error: Maximum execution time of 30 seconds exceeded" errors.
|
||||
* [medium] modified imdb.css (improvement made by Jeremie Boniface, I'm not able to manage these things)
|
||||
* [minor] rating (inside a post & widget) displays now pictures instead of numbers; depending of good (or bad) feeedbacks, value $imdbwidgetratingnopics has to be implemented into plugin (to permit users to get back to old display, with the numbers) -> Jeremie Boniface demand
|
||||
* [minor] more french strings corrected
|
||||
* [minor] brazilian updated
|
||||
* [minor] only 1 user comment could be retrieved! changed plugin options according to this limitation (removed $imdbwidgetcommentsnumber)
|
||||
* [minor] renamed "cache.php" to "inc/options-cache.php"
|
||||
* [minor] removed robots.txt, since v. 1.1.15 workaround is efficient
|
||||
|
||||
v1.1.15
|
||||
* [bug] (somewhat): if highslide popup is active, search engine bots will index several hundred thousands of movies and actors, since they can now follow an href. Except if you do not care at all about space and bandwith, it could down your website quickly. Moved links to highslide popups from href="" to src: '' (inside javascript) and closed the href tag. To prevent any kind of search engine crawling in a place where it should not crawl, added also a robots.txt file (not convinced about its usefulness, though), and a test at the begining of popup-header.php.
|
||||
* [bug] some translated french strings were wrong
|
||||
* [bug] when several directors were found, it was missing space or comma to display -> added comma
|
||||
* [major] updated to imdbphp-1.1.15 library (1/hopefully fixed "invalid stream resource" on some network timeouts, movie: 2/ added method to retrieve movie types (if specified), person: 3/fixed a property missing in initialization, Fixed goofs(), trailers(), and trivia() )
|
||||
* [major] every admin settings section (cache, widget & general) has its own preferences storage (new foreign keys: $imdb_admin_values, $imdb_widget_values,$imdb_cache_values, whereas $imdb_config_values is dead). As a result of this, resetting General options won't interfere with Cache options, and vice versa.
|
||||
* changed the way several css directives related to popup were working (ie, all <a> tags in owner's blog were impacted, instead of only <a> from the popup)
|
||||
* [minor] added compatibility with [link-indication plugin](http://wordpress.org/extend/plugins/link-indication/ "link-indication plugin home") (modified imdb-link-transformer.php add_filter's execution priority to 11)
|
||||
* [minor] mixing "imdb-movie-widget-bymid" and "imdb-movie-widget" keys actually does work! Removing references saying it doesn't.
|
||||
* [minor] cache movie files into cache.php are now alphabetically ordered
|
||||
* [minor] soundtrack & quotes include an internal popup link instead of a link to imdb website
|
||||
* [minor] moved imdb-widget.php to /inc/, and renamed to widget.php
|
||||
* [minor] added trademarks fields into popup (misc tab) & biographical movies (bio tab)
|
||||
* [minor] added plot limit selection (imdblt settings : Widget/Inside post Options / What to display )
|
||||
* [minor] imdb pictures displayed both in widget and inside a post can be "highslided". To achieve this, activate "Display highslide popup" option and turn "Display only thumbnail" to "no" (and put a small size value, as "150" per example).
|
||||
|
||||
v1.1.14.4
|
||||
* [bug] in config-widget.php, a value for imdbwidgettitle (and one other) section was wrong
|
||||
* [bug] a value $test (imdb-movie.inc.php) was wrongly named -> renamed to $genre
|
||||
* [bug] wrong value for "Plugin directory" (config.php) -> modified
|
||||
* [major] added help page in settings: how to ( including movable boxes to keep useful information), changelog, faqs pages
|
||||
* [major] added security constraints (mainly data post check)
|
||||
* [major] added possiblity to arrange disposition of movie data order (available on Widget/Inside post Options)
|
||||
* [major] added many many new movie's details: goofs,comments,quotes,taglines,colors,also known as,composer,soundtrackmovieconnection,officialSites
|
||||
* [major] completely new cache management system; cache has its own page, and can be deleted now from this very options page (and cache for a pelicular movie can be deleted)
|
||||
* [major] new kind of popup, Highslide JS. Much nicer popup, must be activated from "General options / Layout / Popup / Display highslide popup" -> change to yes to see the difference whenever you click a link opening a popup (from inside post or widget)
|
||||
* [medium] added javascript to unactivate fields which shouldn't be available because of logical constraints
|
||||
* [medium] added uninstall page (uninstall.php)
|
||||
* [medium] added many new classes to manage in a more precise way elements in Widget/Inside post. Check imdb.css file.
|
||||
* [minor] added an option to keep cache files forever (useful if one doesn't want to rely on IMDb)
|
||||
* [minor] added direct access to this changelog (in admin settings)
|
||||
* [minor] added direct access to FAQs (regexp from readme)
|
||||
* [minor] added index.html (empty file)
|
||||
* [minor] added icon compatibility with [Admin Drop Down Menu plugin](http://planetozh.com/blog/my-projects/wordpress-admin-menu-drop-down-css "Admin Drop Down Menu plugin home") -> added ozh_imdblt_icon() (&filter ad hoc) in imdb-link-transformer.php
|
||||
* [minor] added new admin menu which can be activated via "General options / Advanced / Display plugin in big menu" -> change to yes to see the difference
|
||||
* [minor] changed the way to submit preferences(config.php): now, after saving/resetting preferences, one stay on the very same page, instead going to a new (and click on "back" link). Also reset is working as it has to.
|
||||
* [minor] added standard wordpress picture to plugins (top left admin settings)
|
||||
* [minor] changed pages admin names -> imdblt_options now (can be seen in adress bar)
|
||||
* [minor] removed old screenshots, added new ones
|
||||
* [minor] consequently to many changes and functions added, plugin shouldn't work at 100% with a wordpress release prior to 2.7. However, no crucial function has been added, and even with old releases IMDb link transformer should mostly work as it used to.
|
||||
|
||||
v1.1.14.3
|
||||
* [major] new way to include movies inside a post: use tags (new way) [imdblt]movies name[/imdblt] instead of (old way) <?php lumiere_external_call ?> + Exec-PHP plugin. That means this release doesn't need any more any kind of third party plugin! Compatibility with the old way kept.
|
||||
* [major] changed the way options from admin settings appear; depending of the current selections, some options will appear, some disappear
|
||||
* [minor] added "Remove popup links" option; user can choose to remove popup links from widget -> no more popup
|
||||
* [minor] added imdb photo size width option (only displayed if thumbnail option deactivated)
|
||||
* [minor] added more pics in admin settings menu
|
||||
* [minor] removed call_imdb_movie function from imdb-link-transformer.php (wasn't used)
|
||||
* [minor] added more screenshots
|
||||
* [bugs] corrected many french comments, typos, options bad explained, an so on...
|
||||
|
||||
v1.1.14.2
|
||||
* [minor] added brazilian language
|
||||
|
||||
v1.1.14.1
|
||||
* [minor] added imdb photo size option; user can choose to display the big cover picture instead of the thumbnails'
|
||||
* [bugs] corrected writers section from imdb-movie.inc.php (before that, some <br /> where added before names, which moved forward text). Was only an issue when displaying imdb inside a post (via imd_external_call() and Exec-PHP plugin)
|
||||
* moved - and renamed - imdb_person.php and imdb_movie.php, and moved popup.php to a more suitable place, "inc/" folder.
|
||||
|
||||
v1.1.14
|
||||
* [major] updated to imdbphp-1.1.14 library
|
||||
* [minor] few french lines (not translated) moved to po files
|
||||
* [minor] defined 'IMDBPHP_CONFIG' value in various files, so future update of izzy's libs could be automatically made, instead of changing config lines from imdb_base.class.php
|
||||
* [minor] French comments in php's translated to English
|
||||
|
||||
v1.1.13.5
|
||||
* [major] added the possiblity to directly enter the movie id through "imdb-movie-widget-bymid" post meta data
|
||||
|
||||
v1.1.13
|
||||
* [major] updated to imdbphp-1.1.13 library
|
||||
* [bug] typo in inc/config-widget.php
|
||||
|
||||
v1.0.1
|
||||
* [bug] imdb.css, h1 section was preventing of working original h1
|
||||
|
||||
v1.0
|
||||
* [major] actress filmography working at once (added "actress" in filmography part from imdb_person.php)
|
||||
* [minor] various (very) minor enhancements
|
||||
|
||||
v0.9.5
|
||||
* [major] updated to imdbphp-1.1.1 library
|
||||
* [minor] added field plot as an available option for widget
|
||||
* [minor] update admin css to match wordpress 2.7 css
|
||||
* [bug] rating function working again
|
||||
|
||||
v0.9.3
|
||||
* [major] added multiple queries widget process (several "imdb-movie-widget" field can be added to a post). Caution! Adding several fields will slow down page display.
|
||||
* [minor] removed the so-said pass of "$filmid = $_GET['imdbpostid']" from imdb-widget to imdb-movie.inc.php (seems to be passed because functional call)
|
||||
* [minor] added a function lumiere_external_call () to permit to call the widget from anywhere into templates (widget no more mandatory)
|
||||
* [minor] changed to lumiere_htmlize() function (htmlentities() unactivated, as it doesn't seems anymore needed and prevented the accentuated letters to go through the search process)
|
||||
|
||||
v0.9.2
|
||||
* [minor] style issue (body class wasn't defined to be only a popup class, therefore general blog theme could be affected)
|
||||
* [minor] work on w3c validation (it should be valid, now)
|
||||
|
||||
v0.9.1
|
||||
* [bug] bug giving an error when no meta custom value added to a post
|
||||
|
||||
v0.9
|
||||
* [major] added widget. Using both widget & direct search possibilities, now everybody can display information related to a post directy into widget fields!
|
||||
* [major] most of the functions have been implemented. It still lacks the "actress" class, which means that it doesn't yet display the data related to an actress. Next release will be out when such a class will be finished.
|
||||
* [bug] preventing imdb button (no tinymce) to be displayed
|
||||
* [bug] usual layout&code fixes
|
||||
|
||||
v0.8
|
||||
* [major] updated to imdbphp-1.0.7 class
|
||||
* [minor] get rid of the PEAR option, it isn't useful
|
||||
* [bug] with some [searchs not giving all results for a person](https://projects.izzysoft.de/trac/imdbphp/ticket/46 "IMDbphp website")
|
||||
* [minor] added an option to remove imdb links (when doing a search)
|
||||
* [major] added an option to bypass the search stage for the popup. Activated by default.
|
||||
* [major] changed the way of browsing in popup window ("AKA search" instead of "back", keeping movie's name in $_GET, layout)
|
||||
* [minor] Automatic check for the cache folders (under admin board options)
|
||||
|
||||
v0.7.1
|
||||
* [bugs] relative path & imdb-link-transformer.php with blank spaces resolved
|
||||
|
||||
v0.7
|
||||
* [major] added admin page
|
||||
* [minor] added "wait on load" message when first search (when results are not yet cached, it take some time to get them)
|
||||
|
||||
v0.6.1
|
||||
* [bugs] minors fixes (layout & code)
|
||||
|
||||
v0.6
|
||||
* [major] changed the way the tags are used; < ! --imdb-->nameMovie< ! --/imdb--> instead of < imdb>nameMovie< /imdb>. This means the already tagged fields should be changed to these new tags. As a result of this, IMDb link transformer is only compatible with Wordpress > 2.5!
|
||||
* [major] support for tinymce editor (imdb tags can be automatically inserted by a new button)
|
||||
* [bugs] some minors fixes (layout & code)
|
||||
|
||||
0.5
|
||||
* [major] director page created (filmo, bio & misc)
|
||||
* [major] updated to imdbphp-1.0.6 libraries
|
||||
* [minor] one title, one result
|
||||
* [minor] every url links to an internal page (except the imdb logos)
|
||||
* [major] localisation files added
|
||||
* [minor] one config file
|
||||
* [major] huge layout and stylesheet work
|
||||
* [major] added many functions
|
||||
|
||||
0.3
|
||||
* [major] initial public release of IMDb Link Transformer
|
||||
Reference in New Issue
Block a user