Changeset 3376164
- Timestamp:
- 10/10/2025 10:23:01 AM (4 months ago)
- Location:
- internal-linking-of-related-contents
- Files:
-
- 66 added
- 7 edited
-
tags/1.2.0 (added)
-
tags/1.2.0/README.txt (added)
-
tags/1.2.0/assets (added)
-
tags/1.2.0/assets/css (added)
-
tags/1.2.0/assets/css/style.css (added)
-
tags/1.2.0/core (added)
-
tags/1.2.0/core/admin (added)
-
tags/1.2.0/core/admin/panel.php (added)
-
tags/1.2.0/core/assets (added)
-
tags/1.2.0/core/assets/css (added)
-
tags/1.2.0/core/assets/css/free_pro_table.css (added)
-
tags/1.2.0/core/assets/css/notice.css (added)
-
tags/1.2.0/core/assets/css/panel.css (added)
-
tags/1.2.0/core/assets/images (added)
-
tags/1.2.0/core/assets/images/template-previews (added)
-
tags/1.2.0/core/assets/images/template-previews/template-1.png (added)
-
tags/1.2.0/core/assets/images/template-previews/template-10.png (added)
-
tags/1.2.0/core/assets/images/template-previews/template-11.png (added)
-
tags/1.2.0/core/assets/images/template-previews/template-12.png (added)
-
tags/1.2.0/core/assets/images/template-previews/template-13.png (added)
-
tags/1.2.0/core/assets/images/template-previews/template-14.png (added)
-
tags/1.2.0/core/assets/images/template-previews/template-2.png (added)
-
tags/1.2.0/core/assets/images/template-previews/template-3.png (added)
-
tags/1.2.0/core/assets/images/template-previews/template-4.png (added)
-
tags/1.2.0/core/assets/images/template-previews/template-5.png (added)
-
tags/1.2.0/core/assets/images/template-previews/template-6.png (added)
-
tags/1.2.0/core/assets/images/template-previews/template-7.png (added)
-
tags/1.2.0/core/assets/images/template-previews/template-8.png (added)
-
tags/1.2.0/core/assets/images/template-previews/template-9.png (added)
-
tags/1.2.0/core/assets/images/tip-icon.png (added)
-
tags/1.2.0/core/assets/js (added)
-
tags/1.2.0/core/assets/js/panel.js (added)
-
tags/1.2.0/core/functions (added)
-
tags/1.2.0/core/functions/functions.php (added)
-
tags/1.2.0/core/functions/style.php (added)
-
tags/1.2.0/core/includes (added)
-
tags/1.2.0/core/includes/class-form.php (added)
-
tags/1.2.0/core/includes/class-notice.php (added)
-
tags/1.2.0/core/includes/class-panel.php (added)
-
tags/1.2.0/core/includes/class-related-contents.php (added)
-
tags/1.2.0/core/shortcode (added)
-
tags/1.2.0/core/shortcode/shortcode.php (added)
-
tags/1.2.0/init.php (added)
-
tags/1.2.0/languages (added)
-
tags/1.2.0/languages/internal-linking-of-related-contents-it_IT.mo (added)
-
tags/1.2.0/languages/internal-linking-of-related-contents-it_IT.po (added)
-
tags/1.2.0/languages/internal-linking-of-related-contents.pot (added)
-
tags/1.2.0/languages/internal-linking-related-contents-it_IT.mo (added)
-
tags/1.2.0/languages/internal-linking-related-contents-it_IT.po (added)
-
tags/1.2.0/languages/internal-linking-related-contents.pot (added)
-
tags/1.2.0/screenshot-1.png (added)
-
tags/1.2.0/screenshot-10.png (added)
-
tags/1.2.0/screenshot-11.png (added)
-
tags/1.2.0/screenshot-12.png (added)
-
tags/1.2.0/screenshot-13.png (added)
-
tags/1.2.0/screenshot-14.png (added)
-
tags/1.2.0/screenshot-2.png (added)
-
tags/1.2.0/screenshot-3.png (added)
-
tags/1.2.0/screenshot-4.png (added)
-
tags/1.2.0/screenshot-5.png (added)
-
tags/1.2.0/screenshot-6.png (added)
-
tags/1.2.0/screenshot-7.png (added)
-
tags/1.2.0/screenshot-8.png (added)
-
tags/1.2.0/screenshot-9.png (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/core/admin/panel.php (modified) (1 diff)
-
trunk/core/assets/css/panel.css (modified) (1 diff)
-
trunk/core/assets/images/template-previews/template-14.png (added)
-
trunk/core/assets/js/panel.js (modified) (2 diffs)
-
trunk/core/includes/class-notice.php (modified) (1 diff)
-
trunk/core/includes/class-panel.php (modified) (6 diffs)
-
trunk/init.php (modified) (2 diffs)
-
trunk/screenshot-14.png (added)
Legend:
- Unmodified
- Added
- Removed
-
internal-linking-of-related-contents/trunk/README.txt
r3307944 r3376164 7 7 Tested up to: 6.8 8 8 Requires PHP: 5.6 9 Stable tag: 1. 1.99 Stable tag: 1.2.0 10 10 License: GPLv3 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 106 106 12. Template 12 107 107 13. Template 13 108 13. Template 14 (Premium) 108 109 109 110 == Changelog == 111 112 = 1.2.0 = 113 Release date - October, 10 - 2025 114 115 * Fixed : Backend access issue for non-administrator users. 116 * Edit : Code optimized 110 117 111 118 = 1.1.9 = -
internal-linking-of-related-contents/trunk/core/admin/panel.php
r3293115 r3376164 49 49 'template-11' => esc_html__( 'Template 11','internal-linking-of-related-contents'), 50 50 'template-12' => esc_html__( 'Template 12','internal-linking-of-related-contents'), 51 'template-13' => esc_html__( 'Template 13','internal-linking-of-related-contents') 51 'template-13' => esc_html__( 'Template 13','internal-linking-of-related-contents'), 52 'template-14' => esc_html__( 'Template 14 (PRO)','internal-linking-of-related-contents'), 52 53 ), 53 54 'std' => 'template-2' -
internal-linking-of-related-contents/trunk/core/assets/css/panel.css
r3293115 r3376164 534 534 #ilrc_template option[value="template-8"], 535 535 #ilrc_template option[value="template-9"], 536 #ilrc_template option[value="template-10"] { 536 #ilrc_template option[value="template-10"], 537 #ilrc_template option[value="template-14"] { 537 538 color: #888; 538 539 } -
internal-linking-of-related-contents/trunk/core/assets/js/panel.js
r3293115 r3376164 12 12 var $template_val = $template.val(); 13 13 14 var template_array = ['template-4','template-5','template-6','template-7','template-8','template-9','template-10' ];14 var template_array = ['template-4','template-5','template-6','template-7','template-8','template-9','template-10','template-14']; 15 15 16 16 if(jQuery.inArray($template_val, template_array) != -1) { … … 71 71 72 72 var template = $('#ilrc_template').val(); 73 var template_array = ['template-4','template-5','template-6','template-7','template-8','template-9','template-10' ];73 var template_array = ['template-4','template-5','template-6','template-7','template-8','template-9','template-10','template-14']; 74 74 75 75 if(jQuery.inArray(template, template_array) != -1) { -
internal-linking-of-related-contents/trunk/core/includes/class-notice.php
r3293115 r3376164 15 15 public function __construct( $fields = array() ) { 16 16 17 if ( !get_user_meta( get_current_user_id(), 'ilrc_notice_userid_' . get_current_user_id() , TRUE ) ) { 17 if ( 18 current_user_can('manage_options') && 19 !get_user_meta( get_current_user_id(), 'ilrc_notice_userid_' . get_current_user_id() , TRUE ) 20 ) { 18 21 19 22 add_action( 'admin_notices', array(&$this, 'admin_notice') ); -
internal-linking-of-related-contents/trunk/core/includes/class-panel.php
r3307944 r3376164 399 399 global $ilrc_message; 400 400 401 if (!current_user_can('manage_options')) {402 exit;403 }404 405 401 $ilrc_setting = get_option($this->plugin_optionname); 406 402 … … 416 412 417 413 if ( 414 current_user_can('manage_options') && 418 415 isset($_GET['action']) && 419 416 ($_GET['action'] == 'ilrc_export_action') && … … 432 429 433 430 if ( 431 current_user_can('manage_options') && 434 432 isset($_GET['action']) && 435 433 ($_GET['action'] == 'ilrc_backup_reset') && … … 445 443 446 444 if ( 445 current_user_can('manage_options') && 447 446 isset($_POST['ilrc_upload_backup']) && 448 447 isset($_POST['ilrc_upload_nonce']) && … … 473 472 474 473 if ( 474 !current_user_can('manage_options') || 475 475 !isset($_POST['ilrc_save_nonces']) || 476 476 !wp_verify_nonce(esc_attr($_POST['ilrc_save_nonces']), 'ilrc_save_options' ) … … 1084 1084 echo $ilrcForm->tableElementStart('td', FALSE, 'indicator'); 1085 1085 1086 echo esc_html__('1 3', 'internal-linking-of-related-contents');1086 echo esc_html__('14', 'internal-linking-of-related-contents'); 1087 1087 1088 1088 echo $ilrcForm->tableElementEnd('td'); -
internal-linking-of-related-contents/trunk/init.php
r3307944 r3376164 5 5 Plugin URI: https://www.themeinprogress.com/internal-linking-related-contents-pro/ 6 6 Description: Internal Linking of Related Contents allows you to automatically insert inline related posts within your WordPress articles. 7 Version: 1. 1.97 Version: 1.2.0 8 8 Text Domain: internal-linking-of-related-contents 9 9 Author: ThemeinProgress … … 30 30 31 31 define( 'ILRC_NAME', 'Internal Linking Related Contents' ); 32 define( 'ILRC_VERSION', '1. 1.9' );32 define( 'ILRC_VERSION', '1.2.0' ); 33 33 define( 'ILRC_PLUGIN_FOLDER', plugins_url(false, __FILE__ ) ); 34 34 define( 'ILRC_ITEM_SLUG', 'ilrc');
Note: See TracChangeset
for help on using the changeset viewer.