Plugin Directory

Changeset 1494586


Ignore:
Timestamp:
09/12/2016 02:45:36 PM (10 years ago)
Author:
sanderonline
Message:

Small update

Location:
oypie/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • oypie/trunk/js/text-button.js

    r1494531 r1494586  
    5050                            },{
    5151                                type: 'listbox',
    52                                 name: 'taal',
     52                                name: 'lang',
    5353                                label: 'Taal',
    5454                                'values': [
    5555                                    {text: 'Nederlands', value: ''},
    5656                                    {text: 'Engels', value: ' lang="en"'},
    57                                     {text: 'Duits', value: ' lang="de"'}
    58                                     {text: 'Frankrijk', value: ' lang="fr"'}
     57                                    {text: 'Duits', value: ' lang="de"'},
     58                                    {text: 'Frans', value: ' lang="fr"'}
    5959                                ]
    6060                            },{
     
    6363                            }],
    6464                            onsubmit: function( e ) {
    65                                 editor.insertContent( '[oypo ' + e.data.type + ' id="' + e.data.id + '"' + e.data.mapnavigatie + '' + e.data.transparant + ']');
     65                                editor.insertContent( '[oypo ' + e.data.type + ' id="' + e.data.id + '"' + e.data.mapnavigatie + '' +
     66                                                     e.data.voorkeuren + '' + e.data.lang + '' +e.data.transparant + ']');
    6667                            }
    6768                        });
  • oypie/trunk/oypie.php

    r1494531 r1494586  
    44Plugin URI: http://sanderonlinemedia.nl/oypie;
    55Description: De plugin om je OYPO album in je WordPress in te laden!
    6 Version: 1.2.1
     6Version: 1.2.2
    77Author: SanderOnline Media / Sander Dijkstra
    88Author URI: http://sander-dijkstra.nl/
  • oypie/trunk/readme.txt

    r1494531 r1494586  
    3434== Changelog ==
    3535
     36= 1.2.2 =
     37* Bugfix
     38
    3639= 1.2.1 =
    37 * Language picker added
     40* Language added
    3841
    3942= 1.2.0 =
Note: See TracChangeset for help on using the changeset viewer.