Plugin Directory

Changeset 1129341


Ignore:
Timestamp:
04/07/2015 08:29:57 AM (11 years ago)
Author:
woorockets
Message:

Release version 2.4.11

Location:
wr-pagebuilder/trunk
Files:
1 deleted
8 edited

Legend:

Unmodified
Added
Removed
  • wr-pagebuilder/trunk/README.txt

    r1119552 r1129341  
    114114 * Fixed Some minor bugs
    115115
     116 = 2.4.11 =
    116117
     118 * Fixed Style of modal conflict with Woocommerce plugin
     119 * Fixed Bug conflict with Advanced Custom Fields plugin
  • wr-pagebuilder/trunk/assets/woorockets/css/page_builder.css

    r1119552 r1129341  
    239239    -moz-box-shadow: 0 -1px 0 0 #fff inset;
    240240    box-shadow: 0 -1px 0 0 #fff inset;
     241    height: auto;
     242}
     243.wr-dialog .ui-dialog-titlebar > .ui-dialog-title {
     244    line-height: 18px;
     245}
     246.wr-dialog .ui-dialog-titlebar > .ui-dialog-titlebar-close:before {
     247    content: '';
     248}
     249.wr-dialog .select2-container .select2-search-choice-close {
     250    display: none;
     251}
     252.wr-dialog .select2-container .select2-arrow {
     253    margin-right: 0;
     254}
     255.wr-dialog .select2-container {
     256    display: inline-block !important;
    241257}
    242258.wr-placeholder {
  • wr-pagebuilder/trunk/core/helper/type.php

    r1000337 r1129341  
    272272            return array(
    273273                'inherit' => __( 'Inherit', WR_PBL ),
    274                 'left'    => __( '<i class="wr-icon-align-left" title="Left"></i>', WR_PBL ),
    275                 'center'  => __( '<i class="wr-icon-align-center" title="Center"></i>', WR_PBL ),
    276                 'right'   => __( '<i class="wr-icon-align-right" title="Right"></i>', WR_PBL )
     274                'left'    => '<i class="wr-icon-align-left" title="' . __( 'Left', WR_PBL ) . '"></i>',
     275                'center'  => '<i class="wr-icon-align-center" title="' . __( 'Center', WR_PBL ) . '"></i>',
     276                'right'   => '<i class="wr-icon-align-right" title="' . __( 'Right', WR_PBL ) . '"></i>'
    277277            );
    278278        }
     
    286286            return array(
    287287                'no'      => __( 'No Alignment', WR_PBL ),
    288                 'left'    => __( '<i class="wr-icon-align-left" title="Left"></i>', WR_PBL ),
    289                 'center'  => __( '<i class="wr-icon-align-center" title="Center"></i>', WR_PBL ),
    290                 'right'   => __( '<i class="wr-icon-align-right" title="Right"></i>', WR_PBL )
     288                'left'    => '<i class="wr-icon-align-left" title="' . __( 'Left', WR_PBL ) . '"></i>',
     289                'center'  => '<i class="wr-icon-align-center" title="' . __( 'Center', WR_PBL ) . '"></i>',
     290                'right'   => '<i class="wr-icon-align-right" title="' . __( 'Right', WR_PBL ) . '"></i>'
    291291            );
    292292        }
  • wr-pagebuilder/trunk/languages/wrpagebuilder-en.po

    r1044661 r1129341  
    359359
    360360#: core/helper/html/margin.php:45 core/helper/type.php:220
     361#: shortcodes/tab/tab.php:139
    361362msgid "Top"
    362363msgstr ""
     
    365366#: core/helper/type.php:222 shortcodes/audio/audio.php:244
    366367#: shortcodes/video/video.php:356
     368#: core/helper/type.php:274 core/helper/type.php:288
     369#: shortcodes/tab/tab.php:141
    367370msgid "Left"
    368371msgstr ""
    369372
    370373#: core/helper/html/margin.php:85 core/helper/type.php:221
     374#: shortcodes/tab/tab.php:140
    371375msgid "Bottom"
    372376msgstr ""
     
    375379#: core/helper/type.php:223 shortcodes/audio/audio.php:245
    376380#: shortcodes/video/video.php:357
     381#: core/helper/type.php:276 core/helper/type.php:290
     382#: shortcodes/tab/tab.php:142
    377383msgid "Right"
    378384msgstr ""
     
    558564#: core/helper/type.php:209 shortcodes/audio/audio.php:246
    559565#: shortcodes/video/video.php:358
     566#: core/helper/type.php:275 core/helper/type.php:289
    560567msgid "Center"
    561568msgstr ""
     
    577584#: shortcodes/promobox/promobox.php:230
    578585msgid "Inherit"
    579 msgstr ""
    580 
    581 #: core/helper/type.php:274 core/helper/type.php:288
    582 msgid "<i class=\"wr-icon-align-left\" title=\"Left\"></i>"
    583 msgstr ""
    584 
    585 #: core/helper/type.php:275 core/helper/type.php:289
    586 msgid "<i class=\"wr-icon-align-center\" title=\"Center\"></i>"
    587 msgstr ""
    588 
    589 #: core/helper/type.php:276 core/helper/type.php:290
    590 msgid "<i class=\"wr-icon-align-right\" title=\"Right\"></i>"
    591586msgstr ""
    592587
     
    23162311msgstr ""
    23172312
    2318 #: shortcodes/tab/tab.php:139
    2319 msgid "<i class=\"wr-icon-tab-top\" title=\"Top\"></i>"
    2320 msgstr ""
    2321 
    2322 #: shortcodes/tab/tab.php:140
    2323 msgid "<i class=\"wr-icon-tab-bottom\" title=\"Bottom\"></i>"
    2324 msgstr ""
    2325 
    2326 #: shortcodes/tab/tab.php:141
    2327 msgid "<i class=\"wr-icon-tab-left\" title=\"Left\"></i>"
    2328 msgstr ""
    2329 
    2330 #: shortcodes/tab/tab.php:142
    2331 msgid "<i class=\"wr-icon-tab-right\" title=\"Right\"></i>"
    2332 msgstr ""
    2333 
    23342313#: shortcodes/tab/tab.php:193
    23352314msgid "Tab Item "
     
    27672746
    27682747#: templates/page-builder.php:198
     2748#: templates/about-us.php:101
    27692749msgid "Documentation"
    27702750msgstr ""
     
    28872867msgid "http://www.wordpress.org/plugins/wr-pagebuilder"
    28882868msgstr ""
     2869
     2870#: templates/about-us.php:45
     2871msgid "Thank you for installing WR Page Builder from WooRockets Team! We are making new hi-quality themes and plugins for you ;) Follow us on <a href=\"%s\" target=\"_blank\" >Twitter</a> or <a href=\"%s\" target=\"_blank\" >Subscribe</a> to our email list and be the first to get updated."
     2872msgstr ""
     2873
     2874#: templates/about-us.php:76
     2875msgid "<strong>WR Page Builder</strong> is the easiest page builder for WordPress and a totally free WordPress page builder plugin for everyone. It is a simple drag’n’drop plugin that helps you build a complete WordPress page within few minutes without any coding knowledge required."
     2876msgstr ""
     2877
     2878#: templates/about-us.php:79
     2879msgid "Current version"
     2880msgstr ""
     2881
     2882#: templates/about-us.php:79
     2883msgid "Change log"
     2884msgstr ""
     2885
     2886#: templates/about-us.php:80
     2887msgid "Follow us to get latest updates"
     2888msgstr ""
     2889
     2890#: templates/about-us.php:81
     2891msgid "Follow"
     2892msgstr ""
     2893
     2894#: templates/about-us.php:92
     2895msgid "Enter your email"
     2896msgstr ""
     2897
     2898#: templates/about-us.php:95
     2899msgid "Join our mailing list"
     2900msgstr ""
     2901
     2902#: templates/about-us.php:96
     2903msgid "Receive the latest updates about WR Page Builder as well as all the best news from WooRockets"
     2904msgstr ""
     2905
     2906#: templates/about-us.php:102
     2907msgid "Detailed construction of how to use WR Page Builder"
     2908msgstr ""
     2909
     2910#: templates/about-us.php:109
     2911msgid "Hot Features"
     2912msgstr ""
     2913
     2914#: templates/about-us.php:112
     2915msgid "For Developers"
     2916msgstr ""
     2917
     2918#: templates/about-us.php:115
     2919msgid "For Translators"
     2920msgstr ""
     2921
     2922#: templates/about-us.php:121
     2923msgid "Intuitive Layout"
     2924msgstr ""
     2925
     2926#: templates/about-us.php:122
     2927msgid "Once installed, it’s located next to the default WordPress Editor. To help you easily create your pages/posts, <strong>WR Page Builder</strong> is designed with a simple and intuitive layout. You can easily switch between compact mode and full preview mode to preview everything you have created without going back to the front-end."
     2928msgstr ""
     2929
     2930#: templates/about-us.php:125
     2931msgid "Drag and Drop Layout"
     2932msgstr ""
     2933
     2934#: templates/about-us.php:126
     2935msgid "Drag and drop is a convenient functionality for creating a page or a post. You can easily arrange columns, move page elements or widgets into another position and even resize columns using just your mouse. You can also use the “Move button” on the sidebar to move rows up or down."
     2936msgstr ""
     2937
     2938#: templates/about-us.php:129
     2939msgid "Advanced Page Elements (Built-in Shortcodes)"
     2940msgstr ""
     2941
     2942#: templates/about-us.php:130
     2943msgid "We have created many advanced page elements, such as: Pricing Tables, QR codes, Testimonials, Tables… You can choose the most suitable field and add as many elements as you want for your site without any coding. Interestingly, you can easily search these elements with the Spotlight Filter."
     2944msgstr ""
     2945
     2946#: templates/about-us.php:134
     2947msgid "If you are going to build Add-on for WR Page Builder, this document is made for you. This part includes a knowledge base about WR Page Builder, some basic APIs, and a tutorial to make a simple Add-on with a simple element."
     2948msgstr ""
     2949
     2950#: templates/about-us.php:135
     2951msgid "Docs for Developers"
     2952msgstr ""
     2953
     2954#: templates/about-us.php:136
     2955msgid "Get our Source Code at Github!"
     2956msgstr ""
     2957
     2958#: templates/about-us.php:137
     2959msgid "Source Code"
     2960msgstr ""
     2961
     2962#: templates/about-us.php:138
     2963msgid "Having any exciting ideas or improvements for WR Page Builder to grow our WordPress Community? Drop an email to our WooRockets Astronaut Tony at"
     2964msgstr ""
     2965
     2966#: templates/about-us.php:141
     2967msgid "If you are reading this, we need your contribution! We appreciate all kinds of support for Translating WR Page Builder into your language!"
     2968msgstr ""
     2969
     2970#: templates/about-us.php:141
     2971msgid "Translate WR Page Builder"
     2972msgstr ""
     2973
     2974#: templates/about-us.php:142
     2975msgid "Our awesome translators"
     2976msgstr ""
     2977
     2978#: templates/about-us.php:159
     2979msgid "Rate WR Page Builder"
     2980msgstr ""
     2981
     2982#: templates/about-us.php:160
     2983msgid "Share your thoughts of WR Page Builder with other WordPress folks. Next versions of Page Builder will be improved basing on your opinions."
     2984msgstr ""
     2985
     2986#: templates/about-us.php:165
     2987#: templates/about-us.php:178
     2988msgid "Submit your Website"
     2989msgstr ""
     2990
     2991#: templates/about-us.php:166
     2992msgid "Share your website using WR Page Builder with us. We can include it in our showcase collection and have it exposed to thousands of WooRockets's website visitors."
     2993msgstr ""
     2994
     2995#: templates/about-us.php:173
     2996msgid "Review"
     2997msgstr ""
     2998
     2999#: templates/about-us.php:187
     3000msgid "Learn more from <strong>OUR BLOG</strong>"
     3001msgstr ""
     3002
     3003#: templates/about-us.php:189
     3004msgid "Follow our blog for latest news, tutorials & interviews about WooComerce & WordPress"
     3005msgstr ""
     3006
     3007#: templates/about-us.php:192
     3008msgid "SEE OUR OTHER AWESOMENESS"
     3009msgstr ""
     3010
     3011#: templates/about-us.php:197
     3012msgid "Freebies download"
     3013msgstr ""
  • wr-pagebuilder/trunk/shortcodes/tab/tab.php

    r1000337 r1129341  
    137137                    'std'     => 'top',
    138138                    'options' => array(
    139                         'top'     => __( '<i class="wr-icon-tab-top" title="Top"></i>', WR_PBL ),
    140                         'bottom'  => __( '<i class="wr-icon-tab-bottom" title="Bottom"></i>', WR_PBL ),
    141                         'left'    => __( '<i class="wr-icon-tab-left" title="Left"></i>', WR_PBL ),
    142                         'right'   => __( '<i class="wr-icon-tab-right" title="Right"></i>', WR_PBL ),
     139                        'top'     => '<i class="wr-icon-tab-top" title="' . __( 'Top', WR_PBL ) . '"></i>',
     140                        'bottom'  => '<i class="wr-icon-tab-bottom" title="' . __( 'Bottom', WR_PBL ) . '"></i>',
     141                        'left'    => '<i class="wr-icon-tab-left" title="' . __( 'Left', WR_PBL ) . '"></i>',
     142                        'right'   => '<i class="wr-icon-tab-right" title="' . __( 'Right', WR_PBL ) . '"></i>',
    143143                    ),
    144144                ),
  • wr-pagebuilder/trunk/shortcodes/text/assets/js/text.js

    r1119552 r1129341  
    1313 * Custom script for Textbox element
    1414 */
     15var initContentEditor;
     16
    1517( function ($) {
    1618    "use strict";
     
    2931    $(document).ready(function () {
    3032        $.WR_Text();
     33
     34        // Fix conflict script when create new tinymce editor
     35        $('#content-html').click();
    3136        tinymce.remove(tinymce.get('param-text'));
    32         tinymce.init({
    33             selector: '#param-text',
    34             wpautop: true,
    35             setup : function(ed) {
    36                 ed.on('blur', function(e) {
    37                     var new_content = ed.getContent();
    38                     $('#param-text').html(new_content).trigger('change').trigger('change');
    39                 });
    40             },
    41             menubar: false
     37
     38        // Re-init content editor
     39        if (initContentEditor == null) {
     40            initContentEditor = tinyMCEPreInit.mceInit['content'];
     41        }
     42        $('#content-tmce').removeAttr('onclick');
     43        $('#content-tmce').off('click');
     44        $('#content-tmce').click(function() {
     45            tinymce.remove(tinymce.get('content'));
     46            tinymce.init(initContentEditor);
     47            $('#wp-content-wrap').removeClass('html-active');
     48            $('#wp-content-wrap').addClass('tmce-active');
    4249        });
    4350    });
  • wr-pagebuilder/trunk/shortcodes/text/text.php

    r1119552 r1129341  
    7575                    'desc' => __( 'Enter some content for this textblock', WR_PBL ),
    7676                    'id'   => 'text',
    77                     'type' => 'text_area_tinymce',
     77                    'type' => 'tiny_mce',
    7878                    'role' => 'content',
    7979                    'std'  => WR_Pb_Helper_Type::lorem_text(),
  • wr-pagebuilder/trunk/wr-pagebuilder.php

    r1119552 r1129341  
    44 * Plugin URI:  http://www.woorockets.com
    55 * Description: Awesome content builder for Wordpress websites
    6  * Version:     2.4.10
     6 * Version:     2.4.11
    77 * Author:      WooRockets Team <[email protected]>
    88 * Author URI:  http://www.wordpress.org/plugins/wr-pagebuilder
Note: See TracChangeset for help on using the changeset viewer.