Changeset 2914857
- Timestamp:
- 05/19/2023 02:41:25 PM (3 years ago)
- Location:
- savage-note/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
includes/class-sn-plugin.php (modified) (1 diff)
-
sn-plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
savage-note/trunk/README.txt
r2914856 r2914857 4 4 Requires at least: 6.0 5 5 Tested up to: 6.2 6 Stable tag: 2. 2.16 Stable tag: 2.3.0 7 7 Requires PHP: 8.0 8 8 License: GPLv2 or later -
savage-note/trunk/includes/class-sn-plugin.php
r2914851 r2914857 71 71 $this->version = SAVAGE_NOTE_VERSION; 72 72 } else { 73 $this->version = '2. 2.1';73 $this->version = '2.3.0'; 74 74 } 75 75 $this->plugin_name = 'sn-plugin'; -
savage-note/trunk/sn-plugin.php
r2914856 r2914857 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'SAVAGE_NOTE_VERSION', '2. 2.1' );38 define( 'SAVAGE_NOTE_VERSION', '2.3.0' ); 39 39 define( 'SAVAGE_NOTE_PATH', plugin_dir_path( __FILE__ )); 40 40 define( 'SAVAGE_NOTE_URL', plugin_dir_url( __FILE__ ));
Note: See TracChangeset
for help on using the changeset viewer.