Changeset 1982034
- Timestamp:
- 11/28/2018 02:28:39 PM (7 years ago)
- Location:
- bibblio-related-posts/trunk
- Files:
-
- 9 edited
-
README.txt (modified) (1 diff)
-
admin/class-bibblio-related-posts-admin.php (modified) (2 diffs)
-
admin/css/bibblio_module_setting_layer_customize.css (modified) (4 diffs)
-
admin/partials/templates/admin-page-template.php (modified) (1 diff)
-
admin/partials/templates/modules-settings-page.php (modified) (1 diff)
-
admin/partials/templates/parts/module-setting-layer.php (modified) (2 diffs)
-
bibblio-related-posts.php (modified) (1 diff)
-
includes/class-bibblio-related-posts.php (modified) (1 diff)
-
public/class-bibblio-related-posts-public.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bibblio-related-posts/trunk/README.txt
r1943487 r1982034 142 142 143 143 == Changelog == 144 = 1.3.2 = 145 * Improved module display on small devices 146 * Improved white-labelling 147 * Updated the RCM version 148 144 149 = 1.3.1 = 145 150 * Updated the RCM version -
bibblio-related-posts/trunk/admin/class-bibblio-related-posts-admin.php
r1943487 r1982034 81 81 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' ); 82 82 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' ); 84 84 } 85 85 … … 88 88 */ 89 89 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 ); 91 91 wp_enqueue_script( $this->plugin_name, plugin_dir_url( __FILE__ ) . 'js/bibblio_related_posts-admin.js', array( 'jquery', 'bibblio-rcm-js' ), $this->version, false ); 92 92 } -
bibblio-related-posts/trunk/admin/css/bibblio_module_setting_layer_customize.css
r1936664 r1982034 241 241 242 242 .tab_section_label.label-short, 243 . form-item.item-short {243 .bibblio_container .form-item.item-short { 244 244 width: 150px; 245 245 } … … 257 257 } 258 258 259 . form-item {259 .bibblio_container .form-item { 260 260 float: left; 261 261 width: 250px; … … 263 263 } 264 264 265 . information-panel-editorial .form-item {265 .bibblio_container .information-panel-editorial .form-item { 266 266 width: 300px; 267 267 text-align: left; 268 268 } 269 269 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 { 272 272 width: 100%; 273 273 } … … 1853 1853 1854 1854 @media (max-width: 360px) { 1855 . information-panel-editorial .form-item {1855 .bibblio_container .information-panel-editorial .form-item { 1856 1856 width: 250px; 1857 1857 } -
bibblio-related-posts/trunk/admin/partials/templates/admin-page-template.php
r1936664 r1982034 330 330 <span class="module_actions_text">My Module Name</span> 331 331 <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()">M anage Tracking▼</span>332 <span id="manage-tracking" class="module_actions_text_link" onclick="toggleModuleTracking()">Module Settings ▼</span> 333 333 </div> 334 334 </div> -
bibblio-related-posts/trunk/admin/partials/templates/modules-settings-page.php
r1821166 r1982034 31 31 </div> 32 32 <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()">M anage 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> 34 34 </div> 35 35 <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 16 16 <p> 17 17 <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> 19 19 <option value="related">Relevance only</option> 20 20 </select> 21 21 </p> 22 22 <div class="information-box" style="width: 600px;"> 23 <div><strong>Improved traffic</strong><br>23 <div><strong>Improved page views</strong><br> 24 24 Relevant suggestions that are also influenced by their popularity.</div><br> 25 25 <div><strong>Relevance only</strong><br> … … 159 159 <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> 160 160 <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( 'Add s 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> 162 162 </div> 163 163 </div> -
bibblio-related-posts/trunk/bibblio-related-posts.php
r1943487 r1982034 11 11 * Plugin URI: http://bibblio.org/ 12 12 * Description: Quickly add content recommendations to your WordPress pages. 13 * Version: 1.3. 113 * Version: 1.3.2 14 14 * Author: Bibblio 15 15 * Author URI: http://www.bibblio.org -
bibblio-related-posts/trunk/includes/class-bibblio-related-posts.php
r1943487 r1982034 68 68 69 69 $this->plugin_name = 'bibblio_related_posts'; 70 $this->version = '1.3. 1';70 $this->version = '1.3.2'; 71 71 static::$admin_path = admin_url( 'admin.php?page=' . $this->plugin_name ); 72 72 -
bibblio-related-posts/trunk/public/class-bibblio-related-posts-public.php
r1943487 r1982034 61 61 62 62 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' ); 64 64 } 65 65 … … 81 81 82 82 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 ); 84 84 } 85 85
Note: See TracChangeset
for help on using the changeset viewer.