Plugin Directory

Changeset 1982034


Ignore:
Timestamp:
11/28/2018 02:28:39 PM (7 years ago)
Author:
bibblio
Message:

Update version to 1.3.2

Location:
bibblio-related-posts/trunk
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • bibblio-related-posts/trunk/README.txt

    r1943487 r1982034  
    142142
    143143== Changelog ==
     144= 1.3.2 =
     145* Improved module display on small devices
     146* Improved white-labelling
     147* Updated the RCM version
     148
    144149= 1.3.1 =
    145150* Updated the RCM version
  • bibblio-related-posts/trunk/admin/class-bibblio-related-posts-admin.php

    r1943487 r1982034  
    8181        wp_enqueue_style( $this->plugin_name . '-bootstrap', '//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css', array(), '4.6.3s', 'all' );
    8282        wp_enqueue_style( $this->plugin_name . '-mudule-setting-customize', plugin_dir_url( __FILE__ ) . 'css/bibblio_module_setting_layer_customize.css', array(), '4.6.3s', 'all' );
    83         wp_enqueue_style( 'bibblio-rcm-css', '//cdn.bibblio.org/rcm/3.1/bib-related-content.css', array(), false, 'all' );
     83        wp_enqueue_style( 'bibblio-rcm-css', '//cdn.bibblio.org/rcm/3.6/bib-related-content.css', array(), false, 'all' );
    8484    }
    8585
     
    8888     */
    8989    public function enqueue_scripts() {
    90         wp_enqueue_script( 'bibblio-rcm-js', '//cdn.bibblio.org/rcm/3.1/bib-related-content.js', array(), false, true );
     90        wp_enqueue_script( 'bibblio-rcm-js', '//cdn.bibblio.org/rcm/3.6/bib-related-content.js', array(), false, true );
    9191        wp_enqueue_script( $this->plugin_name, plugin_dir_url( __FILE__ ) . 'js/bibblio_related_posts-admin.js', array( 'jquery', 'bibblio-rcm-js' ), $this->version, false );
    9292    }
  • bibblio-related-posts/trunk/admin/css/bibblio_module_setting_layer_customize.css

    r1936664 r1982034  
    241241
    242242.tab_section_label.label-short,
    243 .form-item.item-short {
     243.bibblio_container .form-item.item-short {
    244244    width: 150px;
    245245}
     
    257257}
    258258
    259 .form-item {
     259.bibblio_container .form-item {
    260260    float: left;
    261261    width: 250px;
     
    263263}
    264264
    265 .information-panel-editorial .form-item {
     265.bibblio_container .information-panel-editorial .form-item {
    266266    width: 300px;
    267267    text-align: left;
    268268}
    269269
    270 .information-panel-editorial .form-item input,
    271 .information-panel-editorial .form-item textarea {
     270.bibblio_container .information-panel-editorial .form-item input,
     271.bibblio_container .information-panel-editorial .form-item textarea {
    272272    width: 100%;
    273273}
     
    18531853
    18541854@media (max-width: 360px) {
    1855     .information-panel-editorial .form-item {
     1855    .bibblio_container .information-panel-editorial .form-item {
    18561856        width: 250px;
    18571857    }
  • bibblio-related-posts/trunk/admin/partials/templates/admin-page-template.php

    r1936664 r1982034  
    330330                        <span class="module_actions_text">My Module Name</span>
    331331                        <input type="text" name="modulesName" id="modules-name" class="tab_admin_addMyPrevPosts_button_modulesName" value="">
    332                         <span id="manage-tracking" class="module_actions_text_link" onclick="toggleModuleTracking()">Manage Tracking ▼</span>
     332                        <span id="manage-tracking" class="module_actions_text_link" onclick="toggleModuleTracking()">Module Settings ▼</span>
    333333                    </div>
    334334                </div>
  • bibblio-related-posts/trunk/admin/partials/templates/modules-settings-page.php

    r1821166 r1982034  
    3131                    </div>
    3232                    <div class="module_actions_step module_actions_step_3">
    33                             <span class="module_actions_text"><?php esc_html_e( '3.', 'bibblio_text' ); ?></span><span id="manage-tracking" class="module_actions_text_link" onclick="toggleModuleTracking()">Manage Tracking ▼</span>
     33                            <span class="module_actions_text"><?php esc_html_e( '3.', 'bibblio_text' ); ?></span><span id="manage-tracking" class="module_actions_text_link" onclick="toggleModuleTracking()">Module Settings ▼</span>
    3434                    </div>
    3535                    <div class="module_actions_step module_actions_step_4 text-right">
  • bibblio-related-posts/trunk/admin/partials/templates/parts/module-setting-layer.php

    r1936664 r1982034  
    1616        <p>
    1717            <select class="module-showcase-control-select" name="recommendation-type" id="recommendation-type">
    18                 <option value="optimised" selected="selected">Improved traffic</option>
     18                <option value="optimised" selected="selected">Improved page views</option>
    1919                <option value="related">Relevance only</option>
    2020            </select>
    2121        </p>
    2222        <div class="information-box" style="width: 600px;">
    23             <div><strong>Improved traffic</strong><br>
     23            <div><strong>Improved page views</strong><br>
    2424            Relevant suggestions that are also influenced by their popularity.</div><br>
    2525            <div><strong>Relevance only</strong><br>
     
    159159                        <div class="module-showcase-button module-showcase-effect-split" id="split" title="<?php esc_html_e( 'Separates the content title and other text from the background image', 'bibblio_text' ); ?>"><span class="module-showcase-button-icon"><span></span><span></span><span></span></span><span class="module-showcase-button-label"><?php esc_html_e( 'Separate text', 'bibblio_text' ); ?></span></div>
    160160                        <div class="module-showcase-button module-showcase-effect-portrait" id="portrait" title="<?php esc_html_e( 'Assumes the background images are of a portrait orientation', 'bibblio_text' ); ?>"><span class="module-showcase-button-icon"><span></span><span></span><span></span></span><span class="module-showcase-button-label"><?php esc_html_e( 'Using portrait images', 'bibblio_text' ); ?></span></div>
    161                         <div class="module-showcase-button module-showcase-button-invert module-showcase-effect-white-label" id="white-label" title="<?php esc_html_e( 'Adds a link about Bibblio below the module', 'bibblio_text' ); ?>"><span class="module-showcase-button-icon"><span></span><span></span></span><span class="module-showcase-button-label"><?php esc_html_e( 'Add Bibblio link', 'bibblio_text' ); ?></span></div>
     161                        <div class="module-showcase-button module-showcase-button-invert module-showcase-effect-white-label" id="white-label" title="<?php esc_html_e( 'Add a link explaining these recommendations to your users', 'bibblio_text' ); ?>"><span class="module-showcase-button-icon"><span></span><span></span></span><span class="module-showcase-button-label"><?php esc_html_e( 'Show explanation', 'bibblio_text' ); ?></span></div>
    162162                    </div>
    163163                </div>
  • bibblio-related-posts/trunk/bibblio-related-posts.php

    r1943487 r1982034  
    1111 * Plugin URI:        http://bibblio.org/
    1212 * Description:       Quickly add content recommendations to your WordPress pages.
    13  * Version:           1.3.1
     13 * Version:           1.3.2
    1414 * Author:            Bibblio
    1515 * Author URI:        http://www.bibblio.org
  • bibblio-related-posts/trunk/includes/class-bibblio-related-posts.php

    r1943487 r1982034  
    6868
    6969        $this->plugin_name  = 'bibblio_related_posts';
    70         $this->version      = '1.3.1';
     70        $this->version      = '1.3.2';
    7171        static::$admin_path = admin_url( 'admin.php?page=' . $this->plugin_name );
    7272
  • bibblio-related-posts/trunk/public/class-bibblio-related-posts-public.php

    r1943487 r1982034  
    6161
    6262        wp_enqueue_style( $this->plugin_name, plugin_dir_url( __FILE__ ) . 'css/bibblio_related_posts-public.css', array(), $this->version, 'all' );
    63         wp_enqueue_style( 'bibblio-rcm-css', '//cdn.bibblio.org/rcm/3.1/bib-related-content.css', array(), false, 'all' );
     63        wp_enqueue_style( 'bibblio-rcm-css', '//cdn.bibblio.org/rcm/3.6/bib-related-content.css', array(), false, 'all' );
    6464    }
    6565
     
    8181
    8282        wp_enqueue_script( $this->plugin_name, plugin_dir_url( __FILE__ ) . 'js/bibblio_related_posts-public.js', array( 'jquery' ), $this->version, false );
    83         wp_enqueue_script( 'bibblio-rcm-js', '//cdn.bibblio.org/rcm/3.1/bib-related-content.js', array(), false, true );
     83        wp_enqueue_script( 'bibblio-rcm-js', '//cdn.bibblio.org/rcm/3.6/bib-related-content.js', array(), false, true );
    8484    }
    8585
Note: See TracChangeset for help on using the changeset viewer.