Changeset 2678021
- Timestamp:
- 02/13/2022 06:58:44 PM (4 years ago)
- Location:
- rimplates/trunk
- Files:
-
- 5 edited
-
README.txt (modified) (1 diff)
-
admin/class-admin-sidebar-menu-settings.php (modified) (2 diffs)
-
public/templates/default/functions.php (modified) (1 diff)
-
public/templates/default/index.php (modified) (1 diff)
-
rimplates.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
rimplates/trunk/README.txt
r2677655 r2678021 5 5 Requires at least: 3.0.1 6 6 Tested up to: 5.9 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later -
rimplates/trunk/admin/class-admin-sidebar-menu-settings.php
r2677631 r2678021 40 40 __( '<strong style="color:#FCB214;" class="open-submenu-blank"> Docs / Setup Info</strong>', 'rimplates' ), 41 41 'manage_options', 42 'https://rimpl enet.com/docs'42 'https://rimplates.tawk.help' 43 43 ); 44 44 … … 71 71 //Works on Plugins Acivation / Deactiavtion Page 72 72 // Build and escape the URL. 73 $url = esc_url('https://rimpl enet.com/docs');73 $url = esc_url('https://rimplates.tawk.help'); 74 74 // Create the link. 75 $docs_link = "<a href='https://rimpl enet.com/docs' style='color: #93003c;font-weight: 800;' target='_blank'>" . __( 'Docs / Setup Info' ) . '</a>';75 $docs_link = "<a href='https://rimplates.tawk.help' style='color: #93003c;font-weight: 800;' target='_blank'>" . __( 'Docs / Setup Info' ) . '</a>'; 76 76 $donate_link = "<a href='https://rimplenet.com/donate' style='color: #FCB214;font-weight: 800;' target='_blank'>" . __( 'Donate' ) . '</a>'; 77 77 // Adds the link to the end of the array. -
rimplates/trunk/public/templates/default/functions.php
r2677631 r2678021 33 33 //Js for bootstrap working 34 34 wp_enqueue_script( 'rimplates-template-default-bootstrap', plugins_url( '/assets/js/bootstrap.min.js', __FILE__ ), array( 'jquery' ) ); 35 36 //Js for script 37 wp_enqueue_script( 'rimplates-template-default-script', plugins_url( '/assets/js/script.js', __FILE__ ), array( 'jquery' ) ); 35 38 } 36 39 add_action( 'wp_enqueue_scripts', 'add_rimplates_default_template_js' ); -
rimplates/trunk/public/templates/default/index.php
r2677631 r2678021 25 25 <!-- Left Sidebar Start --> 26 26 <?php include 'sidebar.php'; ?> 27 <!-- Left Sidebar End 27 <!-- Left Sidebar End --> 28 28 29 29 <!-- Page Content Holder --> -
rimplates/trunk/rimplates.php
r2677649 r2678021 10 10 * 11 11 * @link https://rimplates.com 12 * @since 1.0. 012 * @since 1.0.1 13 13 * @package Rimplates 14 14 * … … 17 17 * Plugin URI: https://rimplates.com 18 18 * Description: Rimplates is a dashboard maker for wordpress. Using this Plugin is simple, install it, RIMPLATES will appear on your admin dashboard menu (with ability to add / create templates, dashboard ~ it supports both admin dashboard & user dashboard). You display the created templates/dashboard with shortcode, Use shortcode [rimplenet-template id=ID], E.g if your ID is 5 , your valid shortcode will be [rimplenet-template id=5] 19 * Version: 1.0. 019 * Version: 1.0.1 20 20 * Author: rimplates 21 21 * Author URI: https://profiles.wordpress.org/rimplates/ … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'RIMPLATES_VERSION', '1.0. 0' );38 define( 'RIMPLATES_VERSION', '1.0.1' ); 39 39 40 40 /**
Note: See TracChangeset
for help on using the changeset viewer.